File tree 4 files changed +2
-285
lines changed
src/main/java/org/gluu/casa/rest
4 files changed +2
-285
lines changed Original file line number Diff line number Diff line change 47
47
<groupId >org.jboss.resteasy</groupId >
48
48
<artifactId >resteasy-jaxb-provider</artifactId >
49
49
</exclusion >
50
- <exclusion >
51
- <groupId >org.jboss.resteasy</groupId >
52
- <artifactId >resteasy-jaxrs</artifactId >
53
- </exclusion >
54
- <exclusion >
55
- <groupId >com.fasterxml.jackson.module</groupId >
56
- <artifactId >jackson-module-jaxb-annotations</artifactId >
57
- </exclusion >
58
50
</exclusions >
59
51
</dependency >
60
52
<dependency >
104
96
<groupId >io.jans</groupId >
105
97
<artifactId >jans-orm-hybrid</artifactId >
106
98
<version >${jans.version} </version >
107
- <exclusions >
108
- <exclusion >
109
- <groupId >org.slf4j</groupId >
110
- <artifactId >slf4j-simple</artifactId >
111
- </exclusion >
112
- </exclusions >
113
99
</dependency >
114
100
<dependency >
115
101
<groupId >io.jans</groupId >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 60
60
<module >app</module >
61
61
<module >config</module >
62
62
<module >shared</module >
63
- <module >plugins/account-linking</module >
63
+ <!-- module>plugins/account-linking</module-- >
64
64
<module >plugins/client-authorizations</module >
65
65
<module >plugins/custom-branding</module >
66
66
<module >plugins/strong-authn-settings</module >
67
- <module >plugins/cert-authn</module >
67
+ <!-- module>plugins/cert-authn</module-- >
68
68
</modules >
69
69
70
70
<dependencyManagement >
206
206
<failOnError >false</failOnError >
207
207
</configuration >
208
208
</plugin >
209
- <plugin >
210
- <groupId >org.apache.maven.plugins</groupId >
211
- <artifactId >maven-checkstyle-plugin</artifactId >
212
- <version >3.0.0</version >
213
- <configuration >
214
- <configLocation >checkstyle.xml</configLocation >
215
- <encoding >UTF-8</encoding >
216
- <consoleOutput >true</consoleOutput >
217
- <failsOnError >true</failsOnError >
218
- <linkXRef >false</linkXRef >
219
- </configuration >
220
- </plugin >
221
209
</plugins >
222
210
</pluginManagement >
223
211
</build >
You can’t perform that action at this time.
0 commit comments