Blob Blame History Raw
From d3f69c52c1dad7aa2cd499295df3fc3d331d9ca1 Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak@v3.sk>
Date: Mon, 28 Jun 2010 16:17:55 +0200
Subject: [PATCH 2/5] Fix xstream group id

---
 backend/pom.xml                                    |    2 +-
 pom.xml                                            |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/backend/pom.xml b/backend/pom.xml
index df46782..4a1f8bb 100644
--- a/backend/pom.xml
+++ b/backend/pom.xml
@@ -75,7 +75,7 @@
             <classifier>jdk15</classifier>
         </dependency>
         <dependency>
-            <groupId>xstream</groupId>
+            <groupId>com.thoughtworks.xstream</groupId>
             <artifactId>xstream</artifactId>
         </dependency>
         <dependency>
diff --git a/pom.xml b/pom.xml
index ea35358..29a3e06 100755
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
                 <classifier>jdk15</classifier>
             </dependency>
             <dependency>
-                <groupId>xstream</groupId>
+                <groupId>com.thoughtworks.xstream</groupId>
                 <artifactId>xstream</artifactId>
                 <version>1.2.2</version>
             </dependency>
-- 
1.7.0.1