summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/customer-dojo/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-08-19 17:40:28 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-08-19 17:40:28 +0000
commit49d47bf302b44b0a6c2a987b28f6a2e21e57cd1c (patch)
tree30c3192ca8e5ffedbac70ab58b66d916b7a4488a /java/sca/samples/customer-dojo/pom.xml
parent0d45e3ed781fd306d0ee24995648a74666d1bec6 (diff)
Updating derby dependency version to avoid issues during db creation script
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687104 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/samples/customer-dojo/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/samples/customer-dojo/pom.xml b/java/sca/samples/customer-dojo/pom.xml
index cca88fbb00..305ca8ada0 100644
--- a/java/sca/samples/customer-dojo/pom.xml
+++ b/java/sca/samples/customer-dojo/pom.xml
@@ -201,7 +201,7 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
- <version>10.1.2.1</version>
+ <version>10.3.1.4</version>
</dependency>
</dependencies>