You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2010/07/23 16:51:18 UTC

svn commit: r967117 - in /geronimo/server/branches/2.2/plugins/activemq: activemq-webconsole-jetty/pom.xml activemq-webconsole-tomcat/pom.xml

Author: kevan
Date: Fri Jul 23 14:51:18 2010
New Revision: 967117

URL: http://svn.apache.org/viewvc?rev=967117&view=rev
Log:
exclude aopalliance

Modified:
    geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/pom.xml
    geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/pom.xml

Modified: geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/pom.xml?rev=967117&r1=967116&r2=967117&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/pom.xml (original)
+++ geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/pom.xml Fri Jul 23 14:51:18 2010
@@ -211,6 +211,10 @@
                     <groupId>javax.servlet</groupId>
                     <artifactId>servlet-api</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>aopalliance</groupId>
+                    <artifactId>aopalliance</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 

Modified: geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/pom.xml?rev=967117&r1=967116&r2=967117&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/pom.xml (original)
+++ geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/pom.xml Fri Jul 23 14:51:18 2010
@@ -213,6 +213,10 @@
                     <groupId>javax.servlet</groupId>
                     <artifactId>servlet-api</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>aopalliance</groupId>
+                    <artifactId>aopalliance</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>