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

peacewong pushed a commit to branch dev-1.4.0
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.4.0 by this push:
     new 2f69900d0 add jersey-apache-client4 dependency (#4599)
2f69900d0 is described below

commit 2f69900d0d06e17fd06bde9ee1fa90f4eced53f8
Author: aiceflower <[email protected]>
AuthorDate: Mon Jun 5 20:42:20 2023 +0800

    add jersey-apache-client4 dependency (#4599)
    
    Co-authored-by: aiceflower <[email protected]>
---
 linkis-engineconn-plugins/spark/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/linkis-engineconn-plugins/spark/pom.xml 
b/linkis-engineconn-plugins/spark/pom.xml
index 0e5ad0e42..e5f8d0b05 100644
--- a/linkis-engineconn-plugins/spark/pom.xml
+++ b/linkis-engineconn-plugins/spark/pom.xml
@@ -293,6 +293,10 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>com.sun.jersey.contribs</groupId>
+      <artifactId>jersey-apache-client4</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-auth</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to