commit | dfc99cbff79c43421ee71dd902c0b736a831dee8 | [log] [tgz] |
---|---|---|
author | Henri Yandell <bayard@apache.org> | Sun May 17 09:47:40 2009 +0000 |
committer | Henri Yandell <bayard@apache.org> | Sun May 17 09:47:40 2009 +0000 |
tree | 8719113baa4beaf214ed91e327eb28cebf1bdb97 | |
parent | 3c46eda0e0b6b455baff61421221a65a8bdf1691 [diff] |
Need Derby to be in the final jar. Bloody hell - all the tests pass.
diff --git a/standard-test/pom.xml b/standard-test/pom.xml index 5700b70..bb3e595 100644 --- a/standard-test/pom.xml +++ b/standard-test/pom.xml
@@ -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>