[
https://issues.apache.org/jira/browse/MINIFI-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15664327#comment-15664327
]
ASF GitHub Bot commented on MINIFI-115:
---------------------------------------
Github user JPercivall commented on a diff in the pull request:
https://github.com/apache/nifi-minifi/pull/43#discussion_r87832510
--- Diff: minifi-nar-bundles/minifi-provenance-reporting-bundle/pom.xml ---
@@ -25,10 +25,17 @@
<packaging>pom</packaging>
<modules>
- <module>minifi-provenance-reporting-task</module>
<module>minifi-provenance-reporting-nar</module>
</modules>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-site-to-site-reporting-task</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+ </dependencies>
+
<dependencyManagement>
--- End diff --
I believe this dependency management section can be removed (or at least
remove minifi-provenance-reporting-task since it no longer exists).
> Upgrade NiFi dependencies to 1.0
> --------------------------------
>
> Key: MINIFI-115
> URL: https://issues.apache.org/jira/browse/MINIFI-115
> Project: Apache NiFi MiNiFi
> Issue Type: Task
> Components: Core Framework
> Affects Versions: 0.0.1
> Reporter: Aldrin Piri
> Assignee: Aldrin Piri
> Fix For: 0.1.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)