Skip to content

Commit

Permalink
Merge pull request DSpace#10032 from tdonohue/minor_dep_cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorth authored Nov 21, 2024
2 parents 77d7401 + e27ceb5 commit 40fbd80
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 63 deletions.
23 changes: 0 additions & 23 deletions dspace-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,23 +128,6 @@
<artifactId>junit</artifactId>
<scope>provided</scope>
</dependency>
<!-- testing only -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<version>6.1.26</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-servlet-tester</artifactId>
<version>6.1.26</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
Expand All @@ -164,11 +147,5 @@
<artifactId>jakarta.annotation-api</artifactId>
</dependency>

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

</dependencies>
</project>
18 changes: 0 additions & 18 deletions dspace-sword/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@
</properties>

<dependencies>

<!-- Leave this out for the moment, as the source is in the tree -->
<!--
<dependency>
<groupId>org.dspace</groupId>
<artifactId>sword-common</artifactId>
<version>1.0.0</version>
</dependency>-->

<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-api</artifactId>
Expand Down Expand Up @@ -63,11 +54,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
Expand Down Expand Up @@ -97,10 +83,6 @@
<artifactId>xom</artifactId>
<version>1.3.9</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
</dependencies>

</project>
4 changes: 0 additions & 4 deletions dspace/modules/server-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
<groupId>org.dspace</groupId>
<artifactId>dspace-server-webapp</artifactId>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
</dependency>

<!-- Test Dependencies -->
<dependency>
Expand Down
5 changes: 0 additions & 5 deletions dspace/modules/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,6 @@
<scope>provided</scope>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
<version>${solr.client.version}</version>
</dependency>

<!-- Test Dependencies -->
<dependency>
Expand Down
14 changes: 1 addition & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1164,11 +1164,7 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.swordapp</groupId>
<artifactId>sword-common</artifactId>
<version>1.1</version>
</dependency>

<!-- Explicitly Specify Latest Version of Spring -->
<dependency>
<artifactId>spring-core</artifactId>
Expand Down Expand Up @@ -1477,14 +1473,6 @@
<artifactId>commons-collections4</artifactId>
<version>4.4</version>
</dependency>
<!-- commons-collections v3 is still required by commons-beanutils,
which is required by commons-configuration. Once those are
upgraded, we should remove this dependency -->
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
Expand Down

0 comments on commit 40fbd80

Please sign in to comment.