FC-274 - Upgrade maven plugins and dependencies
diff --git a/impl/pom.xml b/impl/pom.xml
index 3a31e03..fbe03fe 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -66,7 +66,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.5</version>
+        <version>3.2.0</version>
       </plugin>
 
       <plugin>
diff --git a/pom.xml b/pom.xml
index ef47308..7ba4ae2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,6 @@
   <properties>
 
     <java.version>1.8</java.version>
-
     <additionalparam>-Xdoclint:none</additionalparam>
     <projectName>apache-directory-fortress-realm</projectName>
     <distMgmtSiteUrl>
diff --git a/proxy/pom.xml b/proxy/pom.xml
index 2381ac7..4fe3809 100644
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -36,6 +36,7 @@
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>tomcat-catalina</artifactId>
+      <version>9.0.29</version>
     </dependency>
   </dependencies>
 
diff --git a/proxy/src/main/java/org/apache/directory/fortress/realm/tomcat/Tc7AccessMgrProxy.java b/proxy/src/main/java/org/apache/directory/fortress/realm/tomcat/Tc7AccessMgrProxy.java
index 97a133d..ae38f35 100644
--- a/proxy/src/main/java/org/apache/directory/fortress/realm/tomcat/Tc7AccessMgrProxy.java
+++ b/proxy/src/main/java/org/apache/directory/fortress/realm/tomcat/Tc7AccessMgrProxy.java
@@ -123,18 +123,6 @@
 
 
     /**
-     * Gets the info attribute of the TcAccessMgrProxy object
-     *
-     * @return The info value
-     */
-    @Override
-    public String getInfo()
-    {
-        return info;
-    }
-
-
-    /**
      * Perform user authentication and evaluate password policies.
      *
      * @param userId   Contains the userid of the user signing on.
@@ -175,18 +163,6 @@
 
    
     /**
-     * Gets the name attribute of the TcAccessMgrProxy object
-     *
-     * @return The name value
-     */
-    @Override
-    protected String getName()
-    {
-        return CLS_NM;
-    }
-
-
-    /**
      * Gets the password attribute of the TcAccessMgrProxy object
      *
      * @param username Description of the Parameter