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

This commit is contained in:
Aldrin Piri 2015-02-13 23:42:40 -05:00
parent b8ade5b129
commit 446fc2ef80
2 changed files with 9 additions and 0 deletions

View File

@ -150,6 +150,10 @@
<groupId>org.apache.activemq</groupId>
<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>

View File

@ -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>