File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 2323 <groupId >commons-io</groupId >
2424 <artifactId >commons-io</artifactId >
2525 </exclusion >
26- <exclusion > <!-- exclude bouncycastle from android -->
27- <groupId >org.bouncycastle</groupId >
28- <artifactId >bcprov-jdk18on</artifactId >
29- </exclusion >
3026 </exclusions >
3127 </dependency >
3228 <dependency >
3834 <groupId >commons-io</groupId >
3935 <artifactId >commons-io</artifactId >
4036 </exclusion >
41- <exclusion > <!-- exclude bouncycastle from android -->
42- <groupId >org.bouncycastle</groupId >
43- <artifactId >bcprov-jdk18on</artifactId >
44- </exclusion >
4537 </exclusions >
4638 </dependency >
4739 <dependency >
6658 <artifactId >commons-io</artifactId >
6759 <version >2.2</version >
6860 </dependency >
69- <!-- add explicit bouncycastle in Android, version used in Android Flexible client -->
70- <!-- keep in sync version here and in Android Flexible client -->
71- <dependency >
72- <groupId >org.bouncycastle</groupId >
73- <artifactId >bcprov-jdk15on</artifactId >
74- <version >1.65</version >
75- </dependency >
76-
7761 </dependencies >
7862
7963 <build >
You can’t perform that action at this time.
0 commit comments