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 2017/11/09 20:47:44 UTC

ambari git commit: AMBARI-22389. Addendum - Exclude test scope jars from Log Search / Log Feeder rpm/deb packages (oleewere)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.6 698aabb0b -> 042ecacb5


AMBARI-22389. Addendum - Exclude test scope jars from Log Search / Log Feeder rpm/deb packages (oleewere)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/042ecacb
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/042ecacb
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/042ecacb

Branch: refs/heads/branch-2.6
Commit: 042ecacb515f07da65e6ae40b1afa7fe4060164d
Parents: 698aabb
Author: Oliver Szabo <ol...@gmail.com>
Authored: Thu Nov 9 21:45:47 2017 +0100
Committer: Oliver Szabo <ol...@gmail.com>
Committed: Thu Nov 9 21:46:52 2017 +0100

----------------------------------------------------------------------
 ambari-logsearch/ambari-logsearch-portal/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/042ecacb/ambari-logsearch/ambari-logsearch-portal/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-logsearch/ambari-logsearch-portal/pom.xml b/ambari-logsearch/ambari-logsearch-portal/pom.xml
index ae1cf5e..c2ce490 100755
--- a/ambari-logsearch/ambari-logsearch-portal/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-portal/pom.xml
@@ -450,7 +450,7 @@
                 <phase>package</phase>
                 <configuration>
                   <target>
-                    <!-- <taskdef resource="build.properties" classpathref="maven.plugin.classpath" 
+                    <!-- <taskdef resource="build.properties" classpathref="maven.plugin.classpath"
                       /> -->
                     <ant antfile="build.xml">
                       <target name="package"/>
@@ -748,6 +748,10 @@
           <groupId>javax.ws.rs</groupId>
           <artifactId>jsr311-api</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>