File tree Expand file tree Collapse file tree 2 files changed +24
-6
lines changed Expand file tree Collapse file tree 2 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 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
- </dependency >
22
17
<dependency >
23
18
<groupId >${project.groupId} </groupId >
24
19
<artifactId >gxcommon</artifactId >
25
20
<version >${project.version} </version >
21
+ <exclusions >
22
+ <exclusion > <!-- declare the exclusion here -->
23
+ <groupId >org.apache.httpcomponents</groupId >
24
+ <artifactId >httpclient</artifactId >
25
+ </exclusion >
26
+ </exclusions >
26
27
</dependency >
27
- <dependency >
28
+ <dependency >
29
+ <groupId >${project.groupId} </groupId >
30
+ <artifactId >gxcryptocommon</artifactId >
31
+ <version >${project.version} </version >
32
+ <exclusions >
33
+ <exclusion > <!-- declare the exclusion here -->
34
+ <groupId >org.apache.httpcomponents</groupId >
35
+ <artifactId >httpclient</artifactId >
36
+ </exclusion >
37
+ </exclusions >
38
+ </dependency >
39
+ <dependency >
28
40
<groupId >org.locationtech.spatial4j</groupId >
29
41
<artifactId >spatial4j</artifactId >
30
42
<version >0.7</version >
Original file line number Diff line number Diff line change 18
18
<groupId >${project.groupId} </groupId >
19
19
<artifactId >gxcommon</artifactId >
20
20
<version >${project.version} </version >
21
+ <exclusions >
22
+ <exclusion > <!-- declare the exclusion here -->
23
+ <groupId >org.apache.httpcomponents</groupId >
24
+ <artifactId >httpclient</artifactId >
25
+ </exclusion >
26
+ </exclusions >
21
27
</dependency >
22
28
<dependency >
23
29
<groupId >${project.groupId} </groupId >
You can’t perform that action at this time.
0 commit comments