|
14 | 14 | <name>GeneXus Standard Classes for Android</name>
|
15 | 15 |
|
16 | 16 | <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> |
32 | 17 | <dependency>
|
33 | 18 | <groupId>${project.groupId}</groupId>
|
34 | 19 | <artifactId>gxcommon</artifactId>
|
35 | 20 | <version>${project.version}</version>
|
36 | 21 | <exclusions>
|
| 22 | + <exclusion> <!-- declare the exclusion here --> |
| 23 | + <groupId>org.apache.httpcomponents</groupId> |
| 24 | + <artifactId>httpclient</artifactId> |
| 25 | + </exclusion> |
37 | 26 | <exclusion> <!-- exclude common io from android -->
|
38 | 27 | <groupId>commons-io</groupId>
|
39 | 28 | <artifactId>commons-io</artifactId>
|
|
44 | 33 | </exclusion>
|
45 | 34 | </exclusions>
|
46 | 35 | </dependency>
|
47 |
| - <dependency> |
| 36 | + <dependency> |
48 | 37 | <groupId>org.locationtech.spatial4j</groupId>
|
49 | 38 | <artifactId>spatial4j</artifactId>
|
50 | 39 | <version>0.7</version>
|
51 | 40 | </dependency>
|
52 | 41 | <dependency>
|
53 | 42 | <groupId>com.google.code.gson</groupId>
|
54 | 43 | <artifactId>gson</artifactId>
|
55 |
| - <version>2.8.9</version> |
| 44 | + <version>2.8.2</version> |
56 | 45 | </dependency>
|
57 | 46 | <dependency>
|
58 | 47 | <groupId>org.apache.commons</groupId>
|
|
64 | 53 | <dependency>
|
65 | 54 | <groupId>commons-io</groupId>
|
66 | 55 | <artifactId>commons-io</artifactId>
|
67 |
| - <version>2.7</version> |
| 56 | + <version>2.2</version> |
68 | 57 | </dependency>
|
69 | 58 | <!-- add explicit bouncycastle in Android, version used in Android Flexible client -->
|
70 | 59 | <!-- keep in sync version here and in Android Flexible client -->
|
71 | 60 | <dependency>
|
72 | 61 | <groupId>org.bouncycastle</groupId>
|
73 | 62 | <artifactId>bcprov-jdk15on</artifactId>
|
74 |
| - <version>1.67</version> |
| 63 | + <version>1.65</version> |
75 | 64 | </dependency>
|
76 | 65 |
|
77 | 66 | </dependencies>
|
|
0 commit comments