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

Upgrade Arquillian Core to 1.9.1.Final #337

Merged
merged 2 commits into from
Aug 6, 2024
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
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
<version.aopalliance>1.0</version.aopalliance>
<version.org.aspectj>1.9.22.1</version.org.aspectj>
<!-- The Arquillian version used here should keep same with the one in RESTEasy -->
<version.org.jboss.arquillian>1.8.0.Final</version.org.jboss.arquillian>
<version.org.jboss.arquillian.core>1.9.1.Final</version.org.jboss.arquillian.core>
<version.org.jboss.shrinkwrap>1.2.6</version.org.jboss.shrinkwrap>
<version.org.wildfly.arquillian>5.1.0.Beta4</version.org.wildfly.arquillian>
<version.org.testng>7.6.1</version.org.testng>
<version.resteasy.testsuite>6.2.9.Final</version.resteasy.testsuite>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-spring-test-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId>
<version>${version.org.jboss.arquillian}</version>
<version>${version.org.jboss.arquillian.core}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
11 changes: 11 additions & 0 deletions testsuite/layers-metadata-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@
<artifactId>galleon-feature-pack-layers-metadata-tests</artifactId>
<name>RESTEasy Galleon feature-pack layers metadata tests</name>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-bom</artifactId>
<version>${version.org.jboss.shrinkwrap}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
4 changes: 0 additions & 4 deletions testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@
<artifactId>wildfly-testing-tools</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-api</artifactId>
</dependency>
</dependencies>
<repositories>
<!-- Required for provisioning WildFly. Not all dependencies currently exist on Maven Central. This is also
Expand Down