Skip to content
Snippets Groups Projects
Commit af6677d4 authored by a.croix's avatar a.croix
Browse files

Update pom.xml

parent 5a9bcf34
No related branches found
No related tags found
No related merge requests found
Pipeline #1045 failed
...@@ -9,6 +9,5 @@ image: maven:3.5.3-jdk-8 ...@@ -9,6 +9,5 @@ image: maven:3.5.3-jdk-8
mvn:package: mvn:package:
script: script:
- mvn SolutionDistanceTest test
- mvn clean verify - mvn clean verify
...@@ -25,12 +25,6 @@ ...@@ -25,12 +25,6 @@
<version>5.3.1</version> <version>5.3.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.3.1</version>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>info.debatty</groupId> <groupId>info.debatty</groupId>
<artifactId>java-aggregation</artifactId> <artifactId>java-aggregation</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment