You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2022/03/22 22:04:47 UTC

[directory-fortress-realm] branch master updated: FC-309 - Dependency upgrades - remove extraneous dependencies and properties

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

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-realm.git


The following commit(s) were added to refs/heads/master by this push:
     new 6484ab7  FC-309 - Dependency upgrades - remove extraneous dependencies and properties
6484ab7 is described below

commit 6484ab7bc345961e6b9ff061a6caacc01857f1ce
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Tue Mar 22 17:04:43 2022 -0500

    FC-309 - Dependency upgrades - remove extraneous dependencies and properties
---
 impl/pom.xml |  7 -------
 pom.xml      | 13 -------------
 2 files changed, 20 deletions(-)

diff --git a/impl/pom.xml b/impl/pom.xml
index 5e77890..a380b71 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -52,13 +52,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.directory.junit</groupId>
-      <artifactId>junit-addons</artifactId>
-      <scope>test</scope>
-      <version>${junit-addons.version}</version>
-    </dependency>
-
-    <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-slf4j-impl</artifactId>
       <version>${slf4j.impl.version}</version>
diff --git a/pom.xml b/pom.xml
index c2e1987..0b3b23c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,16 +94,11 @@
 
     <!-- Set versions for depending jars -->
     <fortress-core.version>2.0.7</fortress-core.version>
-    <javadoc.version>2.9.1</javadoc.version>
     <junit.version>4.13.2</junit.version>
     <checkstyle-configuration.version>0.1</checkstyle-configuration.version>
-    <findbugs.annotation.version>1.0.0</findbugs.annotation.version>
-    <junit-addons.version>0.1</junit-addons.version>
-    <skin.version>1.0.2</skin.version>
     <slf4j.api.version>1.7.36</slf4j.api.version>
     <slf4j.impl.version>2.17.2</slf4j.impl.version>
     <tomcat.catalina.version>9.0.48</tomcat.catalina.version>
-    <findbugs.annotations.version>1.0.0</findbugs.annotations.version>
   </properties>
 
   <mailingLists>
@@ -434,15 +429,7 @@
   </dependencyManagement>
 
   <dependencies>
-    <!-- for Java5 findbugs annotations are required in each module at compile time -->
-    <dependency>
-      <groupId>findbugs</groupId>
-      <artifactId>annotations</artifactId>
-      <scope>provided</scope>
-      <version>${findbugs.annotation.version}</version>
-    </dependency>
 
-    <!-- common logging interface -->
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>