File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 9696 </executions >
9797 <configuration >
9898 <finalName >
99- arangodb-java-driver -${project.version} -standalone
99+ ${project.artifactId} -${project.version} -standalone
100100 </finalName >
101101 <attach >false</attach >
102102 <appendAssemblyId >false</appendAssemblyId >
202202 <httpclient .version>4.3.6</httpclient .version>
203203 <slf4j-api .version>1.7.7</slf4j-api .version>
204204 <logback-classic .version>1.1.3</logback-classic .version>
205- <junit-dep .version>4.10</junit-dep .version>
206205 <hamcrest-all .version>1.3</hamcrest-all .version>
206+ <junit .version>4.12</junit .version>
207207 </properties >
208208
209209 <dependencies >
239239 <type >jar</type >
240240 <scope >provided</scope >
241241 </dependency >
242- <dependency >
242+ <dependency >
243243 <groupId >junit</groupId >
244- <artifactId >junit-dep </artifactId >
245- <version >${junit-dep .version} </version >
244+ <artifactId >junit</artifactId >
245+ <version >${junit.version} </version >
246246 <scope >test</scope >
247- <exclusions >
248- <exclusion >
249- <artifactId >hamcrest-core</artifactId >
250- <groupId >org.hamcrest</groupId >
251- </exclusion >
252- </exclusions >
253247 </dependency >
254248 <dependency >
255249 <groupId >org.hamcrest</groupId >
You can’t perform that action at this time.
0 commit comments