You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2010/12/08 15:34:06 UTC

svn commit: r1043434 - /incubator/esme/branches/lift-2.2/trunk/server/pom.xml

Author: rhirsch
Date: Wed Dec  8 14:34:05 2010
New Revision: 1043434

URL: http://svn.apache.org/viewvc?rev=1043434&view=rev
Log:
[ESME-313] Move to Liftweb 2.2
updated versions of twitter dependencies

Modified:
    incubator/esme/branches/lift-2.2/trunk/server/pom.xml

Modified: incubator/esme/branches/lift-2.2/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/esme/branches/lift-2.2/trunk/server/pom.xml?rev=1043434&r1=1043433&r2=1043434&view=diff
==============================================================================
--- incubator/esme/branches/lift-2.2/trunk/server/pom.xml (original)
+++ incubator/esme/branches/lift-2.2/trunk/server/pom.xml Wed Dec  8 14:34:05 2010
@@ -115,11 +115,6 @@
           <name>Twitter</name>
           <url>http://maven.twttr.com</url>
         </repository>
-         <repository>
-               <id>Configgy</id>
-              <name>http://www.lag.net/repo</name>
-              <url>http://www.lag.net/repo</url>
-          </repository>
           <repository>
              <id>Apache Repo</id> 
               <name>Apache repository for Derby 10.5.1.1</name> 
@@ -261,7 +256,7 @@
         <dependency>
             <groupId>net.lag</groupId>
             <artifactId>configgy</artifactId>
-            <version>1.5.3</version>
+            <version>2.0.1</version>
             <exclusions> 
               <exclusion> 
                 <groupId>org.scala-tools</groupId>
@@ -272,7 +267,7 @@
         <dependency>
             <groupId>com.twitter</groupId>
             <artifactId>ostrich</artifactId>
-            <version>1.1.26</version>    
+            <version>2.3.2</version>    
             <exclusions> 
               <exclusion> 
                 <groupId>org.scala-tools</groupId>