mirror of https://github.com/apache/nifi.git
NIFI-220: add kafka bundle to root pom
This commit is contained in:
parent
090ad38679
commit
b1e5c5e66a
|
@ -40,6 +40,7 @@
|
||||||
<module>standard-services</module>
|
<module>standard-services</module>
|
||||||
<module>update-attribute-bundle</module>
|
<module>update-attribute-bundle</module>
|
||||||
<module>volatile-provenance-repository-bundle</module>
|
<module>volatile-provenance-repository-bundle</module>
|
||||||
|
<module>kafka-bundle</module>
|
||||||
</modules>
|
</modules>
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -86,7 +87,17 @@
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>ssl-context-service</artifactId>
|
<artifactId>ssl-context-service</artifactId>
|
||||||
<version>${project.version}</version>
|
<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>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>volatile-provenance-repository</artifactId>
|
<artifactId>volatile-provenance-repository</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue