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

Commit 6e406c5

Browse files
Add missing dependency "com.google.inject.guice"
1 parent 6c12731 commit 6e406c5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dataformat-aml/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
<version>${xmlunit.version}</version>
6767
<scope>test</scope>
6868
</dependency>
69+
<dependency>
70+
<groupId>com.google.inject</groupId>
71+
<artifactId>guice</artifactId>
72+
<version>5.0.1</version>
73+
</dependency>
6974
</dependencies>
7075
<build>
7176
<plugins>

0 commit comments

Comments
 (0)