Skip to content

Commit 04a925d

Browse files
committed
more build cleanups
1 parent d8cdb2c commit 04a925d

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

apps/pom.xml

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@
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>
@@ -33,17 +46,18 @@
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>

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -945,12 +945,6 @@
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>
@@ -1077,7 +1071,7 @@
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>

0 commit comments

Comments
 (0)