SGF-803 - Remove Google FindBugs dependency.
This commit is contained in:
30
pom.xml
30
pom.xml
@@ -13,7 +13,10 @@
|
||||
<artifactId>spring-data-gemfire</artifactId>
|
||||
<version>1.9.18.BUILD-SNAPSHOT</version>
|
||||
|
||||
<name>Spring Data Gemfire</name>
|
||||
<name>Spring Data GemFire</name>
|
||||
<description>
|
||||
Spring Data project for Pivotal GemFire.
|
||||
</description>
|
||||
|
||||
<properties>
|
||||
<dist.key>SGF</dist.key>
|
||||
@@ -42,6 +45,14 @@
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.enterprise</groupId>
|
||||
<artifactId>cdi-api</artifactId>
|
||||
<version>${cdi}</version>
|
||||
<scope>provided</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context-support</artifactId>
|
||||
@@ -58,14 +69,6 @@
|
||||
<version>${springdata.commons}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.enterprise</groupId>
|
||||
<artifactId>cdi-api</artifactId>
|
||||
<version>${cdi}</version>
|
||||
<scope>provided</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.gemstone.gemfire</groupId>
|
||||
<artifactId>gemfire</artifactId>
|
||||
@@ -79,13 +82,6 @@
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.code.findbugs</groupId>
|
||||
<artifactId>annotations</artifactId>
|
||||
<version>${google-code-findbugs.version}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
<artifactId>aspectjweaver</artifactId>
|
||||
@@ -104,7 +100,6 @@
|
||||
|
||||
<!-- Logging -->
|
||||
<!-- Slf4j JCL bridge redeclared to be available in compile scope -->
|
||||
<!-- TODO Remove -->
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>jcl-over-slf4j</artifactId>
|
||||
@@ -119,6 +114,7 @@
|
||||
<version>${cdi}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user