Author: craigmcc
Date: Sat Sep 30 16:47:31 2006
New Revision: 451699

URL: http://svn.apache.org/viewvc?view=rev&rev=451699
Log:
Add an exclusion for xml-apis to the shale-validator POM, so that all
downstream users will receive it.  Remove the explicit dependency on
Commons Validator in shale-usecases, because the correct dependencies
are now getting transitively inherited.

SHALE-299

Modified:
    
shale/framework/trunk/shale-apps/shale-test-view/src/main/webapp/META-INF/context.xml
    shale/framework/trunk/shale-apps/shale-usecases/pom.xml
    shale/framework/trunk/shale-validator/pom.xml

Modified: 
shale/framework/trunk/shale-apps/shale-test-view/src/main/webapp/META-INF/context.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/shale-test-view/src/main/webapp/META-INF/context.xml?view=diff&rev=451699&r1=451698&r2=451699
==============================================================================
--- 
shale/framework/trunk/shale-apps/shale-test-view/src/main/webapp/META-INF/context.xml
 (original)
+++ 
shale/framework/trunk/shale-apps/shale-test-view/src/main/webapp/META-INF/context.xml
 Sat Sep 30 16:47:31 2006
@@ -1,2 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<Context path="/shale-test-core"/>
+<Context path="/shale-test-view"/>

Modified: shale/framework/trunk/shale-apps/shale-usecases/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/shale-usecases/pom.xml?view=diff&rev=451699&r1=451698&r2=451699
==============================================================================
--- shale/framework/trunk/shale-apps/shale-usecases/pom.xml (original)
+++ shale/framework/trunk/shale-apps/shale-usecases/pom.xml Sat Sep 30 16:47:31 
2006
@@ -34,12 +34,6 @@
     <dependencies>
 
         <dependency>
-           <groupId>commons-validator</groupId>
-           <artifactId>commons-validator</artifactId>
-           <version>1.3.0</version>
-        </dependency>
-
-        <dependency>
             <groupId>htmlunit</groupId>
             <artifactId>htmlunit</artifactId>
             <version>1.8</version>

Modified: shale/framework/trunk/shale-validator/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-validator/pom.xml?view=diff&rev=451699&r1=451698&r2=451699
==============================================================================
--- shale/framework/trunk/shale-validator/pom.xml (original)
+++ shale/framework/trunk/shale-validator/pom.xml Sat Sep 30 16:47:31 2006
@@ -37,6 +37,12 @@
             <groupId>commons-validator</groupId>
             <artifactId>commons-validator</artifactId>
             <version>1.3.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>


Reply via email to