You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2010/08/25 11:56:40 UTC

svn commit: r988957 - in /mina/vysper/trunk: dist/pom.xml pom.xml server/core/pom.xml

Author: ngn
Date: Wed Aug 25 09:56:40 2010
New Revision: 988957

URL: http://svn.apache.org/viewvc?rev=988957&view=rev
Log:
Updating ehcache to 2.2.0

Modified:
    mina/vysper/trunk/dist/pom.xml
    mina/vysper/trunk/pom.xml
    mina/vysper/trunk/server/core/pom.xml

Modified: mina/vysper/trunk/dist/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/dist/pom.xml?rev=988957&r1=988956&r2=988957&view=diff
==============================================================================
--- mina/vysper/trunk/dist/pom.xml (original)
+++ mina/vysper/trunk/dist/pom.xml Wed Aug 25 09:56:40 2010
@@ -51,6 +51,11 @@
     </dependency>
 
     <dependency>
+      <groupId>org.apache.vysper.extensions</groupId>
+      <artifactId>xep0124-xep0206-bosh</artifactId>
+    </dependency>
+
+    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring</artifactId>
       <optional>true</optional>
@@ -123,7 +128,7 @@
 
     <dependency>
       <groupId>net.sf.ehcache</groupId>
-      <artifactId>ehcache</artifactId>
+      <artifactId>ehcache-core</artifactId>
       <optional>true</optional>
     </dependency>
   </dependencies>

Modified: mina/vysper/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/pom.xml?rev=988957&r1=988956&r2=988957&view=diff
==============================================================================
--- mina/vysper/trunk/pom.xml (original)
+++ mina/vysper/trunk/pom.xml Wed Aug 25 09:56:40 2010
@@ -79,13 +79,6 @@
     <url>http://svn.apache.org/viewvc/mina/vysper/trunk</url>
   </scm>
 
-  <repositories>
-    <repository>
-      <id>ehcache-repo</id>
-      <url>http://oss.sonatype.org/content/repositories/sourceforge-releases</url>
-    </repository>
-  </repositories>
-
   <dependencyManagement>
     <dependencies>
       <dependency>
@@ -132,9 +125,8 @@
 
       <dependency>
         <groupId>net.sf.ehcache</groupId>
-        <artifactId>ehcache</artifactId>
-        <version>1.6.1</version>
-        <type>jar</type>
+        <artifactId>ehcache-core</artifactId>
+        <version>2.2.0</version>
        </dependency>
 
       <!-- Logging -->

Modified: mina/vysper/trunk/server/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/core/pom.xml?rev=988957&r1=988956&r2=988957&view=diff
==============================================================================
--- mina/vysper/trunk/server/core/pom.xml (original)
+++ mina/vysper/trunk/server/core/pom.xml Wed Aug 25 09:56:40 2010
@@ -102,7 +102,7 @@
 
     <dependency>
       <groupId>net.sf.ehcache</groupId>
-      <artifactId>ehcache</artifactId>
+      <artifactId>ehcache-core</artifactId>
       <optional>true</optional>
     </dependency>