Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.wildfly.arquillian:wildfly-arquillian-bom from 5.1.0.Beta6 to 5.1.0.Beta9 #423

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion bom/test-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<version.org.testng>7.10.2</version.org.testng>

<version.org.wildfly.arquillian>5.1.0.Beta6</version.org.wildfly.arquillian>
<version.org.wildfly.arquillian>5.1.0.Beta9</version.org.wildfly.arquillian>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -229,6 +229,14 @@
</exclusions>
</dependency>

<!-- Required until WFARQ-201 is resolved -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.16</version>
<scope>test</scope>
</dependency>

<!-- Required for the MicroProfile TCK -->
<dependency>
<groupId>org.testng</groupId>
Expand Down
7 changes: 7 additions & 0 deletions testsuite/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,13 @@
<version>${version.resteasy.microprofile.testsuite}</version>
</dependency>

<!-- Required until WFARQ-201 is resolved -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
Expand Down
Loading