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 2331071 + d608d25 commit b5e0d95Copy full SHA for b5e0d95
pom.xml
@@ -194,16 +194,6 @@
194
<version>0.16.2</version>
195
<scope>compile</scope>
196
</dependency>
197
- <dependency>
198
- <groupId>commons-codec</groupId>
199
- <artifactId>commons-codec</artifactId>
200
- <version>1.15</version>
201
- </dependency>
202
203
- <groupId>commons-logging</groupId>
204
- <artifactId>commons-logging</artifactId>
205
- <version>1.2</version>
206
207
<dependency>
208
<groupId>com.madgag.spongycastle</groupId>
209
<artifactId>core</artifactId>
@@ -281,6 +271,7 @@
281
271
<groupId>commons-io</groupId>
282
272
<artifactId>commons-io</artifactId>
283
273
<version>2.11.0</version>
274
+ <scope>test</scope>
284
275
285
276
</dependencies>
286
277
</project>
0 commit comments