Skip to content

Commit b6f89df

Browse files
committed
fix readme
1 parent 0f33a4f commit b6f89df

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.adoc

+2-14
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,12 @@ You need to add the next dependency:
2929
[source, xml]
3030
----
3131
<dependency>
32-
<groupId>com.github.antkorwin</groupId>
32+
<groupId>com.jupiter-tools</groupId>
3333
<artifactId>spring-test-mongo</artifactId>
34-
<version>0.11</version>
34+
<version>0.12</version>
3535
</dependency>
3636
----
3737

38-
And repository:
39-
40-
[source, xml]
41-
----
42-
<repositories>
43-
<repository>
44-
<id>jitpack.io</id>
45-
<url>https://jitpack.io</url>
46-
</repository>
47-
</repositories>
48-
----
49-
5038
## JUnit5 integration test
5139

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

0 commit comments

Comments
 (0)