Skip to content

Commit 988fd8f

Browse files
authored
Added plexus-xml dependency
1 parent be35067 commit 988fd8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@
226226
<artifactId>plexus-utils</artifactId>
227227
<version>4.0.0</version>
228228
</dependency>
229+
<dependency>
230+
<groupId>org.codehaus.plexus</groupId>
231+
<artifactId>plexus-xml</artifactId>
232+
<version>4.0.0</version>
233+
</dependency>
229234
<dependency>
230235
<groupId>com.sleepycat</groupId>
231236
<artifactId>je</artifactId>

0 commit comments

Comments
 (0)