You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by js...@apache.org on 2017/09/28 15:10:05 UTC

nifi git commit: NIFI-4412 Removed duplicate dependency management definition for nifi-mongodb-client-service-api.

Repository: nifi
Updated Branches:
  refs/heads/master 9ff7d1560 -> 502adc6e8


NIFI-4412 Removed duplicate dependency management definition for nifi-mongodb-client-service-api.


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

Branch: refs/heads/master
Commit: 502adc6e8a01b171aa5274bdbd8f0deac63ee5e5
Parents: 9ff7d15
Author: Jeff Storck <jt...@gmail.com>
Authored: Thu Sep 28 11:08:47 2017 -0400
Committer: Jeff Storck <jt...@gmail.com>
Committed: Thu Sep 28 11:08:47 2017 -0400

----------------------------------------------------------------------
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/502adc6e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 797fd03..382fcf1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1610,11 +1610,6 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.nifi</groupId>
-                <artifactId>nifi-mongodb-client-service-api</artifactId>
-                <version>1.4.0-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.nifi</groupId>
                 <artifactId>nifi-websocket-services-api</artifactId>
                 <version>1.4.0-SNAPSHOT</version>
             </dependency>