Skip to content

Commit

Permalink
fix jaxb dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmugra committed May 14, 2021
1 parent 5e0bbcf commit be8e96c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<plugin.spotbugs>4.2.3</plugin.spotbugs>
<dependency.spotbugs>4.2.3</dependency.spotbugs>
<plugin.coveralls>4.3.0</plugin.coveralls>
<dependency.jaxb>2.3.4</dependency.jaxb>
<dependency.jaxb-runtime>2.3.4</dependency.jaxb-runtime>

</properties>

Expand Down Expand Up @@ -408,15 +408,10 @@
<artifactId>coveralls-maven-plugin</artifactId>
<version>${plugin.coveralls}</version>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${dependency.jaxb}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${dependency.jaxb}</version>
<version>${dependency.jaxb-runtime}</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit be8e96c

Please sign in to comment.