Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
antkorwin committed Mar 22, 2019
1 parent 0f33a4f commit b6f89df
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,12 @@ You need to add the next dependency:
[source, xml]
----
<dependency>
<groupId>com.github.antkorwin</groupId>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-test-mongo</artifactId>
<version>0.11</version>
<version>0.12</version>
</dependency>
----

And repository:

[source, xml]
----
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
----

## JUnit5 integration test

Let's look at the example of using the TestContainers library to make integration tests.
Expand Down

0 comments on commit b6f89df

Please sign in to comment.