summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/photo-gallery/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-12-05 03:30:17 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-12-05 03:30:17 +0000
commitaf380ef0af6e6a034381bebfc4a9a3e0f585f9a3 (patch)
tree6dd00cfda4c9740706fb6cd38dfbc01536096fc6 /branches/sca-java-1.x/samples/photo-gallery/pom.xml
parentf44c07576a61f6f4915ea8fd2aa5af9fee71745f (diff)
Removing JCR support and other clean up preparing to add sample to 1.4 release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723564 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/samples/photo-gallery/pom.xml39
1 files changed, 2 insertions, 37 deletions
diff --git a/branches/sca-java-1.x/samples/photo-gallery/pom.xml b/branches/sca-java-1.x/samples/photo-gallery/pom.xml
index b553179469..87b09ab692 100644
--- a/branches/sca-java-1.x/samples/photo-gallery/pom.xml
+++ b/branches/sca-java-1.x/samples/photo-gallery/pom.xml
@@ -93,46 +93,11 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
- <version>10.2.1.6</version>
+ <!-- version>10.2.1.6</version-->
+ <version>10.3.1.4</version>
</dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.3.0</version>
- </dependency>
-
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.3.0</version>
- </dependency>
-
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl104-over-slf4j</artifactId>
- <version>1.3.0</version>
- </dependency>
-
- <dependency>
- <groupId>javax.jcr</groupId>
- <artifactId>jcr</artifactId>
- <version>1.0</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.jackrabbit</groupId>
- <artifactId>jackrabbit-core</artifactId>
- <version>1.4</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.jackrabbit</groupId>
- <artifactId>jackrabbit-api</artifactId>
- <version>1.4</version>
- </dependency>
-
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>