You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2018/09/12 09:23:44 UTC

[directory-ldap-api] 02/02: Removed the useless findbugs dependency

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git

commit 206222ae4204250a64a1c188119b98dbc4dc5479
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Wed Sep 12 11:23:40 2018 +0200

    Removed the useless findbugs dependency
---
 ldap/model/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/ldap/model/pom.xml b/ldap/model/pom.xml
index 11deeee..6cd7574 100644
--- a/ldap/model/pom.xml
+++ b/ldap/model/pom.xml
@@ -90,12 +90,6 @@
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
     </dependency>
-
-    <dependency>
-      <groupId>findbugs</groupId>
-      <artifactId>annotations</artifactId>
-      <scope>provided</scope>
-    </dependency>
   </dependencies>
 
   <build>