Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 827de4d

Browse files
committed
JERSEY-626: up version of Junit for enforcer.
Change-Id: Ifac504d6e648525e112d3a4a57ad5a2dff5f707c
1 parent f626c6c commit 827de4d

File tree

1 file changed

+12
-0
lines changed
  • test-framework/maven/custom-enforcer-rules

1 file changed

+12
-0
lines changed

test-framework/maven/custom-enforcer-rules/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
<groupId>org.apache.maven.plugins</groupId>
6060
<artifactId>maven-enforcer-plugin</artifactId>
6161
<version>1.4.1</version>
62+
<exclusions>
63+
<exclusion>
64+
<groupId>junit</groupId>
65+
<artifactId>junit</artifactId>
66+
</exclusion>
67+
</exclusions>
6268
</dependency>
6369

6470
<dependency>
@@ -72,6 +78,12 @@
7278
<artifactId>guava</artifactId>
7379
</dependency>
7480

81+
<dependency>
82+
<groupId>junit</groupId>
83+
<artifactId>junit</artifactId>
84+
<scope>compile</scope>
85+
</dependency>
86+
7587
</dependencies>
7688

7789
</project>

0 commit comments

Comments
 (0)