File tree Expand file tree Collapse file tree 2 files changed +24
-16
lines changed
Expand file tree Collapse file tree 2 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 1717 <properties >
1818 <mapsforge .version>0.25.0</mapsforge .version>
1919 </properties >
20+
21+ <build >
22+ <plugins >
23+ <plugin >
24+ <groupId >org.apache.maven.plugins</groupId >
25+ <artifactId >maven-javadoc-plugin</artifactId >
26+ <version >3.12.0</version >
27+ <configuration >
28+ <skip >true</skip >
29+ </configuration >
30+ </plugin >
31+ </plugins >
32+ </build >
2033
2134 <dependencies >
2235 <dependency >
3346 <groupId >org.mapsforge</groupId >
3447 <artifactId >mapsforge-map-awt</artifactId >
3548 <version >${mapsforge.version} </version >
36- <exclusions >
37- <exclusion >
38- <groupId >com.github.blackears </groupId >
39- <artifactId >svgSalamander </artifactId >
40- </exclusion >
41- </exclusions >
49+ <exclusions >
50+ <exclusion >
51+ <groupId >net.sf.kxml </groupId >
52+ <artifactId >kxml2 </artifactId >
53+ </exclusion >
54+ </exclusions >
4255 </dependency >
4356 <dependency >
44- <groupId >com.formdev</groupId >
45- <artifactId >svgSalamander</artifactId >
46- <version >1.1.2.4</version >
57+ <groupId >net.sf.kxml</groupId >
58+ <artifactId >kxml2</artifactId >
59+ <version >2.3.0</version >
60+ <scope >runtime</scope >
4761 </dependency >
4862 <dependency >
4963 <groupId >org.mapsforge</groupId >
Original file line number Diff line number Diff line change 945945 </releases >
946946 </repository >
947947
948- <repository >
949- <id >unidata-all</id >
950- <name >Unidata All</name >
951- <url >https://artifacts.unidata.ucar.edu/repository/unidata-all/</url >
952- </repository >
953-
954948 <repository >
955949 <snapshots >
956950 <enabled >false</enabled >
10771071 <plugin >
10781072 <groupId >org.apache.maven.plugins</groupId >
10791073 <artifactId >maven-javadoc-plugin</artifactId >
1080- <version >3.11.3 </version >
1074+ <version >3.12.0 </version >
10811075 <executions >
10821076 <execution >
10831077 <id >main-javadoc</id >
You can’t perform that action at this time.
0 commit comments