Skip to content

Commit 4d03be3

Browse files
Replace dependency xml-apis:xml-apis with xml-apis:xml-apis
1 parent b47734d commit 4d03be3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>xml-apis</groupId>
102102
<artifactId>xml-apis</artifactId>
103-
<version>1.4.01</version>
103+
<version>1.0.b2</version>
104104
<scope>provided</scope>
105105
</dependency>
106106
<dependency>

src/it/xerces/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>xml-apis</groupId>
6161
<artifactId>xml-apis</artifactId>
62-
<version>1.4.01</version>
62+
<version>1.0.b2</version>
6363
<scope>provided</scope>
6464
</dependency>
6565
<dependency>

0 commit comments

Comments
 (0)