You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2011/05/17 20:53:10 UTC

svn commit: r1104467 - /activemq/activemq-apollo/trunk/apollo-website/pom.xml

Author: tabish
Date: Tue May 17 18:53:10 2011
New Revision: 1104467

URL: http://svn.apache.org/viewvc?rev=1104467&view=rev
Log:
Remove the apollo-store dependency since there isn't anything built for that so Maven builds break.

Modified:
    activemq/activemq-apollo/trunk/apollo-website/pom.xml

Modified: activemq/activemq-apollo/trunk/apollo-website/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/pom.xml?rev=1104467&r1=1104466&r2=1104467&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Tue May 17 18:53:10 2011
@@ -92,13 +92,6 @@
     </dependency>    
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>apollo-store</artifactId>
-      <version>1.0-SNAPSHOT</version>
-      <classifier>javadoc</classifier>
-      <scope>test</scope>
-    </dependency>    
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-transport</artifactId>
       <version>1.0-SNAPSHOT</version>
       <classifier>javadoc</classifier>
@@ -158,12 +151,6 @@
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.activemq</groupId>
-                  <artifactId>apollo-store</artifactId>
-                  <classifier>javadoc</classifier> 
-                  <outputDirectory>${basedir}/target/sitegen/documentation/api/apollo-store</outputDirectory>
-                </artifactItem>
-                <artifactItem>
-                  <groupId>org.apache.activemq</groupId>
                   <artifactId>apollo-transport</artifactId>
                   <classifier>javadoc</classifier> 
                   <outputDirectory>${basedir}/target/sitegen/documentation/api/apollo-transport</outputDirectory>