Skip to content

Commit 3e5f5f2

Browse files
committed
chore: remove unnecessary elements #162
1 parent 8ddc1bd commit 3e5f5f2

File tree

4 files changed

+2
-285
lines changed

4 files changed

+2
-285
lines changed

app/pom.xml

-14
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@
4747
<groupId>org.jboss.resteasy</groupId>
4848
<artifactId>resteasy-jaxb-provider</artifactId>
4949
</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>
5850
</exclusions>
5951
</dependency>
6052
<dependency>
@@ -104,12 +96,6 @@
10496
<groupId>io.jans</groupId>
10597
<artifactId>jans-orm-hybrid</artifactId>
10698
<version>${jans.version}</version>
107-
<exclusions>
108-
<exclusion>
109-
<groupId>org.slf4j</groupId>
110-
<artifactId>slf4j-simple</artifactId>
111-
</exclusion>
112-
</exclusions>
11399
</dependency>
114100
<dependency>
115101
<groupId>io.jans</groupId>

app/src/main/java/org/gluu/casa/rest/BillingWS.java

-69
This file was deleted.

checkstyle.xml

-188
This file was deleted.

pom.xml

+2-14
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
<module>app</module>
6161
<module>config</module>
6262
<module>shared</module>
63-
<module>plugins/account-linking</module>
63+
<!--module>plugins/account-linking</module-->
6464
<module>plugins/client-authorizations</module>
6565
<module>plugins/custom-branding</module>
6666
<module>plugins/strong-authn-settings</module>
67-
<module>plugins/cert-authn</module>
67+
<!--module>plugins/cert-authn</module-->
6868
</modules>
6969

7070
<dependencyManagement>
@@ -206,18 +206,6 @@
206206
<failOnError>false</failOnError>
207207
</configuration>
208208
</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>
221209
</plugins>
222210
</pluginManagement>
223211
</build>

0 commit comments

Comments
 (0)