summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4976a95..f14ec7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,13 @@
</dependency>
<dependency>
+ <groupId>com.amazon.carbonado</groupId>
+ <artifactId>carbonado-sleepycat-db</artifactId>
+ <version>1.2.2</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>[1.2,)</version>
@@ -172,4 +179,4 @@
</plugin>
</plugins>
</reporting>
-</project> \ No newline at end of file
+</project>