You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ba...@apache.org on 2013/08/07 07:58:06 UTC

svn commit: r1511184 - /tomcat/taglibs/standard/trunk/examples/pom.xml

Author: bayard
Date: Wed Aug  7 05:58:06 2013
New Revision: 1511184

URL: http://svn.apache.org/r1511184
Log:
Xalan needs to be included in the jar for testing

Modified:
    tomcat/taglibs/standard/trunk/examples/pom.xml

Modified: tomcat/taglibs/standard/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/examples/pom.xml?rev=1511184&r1=1511183&r2=1511184&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/examples/pom.xml (original)
+++ tomcat/taglibs/standard/trunk/examples/pom.xml Wed Aug  7 05:58:06 2013
@@ -96,8 +96,6 @@
             <groupId>xalan</groupId>
             <artifactId>xalan</artifactId>
             <version>2.7.1</version>
-            <scope>provided</scope>
-            <optional>true</optional>
         </dependency>
 
     </dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org