Skip to content
Snippets Groups Projects
Commit 8594cf14 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

fixes junit and jaxb.

parent c5c400f5
No related branches found
No related tags found
No related merge requests found
...@@ -55,25 +55,19 @@ ...@@ -55,25 +55,19 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>javax.xml.bind</groupId>
<artifactId>junit-jupiter-api</artifactId> <artifactId>jaxb-api</artifactId>
<scope>test</scope> <version>2.3.0</version>
</dependency> </dependency>
<!-- Only required to run tests in an IntelliJ IDEA that bundles an older version -->
<dependency> <dependency>
<groupId>org.junit.platform</groupId> <groupId>com.sun.xml.bind</groupId>
<artifactId>junit-platform-launcher</artifactId> <artifactId>jaxb-core</artifactId>
<scope>test</scope> <version>2.3.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>com.sun.xml.bind</groupId>
<artifactId>junit-jupiter-engine</artifactId> <artifactId>jaxb-impl</artifactId>
<scope>test</scope> <version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment