Skip to content

Commit

Permalink
update spoon to 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Jul 12, 2017
1 parent 4a28cdf commit 9294c18
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
<version>5.8.0-SNAPSHOT</version>
<version>5.8.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -82,6 +82,11 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.glassfish.tyrus.bundles</groupId>
<artifactId>tyrus-standalone-client</artifactId>
<version>1.13.1</version>
</dependency>
</dependencies>

<repositories>
Expand Down

0 comments on commit 9294c18

Please sign in to comment.