Skip to content

Commit 9b1f291

Browse files
authored
Merge pull request #8 from DirkMahler/master
Cleanup dependencies
2 parents 7dcf4be + 98a3cf9 commit 9b1f291

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,19 @@
124124
<artifactId>jersey-client</artifactId>
125125
<version>1.19.4</version>
126126
</dependency>
127+
<dependency>
128+
<groupId>com.sun.jersey</groupId>
129+
<artifactId>jersey-core</artifactId>
130+
<version>1.19.4</version>
131+
<scope>provided</scope>
132+
</dependency>
127133

128134
<!-- https://mvnrepository.com/artifact/org.jdom/jdom2 -->
129135
<dependency>
130136
<groupId>org.jdom</groupId>
131137
<artifactId>jdom2</artifactId>
132138
<version>2.0.6</version>
133139
</dependency>
134-
<dependency>
135-
<groupId>com.opencsv</groupId>
136-
<artifactId>opencsv</artifactId>
137-
<version>4.1</version>
138-
<scope>provided</scope>
139-
</dependency>
140140

141141
<!-- Test dependencies -->
142142

0 commit comments

Comments
 (0)