Repository: incubator-nifi
Updated Branches:
  refs/heads/NIFI-360 [created] 286277123


Adding JSONPath as a managed dependency and including it in the standard 
processor pom


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

Branch: refs/heads/NIFI-360
Commit: 446fc2ef8099faff786f11c7d640232191dac2b0
Parents: b8ade5b
Author: Aldrin Piri <aldrinp...@gmail.com>
Authored: Fri Feb 13 23:42:40 2015 -0500
Committer: Aldrin Piri <aldrinp...@gmail.com>
Committed: Fri Feb 13 23:42:40 2015 -0500

----------------------------------------------------------------------
 .../nifi-standard-bundle/nifi-standard-processors/pom.xml       | 4 ++++
 nifi/pom.xml                                                    | 5 +++++
 2 files changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/446fc2ef/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
----------------------------------------------------------------------
diff --git 
a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml 
b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index a482e19..5a15cf4 100644
--- 
a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ 
b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -151,6 +151,10 @@
             <artifactId>activemq-client</artifactId>
         </dependency>
         <dependency>
+            <groupId>com.jayway.jsonpath</groupId>
+            <artifactId>json-path</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-ssl-context-service</artifactId>
             <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/446fc2ef/nifi/pom.xml
----------------------------------------------------------------------
diff --git a/nifi/pom.xml b/nifi/pom.xml
index 8539ae9..20f3a42 100644
--- a/nifi/pom.xml
+++ b/nifi/pom.xml
@@ -783,6 +783,11 @@
                 <artifactId>nifi-write-ahead-log</artifactId>
                 <version>0.0.2-incubating-SNAPSHOT</version>
             </dependency>
+            <dependency>
+                <groupId>com.jayway.jsonpath</groupId>
+                <artifactId>json-path</artifactId>
+                <version>1.2.0</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
     <dependencies>

Reply via email to