commit | fcc49c5467b6e881511d0c8992a0c690768d6eb1 | [log] [tgz] |
---|---|---|
author | Madan Jampani <madan.jampani@gmail.com> | Wed Oct 28 20:08:05 2015 -0700 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Thu Oct 29 16:49:09 2015 +0000 |
tree | 4171a7af8767fddb00d04cc128d8e4819175387b | |
parent | e7f4f3f1c3ecf331d542fafa22f982242ec5e316 [diff] |
Remove mapdb dependency from core api pom Change-Id: Idab32efc1c2f627949a8476bbbcc910323e6f8ff
diff --git a/core/api/pom.xml b/core/api/pom.xml index c01ebf1..23a051c 100644 --- a/core/api/pom.xml +++ b/core/api/pom.xml
@@ -63,11 +63,6 @@ <artifactId>onlab-rest</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>org.mapdb</groupId> - <artifactId>mapdb</artifactId> - <version>1.0.8</version> - </dependency> </dependencies> </project>