You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2015/01/06 16:17:34 UTC

[5/7] incubator-nifi git commit: NIFI-220: add kafka bundle to root pom

NIFI-220: add kafka bundle to root 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/b1e5c5e6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/b1e5c5e6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/b1e5c5e6

Branch: refs/heads/develop
Commit: b1e5c5e66a9d07ffefed1687e5054c634e14f68e
Parents: 090ad38
Author: Mark Payne <ma...@hotmail.com>
Authored: Mon Jan 5 20:33:22 2015 -0500
Committer: Mark Payne <ma...@hotmail.com>
Committed: Mon Jan 5 20:33:22 2015 -0500

----------------------------------------------------------------------
 nar-bundles/pom.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/b1e5c5e6/nar-bundles/pom.xml
----------------------------------------------------------------------
diff --git a/nar-bundles/pom.xml b/nar-bundles/pom.xml
index 4985cdc..7c79a48 100644
--- a/nar-bundles/pom.xml
+++ b/nar-bundles/pom.xml
@@ -40,6 +40,7 @@
         <module>standard-services</module>
         <module>update-attribute-bundle</module>
         <module>volatile-provenance-repository-bundle</module>
+		<module>kafka-bundle</module>
     </modules>
     <dependencyManagement>
         <dependencies>
@@ -86,7 +87,17 @@
                 <groupId>org.apache.nifi</groupId>
                 <artifactId>ssl-context-service</artifactId>
                 <version>${project.version}</version>
-            </dependency>                      
+            </dependency>
+            <dependency>
+            	<groupId>org.apache.nifi</groupId>
+            	<artifactId>http-context-map-api</artifactId>
+            	<version>${project.version}</version>
+            </dependency>
+            <dependency>
+            	<groupId>org.apache.nifi</groupId>
+            	<artifactId>http-context-map</artifactId>
+            	<version>${project.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.apache.nifi</groupId>
                 <artifactId>volatile-provenance-repository</artifactId>