Skip to content

Commit

Permalink
Fixing coveralls dependency problem
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jul 4, 2020
1 parent 81d2d6b commit f03ef5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -319,6 +319,13 @@
<configuration>
<timestampFormat>EpochMillis</timestampFormat>
</configuration>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit f03ef5f

Please sign in to comment.