You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/08/05 06:52:18 UTC

[incubator-linkis] branch dev-1.2.0 updated: [ISSUE-2596]presto pom.xml update (#2599)

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

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


The following commit(s) were added to refs/heads/dev-1.2.0 by this push:
     new bdcc75ab2 [ISSUE-2596]presto pom.xml update (#2599)
bdcc75ab2 is described below

commit bdcc75ab276c963fd4ce82e4cfde4beb1d97bbdc
Author: 成彬彬 <10...@users.noreply.github.com>
AuthorDate: Fri Aug 5 14:52:13 2022 +0800

    [ISSUE-2596]presto pom.xml update (#2599)
    
    * presto pom.xml update
---
 linkis-engineconn-plugins/presto/pom.xml | 34 --------------------------------
 tool/dependencies/known-dependencies.txt |  5 +++++
 2 files changed, 5 insertions(+), 34 deletions(-)

diff --git a/linkis-engineconn-plugins/presto/pom.xml b/linkis-engineconn-plugins/presto/pom.xml
index b9c3a9c36..60502b2c9 100644
--- a/linkis-engineconn-plugins/presto/pom.xml
+++ b/linkis-engineconn-plugins/presto/pom.xml
@@ -71,24 +71,6 @@
             <groupId>com.facebook.presto</groupId>
             <artifactId>presto-client</artifactId>
             <version>${presto.version}</version>
-            <exclusions>
-                <exclusion>
-                    <artifactId>guice</artifactId>
-                    <groupId>com.google.inject</groupId>
-                </exclusion>
-                <exclusion>
-                    <artifactId>json</artifactId>
-                    <groupId>com.facebook.airlift</groupId>
-                </exclusion>
-                <exclusion>
-                    <artifactId>security</artifactId>
-                    <groupId>com.facebook.airlift</groupId>
-                </exclusion>
-                <exclusion>
-                    <groupId>com.facebook.airlift</groupId>
-                    <artifactId>security</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.facebook.presto</groupId>
@@ -99,22 +81,6 @@
                     <artifactId>log-manager</artifactId>
                     <groupId>com.facebook.airlift</groupId>
                 </exclusion>
-                <exclusion>
-                    <artifactId>HdrHistogram</artifactId>
-                    <groupId>org.hdrhistogram</groupId>
-                </exclusion>
-                <exclusion>
-                    <artifactId>guice</artifactId>
-                    <groupId>com.google.inject</groupId>
-                </exclusion>
-                <exclusion>
-                    <artifactId>json</artifactId>
-                    <groupId>com.facebook.airlift</groupId>
-                </exclusion>
-                <exclusion>
-                    <artifactId>log</artifactId>
-                    <groupId>com.facebook.airlift</groupId>
-                </exclusion>
             </exclusions>
         </dependency>
     </dependencies>
diff --git a/tool/dependencies/known-dependencies.txt b/tool/dependencies/known-dependencies.txt
index 28ada30d9..793c50257 100644
--- a/tool/dependencies/known-dependencies.txt
+++ b/tool/dependencies/known-dependencies.txt
@@ -151,6 +151,11 @@ guava-30.0-jre.jar
 guava-retrying-2.0.0.jar
 guice-3.0.jar
 guice-4.1.0.jar
+guice-4.2.2.jar
+json-0.191.jar
+log-0.191.jar
+security-0.191.jar
+HdrHistogram-2.1.9.jar
 guice-assistedinject-3.0.jar
 guice-servlet-3.0.jar
 hadoop-annotations-2.7.2.jar


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org