You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by li...@apache.org on 2009/01/12 05:02:40 UTC

svn commit: r733603 - in /incubator/shindig/trunk: java/social-api/pom.xml pom.xml

Author: lindner
Date: Sun Jan 11 20:02:39 2009
New Revision: 733603

URL: http://svn.apache.org/viewvc?rev=733603&view=rev
Log:
SHINDIG-834 | Patch from Vincent Siveton | Relocate xstream dependency

Modified:
    incubator/shindig/trunk/java/social-api/pom.xml
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/java/social-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/social-api/pom.xml?rev=733603&r1=733602&r2=733603&view=diff
==============================================================================
--- incubator/shindig/trunk/java/social-api/pom.xml (original)
+++ incubator/shindig/trunk/java/social-api/pom.xml Sun Jan 11 20:02:39 2009
@@ -122,7 +122,7 @@
         <artifactId>annotations</artifactId>
     </dependency>
     <dependency>
-        <groupId>xstream</groupId>
+        <groupId>com.thoughtworks.xstream</groupId>
         <artifactId>xstream</artifactId>
     </dependency>
     <dependency>

Modified: incubator/shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=733603&r1=733602&r2=733603&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Sun Jan 11 20:02:39 2009
@@ -1149,7 +1149,7 @@
         <scope>provided</scope>
       </dependency>
       <dependency>
-        <groupId>xstream</groupId>
+        <groupId>com.thoughtworks.xstream</groupId>
         <artifactId>xstream</artifactId>
         <version>1.2</version>
       </dependency>