Add plexus-xml to test-distribution

This commit is contained in:
Jan Bartel 2023-06-28 18:51:35 +02:00
parent 0c1ea6fe94
commit 20869acff4
1 changed files with 11 additions and 0 deletions

View File

@ -17,6 +17,17 @@
</properties>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>jetty-home-tester</artifactId>