CarbonadoSleepycatDB
CarbonadoSleepycatDB contains a repository supporting Sleepycat/Oracle, Berkeley DB. Berkeley DB code must be downloaded and installed separately.
Installing Berkeley DB
-
Download and install Berkeley DB. Note that this is different than Berkeley DB Java Edition. You may also be able to install Berkeley DB through your operating system's package manager. For example, on Ubuntu:
sudo apt-get install libdb-java-dev
. -
Install db.jar into your local maven repository:
mvn install:install-file -Dfile=/path/to/db.jar -DgroupId=com.sleepycat \ -DartifactId=db -Dversion=5.1 \ -Dpackaging=jar