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/03/22 05:03:51 UTC

directory-fortress-enmasse git commit: remove unneeded dependency

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master fdd3b4d3b -> 35e9f7b37


remove unneeded dependency


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

Branch: refs/heads/master
Commit: 35e9f7b37516bd84c11205592e2635dff0ff9288
Parents: fdd3b4d
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Mar 21 21:12:02 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Mar 21 21:12:02 2016 -0500

----------------------------------------------------------------------
 pom.xml                                   | 7 -------
 src/main/resources/applicationContext.xml | 4 ++--
 2 files changed, 2 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/35e9f7b3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6766a2f..dff5357 100755
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,6 @@
     <log4j.version>1.2.17</log4j.version>
     <servlet-api.version>2.5.0</servlet-api.version>
     <slf4j.log4j12.version>1.7.18</slf4j.log4j12.version>
-    <spring.dao.version>2.0.8</spring.dao.version>
     <spring.security.version>4.0.0.RELEASE</spring.security.version>
     <spring.version>4.0.0.RELEASE</spring.version>
 
@@ -204,12 +203,6 @@
       <version>${spring.security.version}</version>
     </dependency>
     
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-dao</artifactId>
-      <version>${spring.dao.version}</version>
-    </dependency>
-
     <!-- General Rest Test Dependencies -->
     <dependency>
       <groupId>commons-httpclient</groupId>

http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/35e9f7b3/src/main/resources/applicationContext.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/applicationContext.xml b/src/main/resources/applicationContext.xml
index e26283e..3af353a 100644
--- a/src/main/resources/applicationContext.xml
+++ b/src/main/resources/applicationContext.xml
@@ -24,9 +24,9 @@ under the License.
        xmlns:jaxrs="http://cxf.apache.org/jaxrs"
        xmlns:context="http://www.springframework.org/schema/context"
        xsi:schemaLocation="http://www.springframework.org/schema/beans
-       http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
+       http://www.springframework.org/schema/beans/spring-beans.xsd
        http://www.springframework.org/schema/context
-       http://www.springframework.org/schema/context/spring-context-3.0.xsd
+       http://www.springframework.org/schema/context/spring-context.xsd
        http://cxf.apache.org/jaxrs http://cxf.apache.org/schemas/jaxrs.xsd">
 
     <context:component-scan base-package="org.apache.directory"/>