File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >certh.iti.mklab</groupId >
6
6
<artifactId >easIE</artifactId >
7
- <version >0.4 </version >
7
+ <version >1.0.1 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<build >
23
23
<descriptorRef >jar-with-dependencies</descriptorRef >
24
24
</descriptorRefs >
25
25
</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 >
26
35
</plugin >
27
36
<plugin >
28
37
<groupId >org.apache.maven.plugins</groupId >
117
126
<version >1.25</version >
118
127
</dependency >
119
128
129
+ <dependency >
130
+ <groupId >com.google.guava</groupId >
131
+ <artifactId >guava</artifactId >
132
+ <version >25.0-jre</version >
133
+ </dependency >
134
+
120
135
</dependencies >
121
136
<repositories >
122
137
<repository >
You can’t perform that action at this time.
0 commit comments