Repository: nifi Updated Branches: refs/heads/master 3b98abbf4 -> ae9953db6
http://git-wip-us.apache.org/repos/asf/nifi/blob/9bd0246a/nifi-nar-bundles/nifi-standard-services/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-services/pom.xml b/nifi-nar-bundles/nifi-standard-services/pom.xml index 33ab790..11cf35a 100644 --- a/nifi-nar-bundles/nifi-standard-services/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/pom.xml @@ -27,6 +27,8 @@ <module>nifi-distributed-cache-services-bundle</module> <module>nifi-load-distribution-service-api</module> <module>nifi-http-context-map-api</module> + <module>nifi-lookup-service-api</module> + <module>nifi-lookup-services-bundle</module> <module>nifi-ssl-context-bundle</module> <module>nifi-ssl-context-service-api</module> <module>nifi-http-context-map-bundle</module> http://git-wip-us.apache.org/repos/asf/nifi/blob/9bd0246a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 45d0cc3..f17b93d 100644 --- a/pom.xml +++ b/pom.xml @@ -992,6 +992,22 @@ </dependency> <dependency> <groupId>org.apache.nifi</groupId> + <artifactId>nifi-lookup-service-api</artifactId> + <version>1.3.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.nifi</groupId> + <artifactId>nifi-lookup-services</artifactId> + <version>1.3.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.nifi</groupId> + <artifactId>nifi-lookup-services-nar</artifactId> + <version>1.3.0-SNAPSHOT</version> + <type>nar</type> + </dependency> + <dependency> + <groupId>org.apache.nifi</groupId> <artifactId>nifi-record-serialization-service-api</artifactId> <version>1.3.0-SNAPSHOT</version> </dependency>
