summaryrefslogtreecommitdiffstats
path: root/collaboration/GSoC-2011-Eranda/couchdb/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'collaboration/GSoC-2011-Eranda/couchdb/pom.xml')
-rw-r--r--collaboration/GSoC-2011-Eranda/couchdb/pom.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/collaboration/GSoC-2011-Eranda/couchdb/pom.xml b/collaboration/GSoC-2011-Eranda/couchdb/pom.xml
index 858e7fac59..32c17907ad 100644
--- a/collaboration/GSoC-2011-Eranda/couchdb/pom.xml
+++ b/collaboration/GSoC-2011-Eranda/couchdb/pom.xml
@@ -34,10 +34,15 @@ under the License.
<dependencies>
<dependency>
- <groupId>com.google.code.jcouchdb</groupId>
- <artifactId>jcouchdb</artifactId>
- <version>0.10.0-1</version>
- </dependency>
+ <groupId>com.google.code.jcouchdb</groupId>
+ <artifactId>jcouchdb</artifactId>
+ <version>0.10.0-1</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.2</version>
+ </dependency>
</dependencies>
<build>