You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2011/08/22 17:58:45 UTC

svn commit: r1160316 - in /activemq/trunk: activemq-core/pom.xml pom.xml

Author: dejanb
Date: Mon Aug 22 15:58:44 2011
New Revision: 1160316

URL: http://svn.apache.org/viewvc?rev=1160316&view=rev
Log:
https://issues.apache.org/jira/browse/AMQ-3463 - osgi and maven metadata

Modified:
    activemq/trunk/activemq-core/pom.xml
    activemq/trunk/pom.xml

Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=1160316&r1=1160315&r2=1160316&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Mon Aug 22 15:58:44 2011
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>activeio-core</artifactId>
-      <optional>false</optional>
+      <optional>true</optional>
     </dependency>
 
     <dependency>

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1160316&r1=1160315&r2=1160316&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Mon Aug 22 15:58:44 2011
@@ -680,7 +680,6 @@
         <groupId>commons-pool</groupId>
         <artifactId>commons-pool</artifactId>
         <version>${commons-pool-version}</version>
-        <optional>true</optional>
       </dependency>
 
       <!-- Optional Journal Implementation -->