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

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

commit 83045a4eb6b06cc93443cd5f55935268ca0d6d87
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Aug 18 08:16:37 2023 +0200

    TOMEE-4139 - Fix bval evaluation redeployment example
---
 examples/bval-evaluation-redeployment/pom.xml        | 2 ++
 examples/bval-evaluation-redeployment/runner/pom.xml | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/examples/bval-evaluation-redeployment/pom.xml 
b/examples/bval-evaluation-redeployment/pom.xml
index bb5aa6d79c..091e53332e 100644
--- a/examples/bval-evaluation-redeployment/pom.xml
+++ b/examples/bval-evaluation-redeployment/pom.xml
@@ -23,6 +23,8 @@
   <version>10.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
+  <name>TomEE :: Examples :: Bean Validation Evaluation on Re-Deployment</name>
+
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <tomee.test.version>10.0.0-SNAPSHOT</tomee.test.version>
diff --git a/examples/bval-evaluation-redeployment/runner/pom.xml 
b/examples/bval-evaluation-redeployment/runner/pom.xml
index 4b53c88efd..777ef0ebe5 100644
--- a/examples/bval-evaluation-redeployment/runner/pom.xml
+++ b/examples/bval-evaluation-redeployment/runner/pom.xml
@@ -31,6 +31,10 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-rs-client</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.tomee</groupId>
       <artifactId>arquillian-tomee-remote</artifactId>

Reply via email to