Skip to content

Commit

Permalink
Reverse testcontainers#140 and upgrade to v1.0.5 of visible-assertion…
Browse files Browse the repository at this point in the history
…s library to avoid a test-scoped issue with downstream dependency resolution
  • Loading branch information
rnorth committed Apr 28, 2016
1 parent 5bafbe3 commit 5805be6
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@
</developer>
</developers>

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -97,9 +90,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.rnorth</groupId>
<groupId>org.rnorth.visible-assertions</groupId>
<artifactId>visible-assertions</artifactId>
<version>040134e667</version>
<version>1.0.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5805be6

Please sign in to comment.