You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by vs...@apache.org on 2009/04/15 15:52:32 UTC

svn commit: r765204 - /incubator/shindig/trunk/features/pom.xml

Author: vsiveton
Date: Wed Apr 15 13:52:31 2009
New Revision: 765204

URL: http://svn.apache.org/viewvc?rev=765204&view=rev
Log:
o exclude ant-contrib

Modified:
    incubator/shindig/trunk/features/pom.xml

Modified: incubator/shindig/trunk/features/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/pom.xml?rev=765204&r1=765203&r2=765204&view=diff
==============================================================================
--- incubator/shindig/trunk/features/pom.xml (original)
+++ incubator/shindig/trunk/features/pom.xml Wed Apr 15 13:52:31 2009
@@ -253,6 +253,12 @@
                 <groupId>org.jsdoctoolkit</groupId>
                 <artifactId>jsdoctoolkit-ant-task</artifactId>
                 <version>1.0</version>
+                <exclusions>
+                  <exclusion>
+                    <groupId>ant</groupId>
+                    <artifactId>ant-contrib</artifactId>
+                  </exclusion>
+                </exclusions>
               </dependency>
               <dependency>
                 <groupId>rhino</groupId>