Skip to content

Commit

Permalink
TOMEE-4440 - fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jungm committed Dec 23, 2024
1 parent 9d6077f commit b914dae
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 1 deletion.
6 changes: 6 additions & 0 deletions examples/change-jaxws-url/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@
<version>${tomee.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<version>1.9.1.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
<!--
This section allows you to configure where to publish libraries for sharing.
Expand Down
7 changes: 6 additions & 1 deletion examples/groovy-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<name>TomEE :: Examples :: Groovy CDI</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.arquillian.container>1.0.3.Final</version.arquillian.container>
</properties>
<build>
<defaultGoal>install</defaultGoal>
Expand Down Expand Up @@ -98,6 +97,12 @@
<version>10.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<version>1.9.1.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
<!-- This section allows you to configure where to publish libraries for
sharing. It is not required and may be deleted. For more information see:
Expand Down
6 changes: 6 additions & 0 deletions examples/groovy-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@
<version>10.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<version>1.9.1.Final</version>
<scope>test</scope>
</dependency>
</dependencies>

<!-- This section allows you to configure where to publish libraries for
Expand Down
6 changes: 6 additions & 0 deletions examples/multi-jpa-provider-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@
<version>${tomee.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<version>1.9.1.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-impl-maven</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions examples/server-events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
<version>10.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<version>1.9.1.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
<!--
This section allows you to configure where to publish libraries for sharing.
Expand Down

0 comments on commit b914dae

Please sign in to comment.