Skip to content

Commit

Permalink
Fixes #4001 - Migrate Core Profile TCK runners to use new managed Pir…
Browse files Browse the repository at this point in the history
…anha container (#4002)
  • Loading branch information
mnriem committed Sep 25, 2024
1 parent 6194d86 commit 36b1a17
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion external/coreprofile-tck/cdi/runner/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
-->
<dependency>
<groupId>cloud.piranha.arquillian</groupId>
<artifactId>piranha-arquillian-jarcontainer</artifactId>
<artifactId>piranha-arquillian-managed</artifactId>
<version>${piranha.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion external/coreprofile-tck/cdi/runner/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
-->
<dependency>
<groupId>cloud.piranha.arquillian</groupId>
<artifactId>piranha-arquillian-jarcontainer</artifactId>
<artifactId>piranha-arquillian-managed</artifactId>
<version>${piranha.version}</version>
<scope>test</scope>
</dependency>
Expand Down
3 changes: 2 additions & 1 deletion external/coreprofile-tck/coreprofile/runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<artifactId>installer</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>provided</scope>
</dependency>

<!-- The actual TCK jar containing the tests -->
Expand Down Expand Up @@ -84,7 +85,7 @@
to it. -->
<dependency>
<groupId>cloud.piranha.arquillian</groupId>
<artifactId>piranha-arquillian-jarcontainer</artifactId>
<artifactId>piranha-arquillian-managed</artifactId>
<version>${piranha.version}</version>
<scope>test</scope>
</dependency>
Expand Down
16 changes: 7 additions & 9 deletions external/coreprofile-tck/rest/runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,22 @@
<properties>
<piranha.version>${project.version}</piranha.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId>
<version>${arquillian.version}</version>
<scope>test</scope>
<version>1.8.0.Final</version>
<type>pom</type>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>cloud.piranha.arquillian</groupId>
<artifactId>piranha-arquillian-jarcontainer</artifactId>
<artifactId>piranha-arquillian-managed</artifactId>
<version>${piranha.version}</version>
<scope>test</scope>
</dependency>
Expand All @@ -38,14 +39,10 @@
<version>3.1.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.protocol</groupId>
<artifactId>arquillian-protocol-servlet-jakarta</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.junit5</groupId>
<artifactId>arquillian-junit5-container</artifactId>
<version>1.8.0.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -67,7 +64,7 @@
<dependency>
<groupId>org.omnifaces.arquillian</groupId>
<artifactId>glassfish-client-ee10</artifactId>
<version>1.4</version>
<version>1.6</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -100,6 +97,7 @@
<systemPropertyVariables>
<arquillian.launch>piranha</arquillian.launch>
<cts.harness.debug>true</cts.harness.debug>
<junit.log.traceflag>true</junit.log.traceflag>
<optional.tech.packages.to.ignore>jakarta.xml.bind</optional.tech.packages.to.ignore>
<porting.ts.url.class.1>ee.jakarta.tck.ws.rs.lib.implementation.sun.common.SunRIURL</porting.ts.url.class.1>
<servlet_adaptor>org.glassfish.jersey.servlet.ServletContainer</servlet_adaptor>
Expand Down

0 comments on commit 36b1a17

Please sign in to comment.