Joseph Witt created NIFI-1347:
---------------------------------
Summary: Use explicit version reference and fix dependency
reference
Key: NIFI-1347
URL: https://issues.apache.org/jira/browse/NIFI-1347
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Reporter: Joseph Witt
Assignee: Joseph Witt
Priority: Trivial
Fix For: 0.5.0
The riemann bundle had the nifi-riemann-nar referencing a dependency using
maven project version shortcut rather than explicit reference. We've abolished
use of this because it has been observed to cause strange multi-module or
release plugin related behavior and it offers no benefit. Versions are
automatically managed during the release process and using version plugins as
needed so not worth the hassle. Also, the dependency section of the bundle
referenced the com.aphyr client which means each sub module automatically gets
that dependency. Better to switch to dependencyManagement and then explicitly
pull in the needed item on the appropriate artifact.
Finally, adjusted the formatting to be more consistent with other modules.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)