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

rzo1 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 3ba3639e5a Re-add missing gson library, which is used in openejb cli
3ba3639e5a is described below

commit 3ba3639e5a7092710afe683123e5e791736945f5
Author: Richard Zowalla <r...@apache.org>
AuthorDate: Tue Apr 30 10:59:07 2024 +0200

    Re-add missing gson library, which is used in openejb cli
---
 pom.xml                           | 5 +++++
 server/openejb-common-cli/pom.xml | 4 ++++
 2 files changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index d1a806ab2e..560ea3201b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1943,6 +1943,11 @@
         <artifactId>jansi</artifactId>
         <version>1.16</version>
       </dependency>
+      <dependency>
+        <groupId>com.google.code.gson</groupId>
+        <artifactId>gson</artifactId>
+        <version>2.2.4</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.tomee</groupId>
         <artifactId>taglibs-shade</artifactId>
diff --git a/server/openejb-common-cli/pom.xml 
b/server/openejb-common-cli/pom.xml
index a6cfeea87b..fb8374ca07 100644
--- a/server/openejb-common-cli/pom.xml
+++ b/server/openejb-common-cli/pom.xml
@@ -46,6 +46,10 @@
       <groupId>jline</groupId>
       <artifactId>jline</artifactId>
     </dependency>
+    <dependency>
+      <groupId>com.google.code.gson</groupId>
+      <artifactId>gson</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-reflect</artifactId>

Reply via email to