This is an automated email from the ASF dual-hosted git repository.

jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new b914dae627 TOMEE-4440 - fix build
b914dae627 is described below

commit b914dae627244d8ec2774b675434699e771b6e6b
Author: Markus Jung <[email protected]>
AuthorDate: Mon Dec 23 21:24:56 2024 +0100

    TOMEE-4440 - fix build
---
 examples/change-jaxws-url/pom.xml           | 6 ++++++
 examples/groovy-cdi/pom.xml                 | 7 ++++++-
 examples/groovy-jpa/pom.xml                 | 6 ++++++
 examples/multi-jpa-provider-testing/pom.xml | 6 ++++++
 examples/server-events/pom.xml              | 6 ++++++
 5 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/examples/change-jaxws-url/pom.xml 
b/examples/change-jaxws-url/pom.xml
index 1fe4ae383a..c34dced02c 100644
--- a/examples/change-jaxws-url/pom.xml
+++ b/examples/change-jaxws-url/pom.xml
@@ -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.
diff --git a/examples/groovy-cdi/pom.xml b/examples/groovy-cdi/pom.xml
index 9081929af7..ff38d6f7ff 100644
--- a/examples/groovy-cdi/pom.xml
+++ b/examples/groovy-cdi/pom.xml
@@ -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>
@@ -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:
diff --git a/examples/groovy-jpa/pom.xml b/examples/groovy-jpa/pom.xml
index ba2310f3cd..98e574efa8 100644
--- a/examples/groovy-jpa/pom.xml
+++ b/examples/groovy-jpa/pom.xml
@@ -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
diff --git a/examples/multi-jpa-provider-testing/pom.xml 
b/examples/multi-jpa-provider-testing/pom.xml
index 2a48b06796..fd0e7ffe2e 100644
--- a/examples/multi-jpa-provider-testing/pom.xml
+++ b/examples/multi-jpa-provider-testing/pom.xml
@@ -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>
diff --git a/examples/server-events/pom.xml b/examples/server-events/pom.xml
index b0617638ee..2d831a8ebe 100644
--- a/examples/server-events/pom.xml
+++ b/examples/server-events/pom.xml
@@ -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.

Reply via email to