We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dcf4be + 98a3cf9 commit 9b1f291Copy full SHA for 9b1f291
pom.xml
@@ -124,19 +124,19 @@
124
<artifactId>jersey-client</artifactId>
125
<version>1.19.4</version>
126
</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>
133
134
<!-- https://mvnrepository.com/artifact/org.jdom/jdom2 -->
135
<dependency>
136
<groupId>org.jdom</groupId>
137
<artifactId>jdom2</artifactId>
138
<version>2.0.6</version>
139
- <dependency>
- <groupId>com.opencsv</groupId>
- <artifactId>opencsv</artifactId>
- <version>4.1</version>
- <scope>provided</scope>
- </dependency>
140
141
<!-- Test dependencies -->
142
0 commit comments