You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/04/26 11:56:00 UTC

svn commit: r937988 - in /shindig/trunk: java/common/pom.xml java/gadgets/pom.xml java/samples/pom.xml java/server/pom.xml java/social-api/pom.xml pom.xml

Author: lindner
Date: Mon Apr 26 09:55:57 2010
New Revision: 937988

URL: http://svn.apache.org/viewvc?rev=937988&view=rev
Log:
remove commented aopalliance

Modified:
    shindig/trunk/java/common/pom.xml
    shindig/trunk/java/gadgets/pom.xml
    shindig/trunk/java/samples/pom.xml
    shindig/trunk/java/server/pom.xml
    shindig/trunk/java/social-api/pom.xml
    shindig/trunk/pom.xml

Modified: shindig/trunk/java/common/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/common/pom.xml?rev=937988&r1=937987&r2=937988&view=diff
==============================================================================
--- shindig/trunk/java/common/pom.xml (original)
+++ shindig/trunk/java/common/pom.xml Mon Apr 26 09:55:57 2010
@@ -84,12 +84,6 @@
       <artifactId>guice-jmx</artifactId>
     </dependency>
 
-
-    <!--<dependency>
-      <groupId>aopalliance</groupId>
-      <artifactId>aopalliance</artifactId>
-    </dependency>
--->
     <dependency>
       <groupId>com.google.collections</groupId>
       <artifactId>google-collections</artifactId>

Modified: shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/gadgets/pom.xml?rev=937988&r1=937987&r2=937988&view=diff
==============================================================================
--- shindig/trunk/java/gadgets/pom.xml (original)
+++ shindig/trunk/java/gadgets/pom.xml Mon Apr 26 09:55:57 2010
@@ -153,11 +153,6 @@
       <groupId>com.google.inject</groupId>
       <artifactId>guice</artifactId>
     </dependency>
-<!--    <dependency>
-      <groupId>aopalliance</groupId>
-      <artifactId>aopalliance</artifactId>
-    </dependency>
--->
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>

Modified: shindig/trunk/java/samples/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/samples/pom.xml?rev=937988&r1=937987&r2=937988&view=diff
==============================================================================
--- shindig/trunk/java/samples/pom.xml (original)
+++ shindig/trunk/java/samples/pom.xml Mon Apr 26 09:55:57 2010
@@ -98,12 +98,6 @@
       <groupId>com.google.inject</groupId>
       <artifactId>guice</artifactId>
     </dependency>
-<!--
-    <dependency>
-      <groupId>aopalliance</groupId>
-      <artifactId>aopalliance</artifactId>
-    </dependency>
--->
     <dependency>
       <groupId>javax.persistence</groupId>
       <artifactId>persistence-api</artifactId>

Modified: shindig/trunk/java/server/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/server/pom.xml?rev=937988&r1=937987&r2=937988&view=diff
==============================================================================
--- shindig/trunk/java/server/pom.xml (original)
+++ shindig/trunk/java/server/pom.xml Mon Apr 26 09:55:57 2010
@@ -141,11 +141,6 @@
       <groupId>com.google.inject</groupId>
       <artifactId>guice</artifactId>
     </dependency>
-<!--    <dependency>
-      <groupId>aopalliance</groupId>
-      <artifactId>aopalliance</artifactId>
-    </dependency>
--->
     <dependency>
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>

Modified: shindig/trunk/java/social-api/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/social-api/pom.xml?rev=937988&r1=937987&r2=937988&view=diff
==============================================================================
--- shindig/trunk/java/social-api/pom.xml (original)
+++ shindig/trunk/java/social-api/pom.xml Mon Apr 26 09:55:57 2010
@@ -81,12 +81,6 @@
       <groupId>com.google.inject</groupId>
       <artifactId>guice</artifactId>
     </dependency>
-<!--
-    <dependency>
-      <groupId>aopalliance</groupId>
-      <artifactId>aopalliance</artifactId>
-    </dependency>
--->
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=937988&r1=937987&r2=937988&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Mon Apr 26 09:55:57 2010
@@ -1348,13 +1348,6 @@
         <version>2.0</version>
       </dependency>
 
-      <!-- dependency not declared in guice pom 
-      <dependency>
-        <groupId>aopalliance</groupId>
-        <artifactId>aopalliance</artifactId>
-        <version>1.0</version>
-      </dependency> -->
-
       <dependency>
         <groupId>com.google.collections</groupId>
         <artifactId>google-collections</artifactId>