This is an automated email from the ASF dual-hosted git repository.

mthomsen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new ecc0149  NIFI-5425 Removed duplicated declaration of nifi-utils and 
nifi-processor-utils
ecc0149 is described below

commit ecc014937a71ba6a1c8c9b26aed409714833488b
Author: Jan Hentschel <[email protected]>
AuthorDate: Fri Jul 13 15:05:30 2018 +0200

    NIFI-5425 Removed duplicated declaration of nifi-utils and 
nifi-processor-utils
    
    This closes #2888
    
    Signed-off-by: Mike Thomsen <[email protected]>
---
 .../nifi-spark-bundle/nifi-livy-controller-service/pom.xml   | 12 +-----------
 .../nifi-spark-bundle/nifi-livy-processors/pom.xml           | 12 +-----------
 2 files changed, 2 insertions(+), 22 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service/pom.xml 
b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service/pom.xml
index 26c463f..4a680bd 100644
--- a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service/pom.xml
+++ b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-controller-service/pom.xml
@@ -31,16 +31,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-utils</artifactId>
-            <version>1.10.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-processor-utils</artifactId>
-            <version>1.10.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-ssl-context-service-api</artifactId>
         </dependency>
         <dependency>
@@ -85,4 +75,4 @@
             </exclusions>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
diff --git a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-processors/pom.xml 
b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-processors/pom.xml
index a1cab03..1e99531 100644
--- a/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-spark-bundle/nifi-livy-processors/pom.xml
@@ -30,16 +30,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-utils</artifactId>
-            <version>1.10.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-processor-utils</artifactId>
-            <version>1.10.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-livy-controller-service-api</artifactId>
             <version>1.10.0-SNAPSHOT</version>
             <scope>provided</scope>
@@ -97,4 +87,4 @@
             <version>1.6</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>

Reply via email to