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/nifi-27 Commit: fe3d1a4ca29d1794cfe9efbfdf5b9bb0784336a8 Parents: 1b23671 Author: joewitt <[email protected]> Authored: Tue Dec 16 23:37:55 2014 -0500 Committer: joewitt <[email protected]> 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>
