Skip to content

Commit

Permalink
Merge pull request #212 from aloubyansky/include-testcontainers
Browse files Browse the repository at this point in the history
Include testcontainers into the platform BOM from quarkus-bom
  • Loading branch information
aloubyansky authored Mar 29, 2021
2 parents b340449 + 2021ab3 commit d1033a7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@
<excludedDependencies>
<dependency>groupId:artifactId</dependency>
</excludedDependencies>
-->
<excludedGroups>
<excludedGroup>org.testcontainers</excludedGroup>
<excludedGroup>groupId</excludedGroup>
</excludedGroups>
-->
</configuration>
</plugin>
</plugins>
Expand Down
7 changes: 0 additions & 7 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@
<artifactId>quarkus-integration-test-class-transformer</artifactId>
<version>${quarkus.version}</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<type>pom</type>
<scope>import</scope>
<version>${testcontainers.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
-->
<kogito-quarkus.version>1.4.1.Final</kogito-quarkus.version>
<optaplanner-quarkus.version>8.4.1.Final</optaplanner-quarkus.version>
<testcontainers.version>1.15.1</testcontainers.version>

<build-helper-maven-plugin.version>3.1.0</build-helper-maven-plugin.version>
<rpkgtests-maven-plugin.version>0.8.0</rpkgtests-maven-plugin.version>
Expand Down

0 comments on commit d1033a7

Please sign in to comment.