Skip to content

Commit 72fbb7c

Browse files
committed
Remove implementation of deprecated Cryptography data types
Issue: 105496
1 parent 42bf30f commit 72fbb7c

File tree

3 files changed

+0
-402
lines changed

3 files changed

+0
-402
lines changed

android/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,6 @@
1414
<name>GeneXus Standard Classes for Android</name>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>${project.groupId}</groupId>
19-
<artifactId>gxcryptocommon</artifactId>
20-
<version>${project.version}</version>
21-
<exclusions>
22-
<exclusion> <!-- exclude common io from android -->
23-
<groupId>commons-io</groupId>
24-
<artifactId>commons-io</artifactId>
25-
</exclusion>
26-
<exclusion> <!-- exclude bouncycastle from android -->
27-
<groupId>org.bouncycastle</groupId>
28-
<artifactId>bcprov-jdk18on</artifactId>
29-
</exclusion>
30-
</exclusions>
31-
</dependency>
3217
<dependency>
3318
<groupId>${project.groupId}</groupId>
3419
<artifactId>gxcommon</artifactId>

android/src/main/java/com/genexus/cryptography/GXAsymEncryption.java

Lines changed: 0 additions & 173 deletions
This file was deleted.

0 commit comments

Comments
 (0)