diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 9 | 
1 files changed, 8 insertions, 1 deletions
@@ -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>
  | 
