Skip to content

Commit

Permalink
Try to fix dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: André Silva <andre15andre@hotmail.com>
  • Loading branch information
andre15silva committed Jul 30, 2021
1 parent 7ba0ac9 commit 0ae8e93
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nopol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
</properties>

<dependencies>
<dependency>
<groupId>com.github.spoonlabs</groupId>
<artifactId>flacoco</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -106,7 +111,7 @@
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
<version>7.5.0-SNAPSHOT</version>
<version>9.0.0</version>
</dependency>
<dependency>
<groupId>org.smtlib</groupId>
Expand Down Expand Up @@ -147,11 +152,6 @@
<artifactId>json</artifactId>
<version>20160810</version>
</dependency>
<dependency>
<groupId>com.github.spoonlabs</groupId>
<artifactId>flacoco</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>

<dependencyManagement>
Expand Down

0 comments on commit 0ae8e93

Please sign in to comment.