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

Commit ec5fe3a

Browse files
author
Benoit Guerin
committed
Fix #20 : Missing dependency com/google/common/collect/Lists
1 parent 75b6122 commit ec5fe3a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
</properties>
9595

9696
<dependencies>
97+
<dependency>
98+
<groupId>com.google.guava</groupId>
99+
<artifactId>guava</artifactId>
100+
<version>19.0</version>
101+
</dependency>
97102
<dependency>
98103
<groupId>org.apache.commons</groupId>
99104
<artifactId>commons-exec</artifactId>

0 commit comments

Comments
 (0)