Skip to content

Commit

Permalink
Fix merge problem in pom.
Browse files Browse the repository at this point in the history
  • Loading branch information
joehni committed Jan 6, 2021
1 parent 483c7b1 commit 337fcd2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions xstream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,12 @@
</dependency>

<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<<<<<<< HEAD
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
=======
<groupId>stax</groupId>
<artifactId>stax</artifactId>
<optional>true</optional>
Expand All @@ -63,7 +59,6 @@
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
>>>>>>> ffe0c09e... Put Woodstox before BEA onto classpath.
<optional>true</optional>
</dependency>

Expand Down

0 comments on commit 337fcd2

Please sign in to comment.