Skip to content

Commit

Permalink
EASY-1945: upgrade dependencies (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrolke authored Mar 16, 2020
1 parent 4dc6876 commit 8ab05fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>nl.knaw.dans.shared</groupId>
<artifactId>dans-scala-app-project</artifactId>
<version>5.1.0</version>
<version>6.0.1</version>
</parent>

<groupId>nl.knaw.dans.easy</groupId>
Expand Down Expand Up @@ -62,7 +62,6 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>4.2.2</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -90,7 +89,6 @@
<dependency>
<groupId>nl.knaw.dans.lib</groupId>
<artifactId>dans-scala-lib_2.12</artifactId>
<version>1.6.1</version>
</dependency>

<!-- EASY -->
Expand Down Expand Up @@ -126,7 +124,6 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
</dependency>

<!-- logging -->
Expand All @@ -137,7 +134,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>1.7.29</version>
</dependency>

<!-- joda -->
Expand Down

0 comments on commit 8ab05fa

Please sign in to comment.