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

jlmonteiro pushed a commit to branch tomee-9.x-initial
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-9.x-initial by this push:
     new ceb3e64  Add missing dependencies
ceb3e64 is described below

commit ceb3e642e4afebbf2e37ec14fcc72f9b03cd8caa
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Thu Mar 10 16:58:26 2022 +0100

    Add missing dependencies
---
 server/openejb-cxf-rs/pom.xml |  1 +
 tomee/tomee-security/pom.xml  | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/server/openejb-cxf-rs/pom.xml b/server/openejb-cxf-rs/pom.xml
index c7578b5..d5cf057 100644
--- a/server/openejb-cxf-rs/pom.xml
+++ b/server/openejb-cxf-rs/pom.xml
@@ -105,6 +105,7 @@
       <artifactId>johnzon-mapper</artifactId>
       <classifier>jakarta</classifier>
     </dependency>
+
     <dependency>
       <groupId>org.codehaus.jettison</groupId>
       <artifactId>jettison</artifactId>
diff --git a/tomee/tomee-security/pom.xml b/tomee/tomee-security/pom.xml
index cff339d..b8c789b 100644
--- a/tomee/tomee-security/pom.xml
+++ b/tomee/tomee-security/pom.xml
@@ -64,6 +64,16 @@
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.openwebbeans</groupId>
+      <artifactId>openwebbeans-impl</artifactId>
+      <classifier>jakarta</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.openwebbeans</groupId>
+      <artifactId>openwebbeans-ejb</artifactId>
+      <classifier>jakarta</classifier>
+    </dependency>
 
     <!-- Test -->
     <dependency>

Reply via email to