From 33a5c878e3098f3afde49d3318c389274514b210 Mon Sep 17 00:00:00 2001 From: Keith Donald <kdonald@vmware.com> Date: Sat, 19 Dec 2009 21:55:55 +0000 Subject: [PATCH] tweaks --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index ddba709..c8de38f 100644 --- a/pom.xml +++ b/pom.xml @@ -86,11 +86,13 @@ <groupId>org.apache.commons</groupId> <artifactId>com.springsource.org.apache.commons.dbcp</artifactId> <version>1.2.2.osgi</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>com.springsource.org.hsqldb</artifactId> <version>1.8.0.9</version> + <scope>runtime</scope> </dependency> <!-- MySQL JDBC Connector --> <!-- @@ -114,6 +116,7 @@ <groupId>javax.persistence</groupId> <artifactId>com.springsource.javax.persistence</artifactId> <version>1.0.0</version> + <optional>true</optional> </dependency> <!-- Toplink JPA Provider --> <dependency> -- GitLab