Skip to content

Commit a0b63b2

Browse files
committed
[feature] Switch from xml-apis:xml-apis:1.0.b2 to newer com.evolvedbinary.thirdparty.xml-apis:xml-apis:1.4.02
1 parent 4b22d25 commit a0b63b2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

java5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
<dependencies>
8383
<dependency>
84-
<groupId>xml-apis</groupId>
84+
<groupId>com.evolvedbinary.thirdparty.xml-apis</groupId>
8585
<artifactId>xml-apis</artifactId>
8686
</dependency>
8787
</dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
<dependencyManagement>
100100
<dependencies>
101101
<dependency>
102-
<groupId>xml-apis</groupId>
102+
<groupId>com.evolvedbinary.thirdparty.xml-apis</groupId>
103103
<artifactId>xml-apis</artifactId>
104-
<version>1.0.b2</version>
104+
<version>1.4.02</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>junit</groupId>

util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
<dependencies>
9797
<dependency>
98-
<groupId>xml-apis</groupId>
98+
<groupId>com.evolvedbinary.thirdparty.xml-apis</groupId>
9999
<artifactId>xml-apis</artifactId>
100100
</dependency>
101101
<dependency>

0 commit comments

Comments
 (0)