svn commit: r775616 - /jakarta/taglibs/proper/standard/trunk/standard-test/pom.xml
| Newsgroups | gmane.comp.jakarta.taglibs.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: bayard
Date: Sun May 17 09:47:40 2009
New Revision: 775616
URL: http://svn.apache.org/viewvc?rev=775616&view=rev
Log:
Need Derby to be in the final jar. Bloody hell - all the tests pass.
Modified:
jakarta/taglibs/proper/standard/trunk/standard-test/pom.xml
Modified: jakarta/taglibs/proper/standard/trunk/standard-test/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/standard-test/pom.xml?rev=775616&r1=775615&r2=775616&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/standard-test/pom.xml (original)
+++ jakarta/taglibs/proper/standard/trunk/standard-test/pom.xml Sun May 17 09:47:40 2009
@@ -114,7 +114,7 @@
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.4.2.0</version>
- <scope>test</scope>
+ <!-- <scope>test</scope> --> <!-- While test, we want it in the war -->
</dependency>
<dependency>
<groupId>junit</groupId>