You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2018/04/21 12:06:20 UTC

[ambari] branch trunk updated: AMBARI-23646. Include commons-logging library for Infra Solr debian build. (#1062)

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

oleewere pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new dcdcb03  AMBARI-23646. Include commons-logging library for Infra Solr debian build. (#1062)
dcdcb03 is described below

commit dcdcb03d765e33855034da2e40134f991788c162
Author: Olivér Szabó <ol...@gmail.com>
AuthorDate: Sat Apr 21 14:06:16 2018 +0200

    AMBARI-23646. Include commons-logging library for Infra Solr debian build. (#1062)
---
 ambari-infra/ambari-infra-assembly/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ambari-infra/ambari-infra-assembly/pom.xml b/ambari-infra/ambari-infra-assembly/pom.xml
index 9ecf9fa..5badd26 100644
--- a/ambari-infra/ambari-infra-assembly/pom.xml
+++ b/ambari-infra/ambari-infra-assembly/pom.xml
@@ -393,6 +393,8 @@
                           toDir="${project.build.directory}/solr/server/solr-webapp/webapp/WEB-INF/lib/"/>
                     <copy file="${infra.solr.plugin.dir}/target/libs/ambari-metrics-common-${project.version}.jar"
                           toDir="${project.build.directory}/solr/server/solr-webapp/webapp/WEB-INF/lib/"/>
+                    <copy file="${infra.solr.plugin.dir}/target/libs/commons-logging-1.1.1.jar"
+                          toDir="${project.build.directory}/solr/server/solr-webapp/webapp/WEB-INF/lib/"/>
                     <chmod file="${project.build.directory}/solr/bin/**" perm="755"/>
                     <chmod file="${project.build.directory}/solr/server/scripts/**" perm="755"/>
                   </target>

-- 
To stop receiving notification emails like this one, please contact
oleewere@apache.org.