Skip to content

Commit

Permalink
Merge pull request #8 from DirkMahler/master
Browse files Browse the repository at this point in the history
Cleanup dependencies
  • Loading branch information
b-pos465 authored Mar 1, 2020
2 parents 7dcf4be + 98a3cf9 commit 9b1f291
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,19 +124,19 @@
<artifactId>jersey-client</artifactId>
<version>1.19.4</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
<version>1.19.4</version>
<scope>provided</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/org.jdom/jdom2 -->
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom2</artifactId>
<version>2.0.6</version>
</dependency>
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>4.1</version>
<scope>provided</scope>
</dependency>

<!-- Test dependencies -->

Expand Down

0 comments on commit 9b1f291

Please sign in to comment.