Repository: nifi Updated Branches: refs/heads/master 46014bc96 -> a3a2cbcfc
NIFI-5391 Removed two unused dependencies from nifi-elasticsearch-restapi-processors. Signed-off-by: Matthew Burgess <[email protected]> This closes #2862 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/a3a2cbcf Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/a3a2cbcf Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/a3a2cbcf Branch: refs/heads/master Commit: a3a2cbcfc1437a418b604f24327ff83d829c9fbc Parents: 46014bc Author: Mike Thomsen <[email protected]> Authored: Sun Jul 8 15:25:43 2018 -0400 Committer: Matthew Burgess <[email protected]> Committed: Mon Jul 9 11:40:29 2018 -0400 ---------------------------------------------------------------------- .../pom.xml | 22 -------------------- 1 file changed, 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/a3a2cbcf/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml index da46837..54cc431 100644 --- a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml +++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml @@ -52,28 +52,6 @@ language governing permissions and limitations under the License. --> <scope>test</scope> </dependency> <dependency> - <groupId>org.elasticsearch.client</groupId> - <artifactId>transport</artifactId> - <version>${es.version}</version> - <exclusions> - <exclusion> - <groupId>com.vividsolutions</groupId> - <artifactId>jts</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.elasticsearch.client</groupId> - <artifactId>elasticsearch-rest-high-level-client</artifactId> - <version>${es.version}</version> - <exclusions> - <exclusion> - <groupId>com.vividsolutions</groupId> - <artifactId>jts</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-ssl-context-service-api</artifactId> <version>1.8.0-SNAPSHOT</version>
