You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2019/06/05 11:08:24 UTC

[ignite] 21/31: GG-19181 Web Console: Add exclusions of org.eclipse.jetty.aggregate artifacts for "hive".

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

amashenkov pushed a commit to branch gg-19225
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 6f017656e2a57357b7fbfb9c9ea5ae7f389ac96b
Author: Vladimir Pligin <vo...@yandex.ru>
AuthorDate: Fri May 31 17:47:43 2019 +0300

    GG-19181 Web Console: Add exclusions of org.eclipse.jetty.aggregate artifacts for "hive".
    
    (cherry picked from commit c62afef58d5c4206cbf09fef7e00a9a41fb24a03)
---
 modules/web-console/frontend/app/data/pom-dependencies.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/web-console/frontend/app/data/pom-dependencies.json b/modules/web-console/frontend/app/data/pom-dependencies.json
index b597e6a..8b514fc 100644
--- a/modules/web-console/frontend/app/data/pom-dependencies.json
+++ b/modules/web-console/frontend/app/data/pom-dependencies.json
@@ -16,7 +16,7 @@
         {"groupId": "com.mchange", "artifactId": "mchange-commons-java", "version": "0.2.11"}
     ],
     "Hive": [
-        {"groupId": "org.apache.hive", "artifactId": "hive-jdbc", "version": "3.1.1", "exclude": [{ "groupId": "org.eclipse.jetty", "artifactId": "*" }]},
+        {"groupId": "org.apache.hive", "artifactId": "hive-jdbc", "version": "3.1.1", "exclude": [{ "groupId": "org.eclipse.jetty.aggregate", "artifactId": "*" }]},
         {"groupId": "com.mchange", "artifactId": "c3p0", "version": "0.9.5.2"},
         {"groupId": "com.mchange", "artifactId": "mchange-commons-java", "version": "0.2.11"}
     ],