summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/samples/photo-gallery/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-12-05 19:35:22 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-12-05 19:35:22 +0000
commitabbdc6f40c541af57deaf545669c1f72443fad37 (patch)
treee96ceb20dc195adf5af94dcb56a78a78699eb599 /branches/sca-java-1.4/samples/photo-gallery/pom.xml
parentc558db35119184579f33f2281f1604a85a3d9534 (diff)
TUSCANY-2715 - Merging changes from 1.x trunk to 1.4 release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723833 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.4/samples/photo-gallery/pom.xml39
1 files changed, 2 insertions, 37 deletions
diff --git a/branches/sca-java-1.4/samples/photo-gallery/pom.xml b/branches/sca-java-1.4/samples/photo-gallery/pom.xml
index 1c623dd3f7..c9dc37ae34 100644
--- a/branches/sca-java-1.4/samples/photo-gallery/pom.xml
+++ b/branches/sca-java-1.4/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>