Skip to content

Commit 854e4a7

Browse files
committed
Switch the underlying xml implementation to the one from maven
1 parent 4f333f2 commit 854e4a7

File tree

4 files changed

+156
-494
lines changed

4 files changed

+156
-494
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ limitations under the License.
5555
</properties>
5656

5757
<dependencies>
58+
<dependency>
59+
<groupId>org.apache.maven</groupId>
60+
<artifactId>maven-api-xml</artifactId>
61+
<version>4.0.0-alpha-4</version>
62+
</dependency>
63+
<dependency>
64+
<groupId>org.apache.maven</groupId>
65+
<artifactId>maven-xml-impl</artifactId>
66+
<version>4.0.0-alpha-4</version>
67+
</dependency>
5868
<dependency>
5969
<groupId>org.openjdk.jmh</groupId>
6070
<artifactId>jmh-core</artifactId>

0 commit comments

Comments
 (0)