File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 2727 <groupId >commons-io</groupId >
2828 <artifactId >commons-io</artifactId >
2929 </exclusion >
30- <exclusion > <!-- exclude bouncycastle from android -->
31- <groupId >org.bouncycastle</groupId >
32- <artifactId >bcprov-jdk18on</artifactId >
33- </exclusion >
3430 </exclusions >
3531 </dependency >
3632 <dependency >
5551 <artifactId >commons-io</artifactId >
5652 <version >2.2</version >
5753 </dependency >
58- <!-- add explicit bouncycastle in Android, version used in Android Flexible client -->
59- <!-- keep in sync version here and in Android Flexible client -->
60- <dependency >
61- <groupId >org.bouncycastle</groupId >
62- <artifactId >bcprov-jdk15on</artifactId >
63- <version >1.65</version >
64- </dependency >
65-
6654 </dependencies >
6755
6856 <build >
You can’t perform that action at this time.
0 commit comments