Skip to content

Commit

Permalink
Revert "[FLINK-28347][Test infrastructure] Upgrade testcontainers to …
Browse files Browse the repository at this point in the history
…1.18.3 (apache#71)"

This reverts commit 7798196.
  • Loading branch information
MartijnVisser committed Jul 17, 2023
1 parent 7798196 commit 16f6702
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
13 changes: 0 additions & 13 deletions flink-connector-elasticsearch-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,6 @@ under the License.
<module>flink-connector-elasticsearch7-e2e-tests</module>
</modules>

<dependencyManagement>
<dependencies>
<!-- We pick the version of net.java.dev.jna:jna to satisfy dependency
convergence for org.testcontainers:testcontainers which transitively depends on
two different versions.-->
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.12.1</version>
</dependency>
</dependencies>
</dependencyManagement>

<profiles>
<profile>
<id>run-end-to-end-tests</id>
Expand Down
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ under the License.
<junit4.version>4.13.2</junit4.version>
<junit5.version>5.9.1</junit5.version>
<assertj.version>3.23.1</assertj.version>
<!-- keep net.java.dev.jna:jna in sync with the one from testcontainers -->
<testcontainers.version>1.18.3</testcontainers.version>
<testcontainers.version>1.17.2</testcontainers.version>
<mockito.version>3.4.6</mockito.version>

<japicmp.skip>false</japicmp.skip>
Expand Down Expand Up @@ -317,13 +316,6 @@ under the License.
</dependency>

<!-- For dependency convergence -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.22</version>
</dependency>

<!-- For dependency convergence -->
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
Expand Down

0 comments on commit 16f6702

Please sign in to comment.