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 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- </dependency >
2217 <dependency >
2318 <groupId >${project.groupId} </groupId >
2419 <artifactId >gxcommon</artifactId >
2520 <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 >
2627 </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 >
2840 <groupId >org.locationtech.spatial4j</groupId >
2941 <artifactId >spatial4j</artifactId >
3042 <version >0.7</version >
Original file line number Diff line number Diff line change 1818 <groupId >${project.groupId} </groupId >
1919 <artifactId >gxcommon</artifactId >
2020 <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 >
2127 </dependency >
2228 <dependency >
2329 <groupId >${project.groupId} </groupId >
You can’t perform that action at this time.
0 commit comments