You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2017/11/27 17:11:46 UTC

[2/2] nifi-minifi git commit: MINIFI-314 Add the NoOp Repository jar to the provenance repositories NAR

MINIFI-314 Add the NoOp Repository jar to the provenance repositories NAR


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

Branch: refs/heads/master
Commit: a4b57b0694d51343d44ba64d39d2a5b536e57950
Parents: 37ddeb1
Author: Aldrin Piri <al...@apache.org>
Authored: Mon Nov 27 12:08:16 2017 -0500
Committer: Aldrin Piri <al...@apache.org>
Committed: Mon Nov 27 12:11:03 2017 -0500

----------------------------------------------------------------------
 .../minifi-provenance-repository-nar/pom.xml                    | 4 ++++
 pom.xml                                                         | 5 +++++
 2 files changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/a4b57b06/minifi-nar-bundles/minifi-provenance-repository-bundle/minifi-provenance-repository-nar/pom.xml
----------------------------------------------------------------------
diff --git a/minifi-nar-bundles/minifi-provenance-repository-bundle/minifi-provenance-repository-nar/pom.xml b/minifi-nar-bundles/minifi-provenance-repository-bundle/minifi-provenance-repository-nar/pom.xml
index b00fa15..8d95caf 100644
--- a/minifi-nar-bundles/minifi-provenance-repository-bundle/minifi-provenance-repository-nar/pom.xml
+++ b/minifi-nar-bundles/minifi-provenance-repository-bundle/minifi-provenance-repository-nar/pom.xml
@@ -33,6 +33,10 @@ limitations under the License.
             <artifactId>minifi-persistent-provenance-repository</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.apache.nifi.minifi</groupId>
+            <artifactId>minifi-provenance-repositories</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-data-provenance-utils</artifactId>
             <scope>provided</scope>

http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/a4b57b06/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ccb399f..ae12d67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,6 +229,11 @@ limitations under the License.
                 <scope>runtime</scope>
                 <type>zip</type>
             </dependency>
+            <dependency>
+                <groupId>org.apache.nifi.minifi</groupId>
+                <artifactId>minifi-provenance-repositories</artifactId>
+                <version>0.2.1-SNAPSHOT</version>
+            </dependency>
 
             <dependency>
                 <groupId>ch.qos.logback</groupId>