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

oleewere pushed a commit to branch cloud-storage-poc
in repository https://gitbox.apache.org/repos/asf/ambari-infra.git


The following commit(s) were added to refs/heads/cloud-storage-poc by this push:
     new 1913158  Add jetty-util
1913158 is described below

commit 1913158b35fe2d6877a89288f74c2f0937217acc
Author: Oliver Szabo <[email protected]>
AuthorDate: Mon Dec 24 18:20:18 2018 +0100

    Add jetty-util
---
 ambari-infra-assembly/pom.xml    | 2 ++
 ambari-infra-solr-plugin/pom.xml | 5 +++++
 2 files changed, 7 insertions(+)

diff --git a/ambari-infra-assembly/pom.xml b/ambari-infra-assembly/pom.xml
index d4d7d65..8986984 100644
--- a/ambari-infra-assembly/pom.xml
+++ b/ambari-infra-assembly/pom.xml
@@ -216,6 +216,7 @@
                         <include name="hadoop-*.jar"/>
                         <include name="azure-*.jar"/>
                         <include name="wildfly*.jar"/>
+                        <include name="jetty-uti*.jar" />
                       </fileset>
                     </copy>
                     <copy 
file="${infra.solr.plugin.dir}/target/libs/${jets3t.jar.name}"
@@ -433,6 +434,7 @@
                         <include name="hadoop-*.jar"/>
                         <include name="azure-*.jar"/>
                         <include name="wildfly*.jar"/>
+                        <include name="jetty-uti*.jar" />
                       </fileset>
                     </copy>
                     <copy 
file="${infra.solr.plugin.dir}/target/libs/${jets3t.jar.name}"
diff --git a/ambari-infra-solr-plugin/pom.xml b/ambari-infra-solr-plugin/pom.xml
index 2bd9bf2..78b2848 100644
--- a/ambari-infra-solr-plugin/pom.xml
+++ b/ambari-infra-solr-plugin/pom.xml
@@ -100,6 +100,11 @@
       <version>${hadoop.version}</version>
     </dependency>
     <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+      <version>6.1.26</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.solr</groupId>
       <artifactId>solr-test-framework</artifactId>
       <version>${solr.version}</version>

Reply via email to