Skip to content

Commit

Permalink
Merge pull request #296 from hennekey/update-junit
Browse files Browse the repository at this point in the history
Set JUnit version to latest
  • Loading branch information
ato authored Jan 23, 2020
2 parents 8ffcfa9 + 66723ae commit 9927e13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
<artifactId>httpmime</artifactId>
<version>4.3.6</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 9927e13

Please sign in to comment.