Skip to content

Commit

Permalink
Merge pull request #1138 from uib-ub/remove-duplicate-dependencies
Browse files Browse the repository at this point in the history
remove duplicate dependency element with identical content (warnings …
  • Loading branch information
kosarko authored Nov 28, 2024
2 parents bf09aad + 59cee27 commit aa16761
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
17 changes: 0 additions & 17 deletions dspace-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -859,23 +859,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>io.findify</groupId>
<artifactId>s3mock_2.13</artifactId>
<version>0.2.6</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.amazonawsl</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
</exclusion>
<exclusion>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
</exclusion>
</exclusions>
</dependency>

</dependencies>

<dependencyManagement>
Expand Down
6 changes: 0 additions & 6 deletions dspace-server-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,6 @@
<version>${spring-boot.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<version>${spring-boot.version}</version>
</dependency>

<dependency>
<groupId>com.flipkart.zjsonpatch</groupId>
<artifactId>zjsonpatch</artifactId>
Expand Down

0 comments on commit aa16761

Please sign in to comment.