Skip to content

Commit 0bcfeb7

Browse files
committed
Use maven-api-xml and maven-xml-impl as the Xpp3Dom implementation
1 parent 03275ef commit 0bcfeb7

File tree

13 files changed

+199
-945
lines changed

13 files changed

+199
-945
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,9 @@ limitations under the License.
5454

5555
<dependencies>
5656
<dependency>
57-
<groupId>org.codehaus.plexus</groupId>
58-
<artifactId>plexus-utils</artifactId>
59-
<version>4.0.0-SNAPSHOT</version>
60-
<scope>test</scope>
57+
<groupId>org.apache.maven</groupId>
58+
<artifactId>maven-xml-impl</artifactId>
59+
<version>4.0.0-alpha-5</version>
6160
</dependency>
6261
<dependency>
6362
<groupId>org.openjdk.jmh</groupId>

src/main/java/org/codehaus/plexus/util/xml/ReaderFactory.java

-221
This file was deleted.

0 commit comments

Comments
 (0)