You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2023/06/05 12:42:27 UTC

[linkis] branch dev-1.4.0 updated: add jersey-apache-client4 dependency (#4599)

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 <ki...@gmail.com>
AuthorDate: Mon Jun 5 20:42:20 2023 +0800

    add jersey-apache-client4 dependency (#4599)
    
    Co-authored-by: aiceflower <ki...@sina.com>
---
 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: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org