DATAJDBC-214 - Upgrading Testcontainers dependencies.
The now superfluous explicit dependency on apache commons is removed.
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -33,7 +33,7 @@
|
||||
<mysql-connector-java.version>5.1.41</mysql-connector-java.version>
|
||||
<postgresql.version>42.0.0</postgresql.version>
|
||||
<mariadb-java-client.version>2.2.3</mariadb-java-client.version>
|
||||
<testcontainers.version>1.7.2</testcontainers.version>
|
||||
<testcontainers.version>1.7.3</testcontainers.version>
|
||||
|
||||
</properties>
|
||||
|
||||
@@ -262,13 +262,6 @@
|
||||
<version>${testcontainers.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- Workaround for https://github.com/testcontainers/testcontainers-java/issues/656-->
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>2.6</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user