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 2016/08/31 15:28:43 UTC

directory-fortress-commander git commit: FC-178 - Upgrade to Apacke Wicket 7.4.0

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master 4bd04bdd2 -> cdf7a9984


FC-178 - Upgrade to Apacke Wicket 7.4.0


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/cdf7a998
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/cdf7a998
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/cdf7a998

Branch: refs/heads/master
Commit: cdf7a9984676066ad9fdb14a6c7b19318cb4f5df
Parents: 4bd04bd
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Aug 30 11:15:32 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Aug 30 11:15:32 2016 -0500

----------------------------------------------------------------------
 pom.xml | 40 +++++-----------------------------------
 1 file changed, 5 insertions(+), 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/cdf7a998/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b0a92b4..ded0704 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,9 +88,9 @@
   <properties>
     <title>${project.name} ${project.version}</title>
     <fortress.realm.version>1.0.1</fortress.realm.version>
-    <wicket.version>7.3.0</wicket.version>
-    <wicket.jquery.version>7.3.0</wicket.jquery.version>
-    <wicket.kendo-ui.version>7.3.0</wicket.kendo-ui.version>
+    <wicket.version>7.4.0</wicket.version>
+    <wicket.jquery.version>7.4.0</wicket.jquery.version>
+    <wicket.kendo-ui.version>7.4.0</wicket.kendo-ui.version>
     <version.log4j>1.2.17</version.log4j>
     <version.slf4j.log4j12>1.7.7</version.slf4j.log4j12>
     <spring.version>4.3.1.RELEASE</spring.version>
@@ -103,7 +103,7 @@
   </properties>
 
   <dependencies>
-    <!-- Fortress Realm pulls in Fortress Core for RBAC 'CRUD' & policy enforcement apis. -->
+    <!-- Fortress Realm pulls in Fortress Core for RBAC 'CRUD' & access management apis. -->
     <dependency>
       <groupId>org.apache.directory.fortress</groupId>
       <artifactId>fortress-realm-impl</artifactId>
@@ -156,47 +156,17 @@
     </dependency>
 
     <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-web</artifactId>
-      <version>${spring.version}</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-expression</artifactId>
-      <version>${spring.version}</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.springframework.security</groupId>
-      <artifactId>spring-security-core</artifactId>
-      <version>${spring.security.version}</version>
-    </dependency>
-    
-    <dependency>
       <groupId>org.springframework.security</groupId>
       <artifactId>spring-security-config</artifactId>
       <version>${spring.security.version}</version>
     </dependency>
-    
+
     <dependency>
       <groupId>org.springframework.security</groupId>
       <artifactId>spring-security-web</artifactId>
       <version>${spring.security.version}</version>
     </dependency>
 
-    <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.6</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>velocity</groupId>
-      <artifactId>velocity</artifactId>
-      <version>1.4</version>
-    </dependency>
-
     <!--  ANT DEPENDENCIES FOR RUNNING ANT PLUG-IN FOR FORTRESS LOAD UTILITY  -->
     <dependency>
       <groupId>org.apache.ant</groupId>