Author: dblevins
Date: Fri Nov 2 14:39:27 2007
New Revision: 591480
URL: http://svn.apache.org/viewvc?rev=591480&view=rev
Log:
Removing commons-logging exclusions in hopes of fixing OPENEJB-714: "Required
dependency to commons-logging is not declared"
There in fact is a declared depenency on commons-logging, but my theory is
these exclusions are being applied to more than just the activemq-core and
axis2-jaxws-api deps.
Modified:
openejb/trunk/openejb3/pom.xml
Modified: openejb/trunk/openejb3/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/pom.xml?rev=591480&r1=591479&r2=591480&view=diff
==============================================================================
--- openejb/trunk/openejb3/pom.xml (original)
+++ openejb/trunk/openejb3/pom.xml Fri Nov 2 14:39:27 2007
@@ -426,14 +426,6 @@
<artifactId>mx4j-impl</artifactId>
</exclusion>
<exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- <!--<exclusion>-->
- <!--<groupId>org.apache.activemq</groupId>-->
- <!--<artifactId>activeio-core</artifactId>-->
- <!--</exclusion>-->
- <exclusion>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-jaas</artifactId>
</exclusion>
@@ -718,10 +710,6 @@
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>javax.mail</groupId>