Skip to content

Commit

Permalink
Fixed runtimee bug- added back the woodstox-core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov committed Feb 12, 2024
1 parent c0a5e5d commit e6d84e9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>pathwaycommons</groupId>
<artifactId>reconx-to-biopax</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<name>reconx-to-biopax</name>

<description>
Expand Down Expand Up @@ -229,10 +229,6 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
Expand Down

0 comments on commit e6d84e9

Please sign in to comment.