Skip to content

Commit

Permalink
Fixed jaxb dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kvb2univpitt committed Mar 8, 2023
2 parents c1ca2bb + fae7ca5 commit 2c22a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>4.0.2</version>
<version>2.3.0.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>4.0.2</version>
<version>2.3.8</version>
</dependency>
<dependency>
<groupId>io.github.cmu-phil</groupId>
Expand Down

0 comments on commit 2c22a1b

Please sign in to comment.