You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2014/12/17 06:22:37 UTC

incubator-nifi git commit: NIFI-179 updated maven depedency set to resolve warnings in build

Repository: incubator-nifi
Updated Branches:
  refs/heads/develop 1b23671eb -> fe3d1a4ca


NIFI-179 updated maven depedency set to resolve warnings in build


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/fe3d1a4c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/fe3d1a4c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/fe3d1a4c

Branch: refs/heads/develop
Commit: fe3d1a4ca29d1794cfe9efbfdf5b9bb0784336a8
Parents: 1b23671
Author: joewitt <jo...@apache.org>
Authored: Tue Dec 16 23:37:55 2014 -0500
Committer: joewitt <jo...@apache.org>
Committed: Tue Dec 16 23:37:55 2014 -0500

----------------------------------------------------------------------
 assembly/src/main/assembly/dependencies.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/fe3d1a4c/assembly/src/main/assembly/dependencies.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/assembly/dependencies.xml b/assembly/src/main/assembly/dependencies.xml
index 97f3d4e..f90127a 100644
--- a/assembly/src/main/assembly/dependencies.xml
+++ b/assembly/src/main/assembly/dependencies.xml
@@ -25,6 +25,7 @@
     <dependencySets>
         <dependencySet>
             <scope>runtime</scope>
+            <useProjectArtifact>false</useProjectArtifact>
             <outputDirectory>lib</outputDirectory>
             <useTransitiveFiltering>true</useTransitiveFiltering>
             <excludes>
@@ -34,6 +35,7 @@
         
         <dependencySet>
             <scope>runtime</scope>
+            <useProjectArtifact>false</useProjectArtifact>
             <outputDirectory>lib/bootstrap</outputDirectory>
             <useTransitiveFiltering>true</useTransitiveFiltering>
             <includes>