Skip to content

Commit d9cd605

Browse files
author
Achim Brandt
committed
updated junit version
1 parent eb10352 commit d9cd605

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

pom.xml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
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>
@@ -202,8 +202,8 @@
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>
@@ -239,17 +239,11 @@
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>

0 commit comments

Comments
 (0)