Skip to content

Commit

Permalink
Merge pull request quarkusio#8953 from rsvoboda/test-containers.versi…
Browse files Browse the repository at this point in the history
…on.bump

Update testcontainers version and sync changes from kafka into BOM
  • Loading branch information
gsmet authored May 4, 2020
2 parents 71e5af7 + bb74ee8 commit d5f8c25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion bom/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<caffeine.version>2.8.0</caffeine.version>
<netty.version>4.1.49.Final</netty.version>
<reactive-streams.version>1.0.3</reactive-streams.version>
<test-containers.version>1.12.4</test-containers.version>
<test-containers.version>1.14.1</test-containers.version>
<jboss-logging.version>3.3.2.Final</jboss-logging.version>
<mutiny.version>0.5.0</mutiny.version>
<axle-client.version>0.0.15</axle-client.version>
Expand Down
19 changes: 0 additions & 19 deletions integration-tests/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,26 +104,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.13.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</exclusion>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.activation</groupId>
<artifactId>javax.activation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit d5f8c25

Please sign in to comment.