Skip to content

Commit ddb6898

Browse files
committed
add missing dependency
1 parent 00c47d6 commit ddb6898

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

pom.xml

+16-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>certh.iti.mklab</groupId>
66
<artifactId>easIE</artifactId>
7-
<version>0.4</version>
7+
<version>1.0.1</version>
88
<packaging>jar</packaging>
99

1010
<build>
@@ -23,6 +23,15 @@
2323
<descriptorRef>jar-with-dependencies</descriptorRef>
2424
</descriptorRefs>
2525
</configuration>
26+
<executions>
27+
<execution>
28+
<id>make-assembly</id> <!-- this is used for inheritance merges -->
29+
<phase>package</phase> <!-- bind to the packaging phase -->
30+
<goals>
31+
<goal>single</goal>
32+
</goals>
33+
</execution>
34+
</executions>
2635
</plugin>
2736
<plugin>
2837
<groupId>org.apache.maven.plugins</groupId>
@@ -117,6 +126,12 @@
117126
<version>1.25</version>
118127
</dependency>
119128

129+
<dependency>
130+
<groupId>com.google.guava</groupId>
131+
<artifactId>guava</artifactId>
132+
<version>25.0-jre</version>
133+
</dependency>
134+
120135
</dependencies>
121136
<repositories>
122137
<repository>

0 commit comments

Comments
 (0)