Bug 2192 - Part 3 - Make ovsdb library not depend on ovsdb.utils.config 00/12300/4
authorFlavio Fernandes <ffernand@redhat.com>
Wed, 29 Oct 2014 01:55:28 +0000 (21:55 -0400)
committerFlavio Fernandes <ffernand@redhat.com>
Wed, 29 Oct 2014 18:59:04 +0000 (14:59 -0400)
commit6f0d42d8337640e84a4d0b77d76b583e379dadd6
treea4eb478aa2ae8be46ae468de76e7b3d6338825f8
parentd8a87991438e3a4b790f773b46e4e88011f922ff
Bug 2192 - Part 3 - Make ovsdb library not depend on ovsdb.utils.config

The ovsdb library is designed as Java modular component that can work in
both OSGi and non-OSGi environments. Thus, it should depend on as few
bundles/jar as possible.

Patch 4: Implement feedback from Sam H.

Change-Id: If2aca5ac2f2e883907e28d9ddb7986f0a5c8c1ab
Signed-off-by: Hsin-Yi Shen <syshen66@gmail.com>
Signed-off-by: Flavio Fernandes <ffernand@redhat.com>
library/pom.xml
library/src/main/java/org/opendaylight/ovsdb/lib/OvsdbConnection.java
library/src/main/java/org/opendaylight/ovsdb/lib/impl/OvsdbConnectionService.java
plugin/src/main/java/org/opendaylight/ovsdb/plugin/impl/ConnectionServiceImpl.java