Skip to content

Commit 18d6867

Browse files
jotapegJuan Pablo González
authored andcommitted
Cherry pick branch 'genexuslabs:fix/bouncycastle-android-update' into beta
(cherry picked from commit cc2aedd)
1 parent 964797f commit 18d6867

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

android/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
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>
@@ -55,14 +51,6 @@
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>

0 commit comments

Comments
 (0)