You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by es...@apache.org on 2010/11/03 12:18:15 UTC

svn commit: r1030414 - /incubator/esme/trunk/server/pom.xml

Author: esjewett
Date: Wed Nov  3 11:18:15 2010
New Revision: 1030414

URL: http://svn.apache.org/viewvc?rev=1030414&view=rev
Log:
Doesn
Doesn't fix the build problem, but makes it a little bit better. Only remaining culprit is xrayspecs

Modified:
    incubator/esme/trunk/server/pom.xml

Modified: incubator/esme/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/pom.xml?rev=1030414&r1=1030413&r2=1030414&view=diff
==============================================================================
--- incubator/esme/trunk/server/pom.xml (original)
+++ incubator/esme/trunk/server/pom.xml Wed Nov  3 11:18:15 2010
@@ -257,11 +257,23 @@
             <groupId>net.lag</groupId>
             <artifactId>configgy</artifactId>
             <version>1.5.3</version>
+            <exclusions> 
+              <exclusion> 
+                <groupId>org.scala-tools</groupId>
+                <artifactId>vscaladoc</artifactId>
+              </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.twitter</groupId>
             <artifactId>ostrich</artifactId>
-            <version>1.1.16</version>
+            <version>1.1.26</version>    
+            <exclusions> 
+              <exclusion> 
+                <groupId>org.scala-tools</groupId>
+                <artifactId>vscaladoc</artifactId>
+              </exclusion>  
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.scala-tools.testing</groupId>