Skip to content

Commit 5ce2d3b

Browse files
Replace dependency xml-apis:xml-apis with xml-apis:xml-apis
1 parent e4dc782 commit 5ce2d3b

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
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>xml-apis</groupId>
7777
<artifactId>xml-apis</artifactId>
78-
<version>1.4.01</version>
78+
<version>1.0.b2</version>
7979
<scope>provided</scope>
8080
</dependency>
8181
<dependency>

src/it/xerces/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>xml-apis</groupId>
3636
<artifactId>xml-apis</artifactId>
37-
<version>1.4.01</version>
37+
<version>1.0.b2</version>
3838
<scope>provided</scope>
3939
</dependency>
4040
<dependency>

0 commit comments

Comments
 (0)