Skip to content

Commit

Permalink
Remove xstream dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Nov 8, 2024
1 parent 41d8338 commit 5ed8071
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pass-deposit-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
<okhttp.version>4.12.0</okhttp.version>
<guava.version>33.3.1-jre</guava.version>
<xmlunit.version>2.10.0</xmlunit.version>
<xstream.version>1.4.20</xstream.version>
<commons-codec.version>1.17.1</commons-codec.version>
<sword2-client.version>0.9.3</sword2-client.version>
<mets-api.version>1.3</mets-api.version>
Expand Down Expand Up @@ -139,12 +138,6 @@
<version>${guava.version}</version>
</dependency>

<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>${xstream.version}</version>
</dependency>

<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
Expand Down

0 comments on commit 5ed8071

Please sign in to comment.