Skip to content

Commit db0790c

Browse files
authored
added plexus-xml dependency
1 parent 988fd8f commit db0790c

File tree

1 file changed

+5
-0
lines changed
  • quickfixj-class-pruner-maven-plugin

1 file changed

+5
-0
lines changed

quickfixj-class-pruner-maven-plugin/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@
6363
<artifactId>maven-plugin-testing-harness</artifactId>
6464
<scope>test</scope>
6565
</dependency>
66+
<dependency>
67+
<groupId>org.codehaus.plexus</groupId>
68+
<artifactId>plexus-xml</artifactId>
69+
<scope>test</scope>
70+
</dependency>
6671
</dependencies>
6772

6873
<build>

0 commit comments

Comments
 (0)