Skip to content

Commit

Permalink
Add jaxb-api dependency to coveralls-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sdousti committed Feb 24, 2023
1 parent ebaa589 commit 52f7f3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions logbook-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,13 @@
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 52f7f3a

Please sign in to comment.