Skip to content

Commit

Permalink
TOMEE-4440 - fix scope for arquillian junit container (#1726)
Browse files Browse the repository at this point in the history
* TOMEE-4440 - fix scope for arquillian junit container

* depend on arquillian-junit-container in tomee-webaccess
  • Loading branch information
jungm authored Dec 23, 2024
1 parent e795874 commit 9d6077f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions arquillian/arquillian-openejb-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<version>${version.arquillian}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>shrinkwrap-descriptors-spi</artifactId>
Expand Down
1 change: 1 addition & 0 deletions arquillian/arquillian-tomee-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<version>${version.arquillian}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>shrinkwrap-descriptors-spi</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions tomee/tomee-webaccess/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-websocket</artifactId>
Expand Down

0 comments on commit 9d6077f

Please sign in to comment.