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>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>
|
||||
|
|
Loading…
Reference in New Issue