Skip to content

Commit cfada8e

Browse files
committed
Updates for Testcontainers 2.0
1 parent 1452df5 commit cfada8e

File tree

7 files changed

+25
-25
lines changed
  • reactive

7 files changed

+25
-25
lines changed

reactive/hibernate-reactive-2/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@
112112
<!-- Testcontainers -->
113113
<dependency>
114114
<groupId>org.testcontainers</groupId>
115-
<artifactId>postgresql</artifactId>
115+
<artifactId>testcontainers-postgresql</artifactId>
116116
<scope>test</scope>
117117
</dependency>
118118
<dependency>
119119
<groupId>org.testcontainers</groupId>
120-
<artifactId>mysql</artifactId>
120+
<artifactId>testcontainers-mysql</artifactId>
121121
<scope>test</scope>
122122
</dependency>
123123
<!-- JDBC driver for Testcontainers with MYSQL -->
@@ -129,7 +129,7 @@
129129
</dependency>
130130
<dependency>
131131
<groupId>org.testcontainers</groupId>
132-
<artifactId>mariadb</artifactId>
132+
<artifactId>testcontainers-mariadb</artifactId>
133133
<scope>test</scope>
134134
</dependency>
135135
<!-- JDBC driver for Testcontainers with MariaDB -->
@@ -141,7 +141,7 @@
141141
</dependency>
142142
<dependency>
143143
<groupId>org.testcontainers</groupId>
144-
<artifactId>db2</artifactId>
144+
<artifactId>testcontainers-db2</artifactId>
145145
<scope>test</scope>
146146
</dependency>
147147
<!-- JDBC driver for Testcontainers with Db2 -->
@@ -153,17 +153,17 @@
153153
</dependency>
154154
<dependency>
155155
<groupId>org.testcontainers</groupId>
156-
<artifactId>cockroachdb</artifactId>
156+
<artifactId>testcontainers-cockroachdb</artifactId>
157157
<scope>test</scope>
158158
</dependency>
159159
<dependency>
160160
<groupId>org.testcontainers</groupId>
161-
<artifactId>oracle-xe</artifactId>
161+
<artifactId>testcontainers-oracle-xe</artifactId>
162162
<scope>test</scope>
163163
</dependency>
164164
<dependency>
165165
<groupId>org.testcontainers</groupId>
166-
<artifactId>mssqlserver</artifactId>
166+
<artifactId>testcontainers-mssqlserver</artifactId>
167167
<scope>test</scope>
168168
</dependency>
169169
<dependency>

reactive/hibernate-reactive-3/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@
112112
<!-- Testcontainers -->
113113
<dependency>
114114
<groupId>org.testcontainers</groupId>
115-
<artifactId>postgresql</artifactId>
115+
<artifactId>testcontainers-postgresql</artifactId>
116116
<scope>test</scope>
117117
</dependency>
118118
<dependency>
119119
<groupId>org.testcontainers</groupId>
120-
<artifactId>mysql</artifactId>
120+
<artifactId>testcontainers-mysql</artifactId>
121121
<scope>test</scope>
122122
</dependency>
123123
<!-- JDBC driver for Testcontainers with MYSQL -->
@@ -129,7 +129,7 @@
129129
</dependency>
130130
<dependency>
131131
<groupId>org.testcontainers</groupId>
132-
<artifactId>mariadb</artifactId>
132+
<artifactId>testcontainers-mariadb</artifactId>
133133
<scope>test</scope>
134134
</dependency>
135135
<!-- JDBC driver for Testcontainers with MariaDB -->
@@ -141,7 +141,7 @@
141141
</dependency>
142142
<dependency>
143143
<groupId>org.testcontainers</groupId>
144-
<artifactId>db2</artifactId>
144+
<artifactId>testcontainers-db2</artifactId>
145145
<scope>test</scope>
146146
</dependency>
147147
<!-- JDBC driver for Testcontainers with Db2 -->
@@ -153,17 +153,17 @@
153153
</dependency>
154154
<dependency>
155155
<groupId>org.testcontainers</groupId>
156-
<artifactId>cockroachdb</artifactId>
156+
<artifactId>testcontainers-cockroachdb</artifactId>
157157
<scope>test</scope>
158158
</dependency>
159159
<dependency>
160160
<groupId>org.testcontainers</groupId>
161-
<artifactId>oracle-xe</artifactId>
161+
<artifactId>testcontainers-oracle-xe</artifactId>
162162
<scope>test</scope>
163163
</dependency>
164164
<dependency>
165165
<groupId>org.testcontainers</groupId>
166-
<artifactId>mssqlserver</artifactId>
166+
<artifactId>testcontainers-mssqlserver</artifactId>
167167
<scope>test</scope>
168168
</dependency>
169169
<dependency>

reactive/hibernate-reactive-4/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@
112112
<!-- Testcontainers -->
113113
<dependency>
114114
<groupId>org.testcontainers</groupId>
115-
<artifactId>postgresql</artifactId>
115+
<artifactId>testcontainers-postgresql</artifactId>
116116
<scope>test</scope>
117117
</dependency>
118118
<dependency>
119119
<groupId>org.testcontainers</groupId>
120-
<artifactId>mysql</artifactId>
120+
<artifactId>testcontainers-mysql</artifactId>
121121
<scope>test</scope>
122122
</dependency>
123123
<!-- JDBC driver for Testcontainers with MYSQL -->
@@ -129,7 +129,7 @@
129129
</dependency>
130130
<dependency>
131131
<groupId>org.testcontainers</groupId>
132-
<artifactId>mariadb</artifactId>
132+
<artifactId>testcontainers-mariadb</artifactId>
133133
<scope>test</scope>
134134
</dependency>
135135
<!-- JDBC driver for Testcontainers with MariaDB -->
@@ -141,7 +141,7 @@
141141
</dependency>
142142
<dependency>
143143
<groupId>org.testcontainers</groupId>
144-
<artifactId>db2</artifactId>
144+
<artifactId>testcontainers-db2</artifactId>
145145
<scope>test</scope>
146146
</dependency>
147147
<!-- JDBC driver for Testcontainers with Db2 -->
@@ -153,17 +153,17 @@
153153
</dependency>
154154
<dependency>
155155
<groupId>org.testcontainers</groupId>
156-
<artifactId>cockroachdb</artifactId>
156+
<artifactId>testcontainers-cockroachdb</artifactId>
157157
<scope>test</scope>
158158
</dependency>
159159
<dependency>
160160
<groupId>org.testcontainers</groupId>
161-
<artifactId>oracle-xe</artifactId>
161+
<artifactId>testcontainers-oracle-xe</artifactId>
162162
<scope>test</scope>
163163
</dependency>
164164
<dependency>
165165
<groupId>org.testcontainers</groupId>
166-
<artifactId>mssqlserver</artifactId>
166+
<artifactId>testcontainers-mssqlserver</artifactId>
167167
<scope>test</scope>
168168
</dependency>
169169
<dependency>

search/hibernate-search-5/elasticsearch-5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
</dependency>
109109
<dependency>
110110
<groupId>org.testcontainers</groupId>
111-
<artifactId>elasticsearch</artifactId>
111+
<artifactId>testcontainers-elasticsearch</artifactId>
112112
<scope>test</scope>
113113
</dependency>
114114
</dependencies>

search/hibernate-search-6/orm-elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
</dependency>
9898
<dependency>
9999
<groupId>org.testcontainers</groupId>
100-
<artifactId>elasticsearch</artifactId>
100+
<artifactId>testcontainers-elasticsearch</artifactId>
101101
<scope>test</scope>
102102
</dependency>
103103
</dependencies>

search/hibernate-search-7/orm-elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
</dependency>
119119
<dependency>
120120
<groupId>org.testcontainers</groupId>
121-
<artifactId>elasticsearch</artifactId>
121+
<artifactId>testcontainers-elasticsearch</artifactId>
122122
<scope>test</scope>
123123
</dependency>
124124
</dependencies>

search/hibernate-search-8/orm-elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
</dependency>
108108
<dependency>
109109
<groupId>org.testcontainers</groupId>
110-
<artifactId>elasticsearch</artifactId>
110+
<artifactId>testcontainers-elasticsearch</artifactId>
111111
<scope>test</scope>
112112
</dependency>
113113
</dependencies>

0 commit comments

Comments
 (0)