Skip to content

Commit

Permalink
Use restassured snapshot, fixes w3c#224
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Feb 11, 2016
1 parent 88484f7 commit a44d375
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<dependency>
<groupId>com.jayway.restassured</groupId>
<artifactId>rest-assured</artifactId>
<version>2.8.0</version>
<version>2.8.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openrdf.sesame</groupId>
Expand Down Expand Up @@ -299,5 +299,12 @@
</build>
</profile>
</profiles>
<repositories>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots />
</repository>
</repositories>

</project>

0 comments on commit a44d375

Please sign in to comment.