Skip to content

Commit

Permalink
remove unused dependency (junit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Awambeng committed Jul 26, 2024
1 parent cd08361 commit c2bd55a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
5 changes: 5 additions & 0 deletions datasafe-rest-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@
</exclusions>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>de.adorsys</groupId>
<artifactId>datasafe-storage-impl-db</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions datasafe-simple-adapter/datasafe-simple-adapter-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<artifactId>datasafe-simple-adapter-impl</artifactId>

<properties>
<junit.version>4.13.2</junit.version>
<guava.version>32.1.1-jre</guava.version>
<jetbrains.annotations.version>17.0.0</jetbrains.annotations.version>
<bouncycastle.bcprov.version>1.78.1</bouncycastle.bcprov.version>
Expand Down Expand Up @@ -119,12 +118,6 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<properties>
<spring.framework.version>6.1.10</spring.framework.version>
<spring.framework.boot.version>3.3.1</spring.framework.boot.version>
<junit.version>4.13.2</junit.version>
<jetbrains.annotations.version>17.0.0</jetbrains.annotations.version>
</properties>

Expand Down Expand Up @@ -135,12 +134,6 @@
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
Expand Down

0 comments on commit c2bd55a

Please sign in to comment.