Author: ivol37 at gmail.com
Date: Thu Nov 11 09:11:03 2010
New Revision: 392

Log:
[AMDATU-129] Ongoing Refactoring/moving of SVN layout

Modified:
   trunk/amdatu-opensocial/dashboard/pom.xml
   trunk/amdatu-opensocial/gadgetmanagement/pom.xml
   trunk/amdatu-opensocial/profile/pom.xml

Modified: trunk/amdatu-opensocial/dashboard/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/dashboard/pom.xml   (original)
+++ trunk/amdatu-opensocial/dashboard/pom.xml   Thu Nov 11 09:11:03 2010
@@ -15,18 +15,6 @@
   
   <dependencies>    
     <dependency>
-      <groupId>org.amdatu.authorization.login</groupId>
-      <artifactId>service</artifactId>
-      <scope>provided</scope>
-      <type>bundle</type>
-    </dependency>  
-    <dependency>
-      <groupId>org.amdatu.opensocial</groupId>
-      <artifactId>shindig</artifactId>
-      <scope>provided</scope>
-      <type>bundle</type>
-    </dependency>
-    <dependency>
       <groupId>org.amdatu.web</groupId>
       <artifactId>httpcontext</artifactId>
       <scope>provided</scope>

Modified: trunk/amdatu-opensocial/gadgetmanagement/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/gadgetmanagement/pom.xml    (original)
+++ trunk/amdatu-opensocial/gadgetmanagement/pom.xml    Thu Nov 11 09:11:03 2010
@@ -21,12 +21,6 @@
       <type>bundle</type>
     </dependency>   
     <dependency>
-      <groupId>org.amdatu.authorization.login</groupId>
-      <artifactId>service</artifactId>
-      <scope>provided</scope>
-      <type>bundle</type>
-    </dependency>
-    <dependency>
       <groupId>org.amdatu.core.cassandra</groupId>
       <artifactId>persistencemanager</artifactId>
       <version>${platform.version}</version>
@@ -42,7 +36,8 @@
     </dependency>
     <dependency>
       <groupId>org.amdatu.web.rest</groupId>
-      <artifactId>wink</artifactId>
+      <artifactId>jaxrs</artifactId>
+      <version>${platform.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>

Modified: trunk/amdatu-opensocial/profile/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/profile/pom.xml     (original)
+++ trunk/amdatu-opensocial/profile/pom.xml     Thu Nov 11 09:11:03 2010
@@ -14,12 +14,6 @@
   <description>Provides a profile service on top of the OpenSocial 
services</description>
   
   <dependencies>
-     <dependency>
-        <groupId>com.google.code.gson</groupId>
-        <artifactId>gson</artifactId>
-        <version>1.4</version>
-        <scope>compile</scope>
-    </dependency>
     <dependency>
       <groupId>org.amdatu.opensocial</groupId>
       <artifactId>shindig</artifactId>
@@ -28,28 +22,10 @@
     </dependency>
     <dependency>
       <groupId>org.amdatu.core.cassandra</groupId>
-      <artifactId>application</artifactId>
-      <scope>provided</scope>
-      <type>bundle</type>
-    </dependency>   
-    <dependency>
-      <groupId>org.amdatu.core.cassandra</groupId>
       <artifactId>listener</artifactId>
       <scope>provided</scope>
       <type>bundle</type>
-    </dependency>         
-    <dependency>
-      <groupId>org.amdatu.core</groupId>
-      <artifactId>tenant</artifactId>
-      <scope>provided</scope>
-      <type>bundle</type>
-    </dependency>   
-    <dependency>
-      <groupId>org.amdatu.authorization.login</groupId>
-      <artifactId>service</artifactId>
-      <scope>provided</scope>
-      <type>bundle</type>
-    </dependency>       
+    </dependency>              
   </dependencies>
   
   <build>

Reply via email to