Skip to content

Commit 2fca843

Browse files
committed
Revert this:
Update Readme in "Remove implementation of deprecated Cryptography data types" Issue: 105496
1 parent 2725ebb commit 2fca843

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

android/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
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+
</exclusions>
27+
</dependency>
1728
<dependency>
1829
<groupId>${project.groupId}</groupId>
1930
<artifactId>gxcommon</artifactId>

0 commit comments

Comments
 (0)