Skip to content

Commit

Permalink
Fixed code smells reported by Sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaceccanti committed Nov 3, 2021
1 parent 56b570e commit 8dbf1cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
7 changes: 0 additions & 7 deletions iam-login-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,13 +299,6 @@
<artifactId>spring-boot-starter-freemarker</artifactId>
</dependency>

<!--
<dependency>
<groupId>cz.jirutka.validator</groupId>
<artifactId>validator-collection</artifactId>
</dependency>
-->

<dependency>
<groupId>org.subethamail</groupId>
<artifactId>subethasmtp-wiser</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
<rest-assured.version>2.9.0</rest-assured.version>
<json-path.version>2.2.0</json-path.version>

<!--
<validator-collection.version>2.2.0</validator-collection.version>
-->

<license-maven-plugin.version>3.0</license-maven-plugin.version>
<jacoco-plugin.version>0.8.3</jacoco-plugin.version>

Expand Down Expand Up @@ -194,14 +190,6 @@
<version>${spring-security-saml.version}</version>
</dependency>

<!--
<dependency>
<groupId>cz.jirutka.validator</groupId>
<artifactId>validator-collection</artifactId>
<version>${validator-collection.version}</version>
</dependency>
-->

<!-- JSR APIs (for Java 11 compatibility) -->
<dependency>
<groupId>javax.annotation</groupId>
Expand Down

0 comments on commit 8dbf1cf

Please sign in to comment.