From acee973fcc15b4fdf12684ba50abef71443bbe93 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 10 Dec 2018 09:21:40 -0800 Subject: [PATCH] SGF-803 - Remove Google FindBugs dependency. --- pom.xml | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index ac9db4dc..54dc8f07 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,10 @@ spring-data-gemfire 1.9.18.BUILD-SNAPSHOT - Spring Data Gemfire + Spring Data GemFire + + Spring Data project for Pivotal GemFire. + SGF @@ -42,6 +45,14 @@ + + javax.enterprise + cdi-api + ${cdi} + provided + true + + org.springframework spring-context-support @@ -58,14 +69,6 @@ ${springdata.commons} - - javax.enterprise - cdi-api - ${cdi} - provided - true - - com.gemstone.gemfire gemfire @@ -79,13 +82,6 @@ runtime - - com.google.code.findbugs - annotations - ${google-code-findbugs.version} - true - - org.aspectj aspectjweaver @@ -104,7 +100,6 @@ - org.slf4j jcl-over-slf4j @@ -119,6 +114,7 @@ ${cdi} test + javax.servlet servlet-api