File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,12 @@ dependencies {
46
46
compile ' org.mapsforge:vtm-android:0.8.0:natives-armeabi'
47
47
compile ' org.mapsforge:vtm-android:0.8.0:natives-armeabi-v7a'
48
48
compile ' org.mapsforge:vtm-android:0.8.0:natives-x86'
49
- compile ' org.mapsforge:vtm-jts:0.8.0'
49
+ compile(' org.mapsforge:vtm-jts:0.8.0' ) {
50
+ exclude group : ' com.vividsolutions' , module : ' jts-core'
51
+ }
50
52
compile ' org.mapsforge:vtm-themes:0.8.0'
51
53
compile ' com.caverock:androidsvg:1.2.2-beta-1'
52
- compile ' com.vividsolutions:jts-core:1.14.0'
54
+ // compile 'com.vividsolutions:jts-core:1.14.0'
53
55
54
56
compile ' org.slf4j:slf4j-api:1.7.25'
55
57
compile ' org.slf4j:slf4j-android:1.7.25'
Original file line number Diff line number Diff line change 78
78
<groupId >org.mapsforge</groupId >
79
79
<artifactId >vtm-jts</artifactId >
80
80
<version >${vtm.version} </version >
81
+ <exclusions >
82
+ <exclusion >
83
+ <groupId >com.vividsolutions</groupId >
84
+ <artifactId >jts-core</artifactId >
85
+ </exclusion >
86
+ </exclusions >
81
87
</dependency >
82
88
<dependency >
83
89
<groupId >org.mapsforge</groupId >
89
95
<artifactId >androidsvg</artifactId >
90
96
<version >1.2.2-beta-1</version >
91
97
</dependency >
92
- <dependency >
93
- <groupId >com.vividsolutions</groupId >
94
- <artifactId >jts</artifactId >
95
- <version >1.13</version >
96
- </dependency >
97
98
98
99
<dependency >
99
100
<groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments