Removed unused dependency with group id org.bouncycastle and artifact id bcmail-jdk16
parent
fe960c6efe
commit
e5e6a68ff5
10
pom.xml
10
pom.xml
|
|
@ -661,12 +661,6 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Apache Commons libraries end -->
|
<!-- Apache Commons libraries end -->
|
||||||
|
|
||||||
<!--<dependency>
|
|
||||||
<groupId>org.glassfish</groupId>
|
|
||||||
<artifactId>javax.json</artifactId>
|
|
||||||
<version>1.1.2</version>
|
|
||||||
</dependency>-->
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.reflections</groupId>
|
<groupId>org.reflections</groupId>
|
||||||
<artifactId>reflections</artifactId>
|
<artifactId>reflections</artifactId>
|
||||||
|
|
@ -679,11 +673,11 @@
|
||||||
<version>2.3.30</version>
|
<version>2.3.30</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<!-- <dependency>
|
||||||
<groupId>org.bouncycastle</groupId>
|
<groupId>org.bouncycastle</groupId>
|
||||||
<artifactId>bcmail-jdk16</artifactId>
|
<artifactId>bcmail-jdk16</artifactId>
|
||||||
<version>1.46</version>
|
<version>1.46</version>
|
||||||
</dependency>
|
</dependency>-->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.imgscalr</groupId>
|
<groupId>org.imgscalr</groupId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue