File tree 1 file changed +5
-11
lines changed
1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 96
96
</executions >
97
97
<configuration >
98
98
<finalName >
99
- arangodb-java-driver -${project.version} -standalone
99
+ ${project.artifactId} -${project.version} -standalone
100
100
</finalName >
101
101
<attach >false</attach >
102
102
<appendAssemblyId >false</appendAssemblyId >
202
202
<httpclient .version>4.3.6</httpclient .version>
203
203
<slf4j-api .version>1.7.7</slf4j-api .version>
204
204
<logback-classic .version>1.1.3</logback-classic .version>
205
- <junit-dep .version>4.10</junit-dep .version>
206
205
<hamcrest-all .version>1.3</hamcrest-all .version>
206
+ <junit .version>4.12</junit .version>
207
207
</properties >
208
208
209
209
<dependencies >
239
239
<type >jar</type >
240
240
<scope >provided</scope >
241
241
</dependency >
242
- <dependency >
242
+ <dependency >
243
243
<groupId >junit</groupId >
244
- <artifactId >junit-dep </artifactId >
245
- <version >${junit-dep .version} </version >
244
+ <artifactId >junit</artifactId >
245
+ <version >${junit.version} </version >
246
246
<scope >test</scope >
247
- <exclusions >
248
- <exclusion >
249
- <artifactId >hamcrest-core</artifactId >
250
- <groupId >org.hamcrest</groupId >
251
- </exclusion >
252
- </exclusions >
253
247
</dependency >
254
248
<dependency >
255
249
<groupId >org.hamcrest</groupId >
You can’t perform that action at this time.
0 commit comments