1 parent 167f1d7 commit 82fd71cCopy full SHA for 82fd71c
1 file changed
README.md
@@ -130,12 +130,14 @@ The init function must be a public static method which takes a `java.sql.Connect
130
131
## Maven dependencies
132
133
-In the dependency description below, replace `--artifact name--` with one of the following:
+TestContainers is distributed in a handful of modules:
134
135
* **junit** for just core functionality and generic containers support
136
* **mysql**, **postgresql** or **oracle-xe** for database container support
137
* **selenium** for selenium support
138
139
+In the dependency description below, replace `--artifact name--` as appropriate:
140
+
141
142
<dependency>
143
<groupId>org.testcontainers</groupId>
0 commit comments