summaryrefslogtreecommitdiffstats
path: root/collaboration/GSoC-2011-Eranda/couchdb/pom.xml
diff options
context:
space:
mode:
authoreranda <eranda@13f79535-47bb-0310-9956-ffa450edef68>2011-08-19 19:42:16 +0000
committereranda <eranda@13f79535-47bb-0310-9956-ffa450edef68>2011-08-19 19:42:16 +0000
commit26a29763aa23bf394dbb36a35a09937660168dc2 (patch)
tree4f9f45f716300d2fb83d81c43ff39c8996e9bee6 /collaboration/GSoC-2011-Eranda/couchdb/pom.xml
parentb2a97423304c9b5ef3c0a042ae134e857c2d25a5 (diff)
Making REST services from the datastores(Apache Cassandra, Apacha CouchDB and Apache Hadoop/hbase)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159757 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'collaboration/GSoC-2011-Eranda/couchdb/pom.xml')
-rw-r--r--collaboration/GSoC-2011-Eranda/couchdb/pom.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/collaboration/GSoC-2011-Eranda/couchdb/pom.xml b/collaboration/GSoC-2011-Eranda/couchdb/pom.xml
index 32c17907ad..4e3aff6542 100644
--- a/collaboration/GSoC-2011-Eranda/couchdb/pom.xml
+++ b/collaboration/GSoC-2011-Eranda/couchdb/pom.xml
@@ -30,13 +30,27 @@ under the License.
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <jcouchdb.version>0.10.0-1</jcouchdb.version>
+ <tuscany.version>2.0-M5</tuscany.version>
</properties>
<dependencies>
<dependency>
<groupId>com.google.code.jcouchdb</groupId>
<artifactId>jcouchdb</artifactId>
- <version>0.10.0-1</version>
+ <version>${jcouchdb.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-api</artifactId>
+ <version>${tuscany.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.ws.rs</groupId>
+ <artifactId>jsr311-api</artifactId>
+ <version>1.1.1</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>