Author: niallp
Date: Mon May 19 10:01:03 2008
New Revision: 657862
URL: http://svn.apache.org/viewvc?rev=657862&view=rev
Log:
More exclusions to mockrunner
Modified:
commons/proper/jxpath/trunk/pom.xml
Modified: commons/proper/jxpath/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=657862&r1=657861&r2=657862&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/pom.xml (original)
+++ commons/proper/jxpath/trunk/pom.xml Mon May 19 10:01:03 2008
@@ -175,6 +175,26 @@
<groupId>jboss</groupId>
<artifactId>jboss-jee</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>struts</groupId>
+ <artifactId>struts</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>oro</groupId>
+ <artifactId>oro</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-validator</groupId>
+ <artifactId>commons-validator</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>