Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 691a815

Browse files
committed
removed unused dependencies
1 parent a578b9d commit 691a815

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

dataformat-aml/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
<version>${revision}</version>
2323
<scope>compile</scope>
2424
</dependency>
25-
<dependency>
26-
<groupId>com.google.guava</groupId>
27-
<artifactId>guava</artifactId>
28-
<version>30.1.1-jre</version>
29-
</dependency>
3025
<dependency>
3126
<groupId>org.slf4j</groupId>
3227
<artifactId>slf4j-api</artifactId>
@@ -48,12 +43,6 @@
4843
<version>${junit.version}</version>
4944
<scope>test</scope>
5045
</dependency>
51-
<dependency>
52-
<groupId>org.skyscreamer</groupId>
53-
<artifactId>jsonassert</artifactId>
54-
<version>${jsonassert.version}</version>
55-
<scope>test</scope>
56-
</dependency>
5746
<dependency>
5847
<groupId>net.codesup.util</groupId>
5948
<artifactId>jaxb2-rich-contract-plugin</artifactId>

0 commit comments

Comments
 (0)