NIFI-220: add kafka bundle to root pom

This commit is contained in:
Mark Payne 2015-01-05 20:33:22 -05:00
parent 090ad38679
commit b1e5c5e66a
1 changed files with 12 additions and 1 deletions

View File

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