Remove sfc-bootstrap module 20/49120/3
authorDavid Suarez <david.suarez.fuentes@ericsson.com>
Wed, 7 Dec 2016 23:47:58 +0000 (00:47 +0100)
committerBrady Johnson <brady.allen.johnson@ericsson.com>
Mon, 12 Dec 2016 12:42:59 +0000 (12:42 +0000)
commit45c4b47f723e1e4667a37cd31fb75a5b0e749de4
tree1251486fba10c28fd4d66751b5934d99d9d24fe6
parent2727a972d00d597211872cc829caeb08de60f2fb
Remove sfc-bootstrap module

Since SFC is already using Blueprint as dependency injection framework,
the sfc-bootstrap module is not needed anymore.

Change-Id: I2e16c4fe6994c54c8b640d3a18c46a9374136b50
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
12 files changed:
features/pom.xml
features/src/main/features/features.xml
pom.xml
sfc-bootstrap/pom.xml [deleted file]
sfc-bootstrap/src/main/config/default-config.xml [deleted file]
sfc-bootstrap/src/main/java/org/opendaylight/sfc/bootstrap/SfcProviderAbstractRestAPI.java [deleted file]
sfc-bootstrap/src/main/java/org/opendaylight/sfc/bootstrap/SfcProviderBootstrapRestAPI.java [deleted file]
sfc-bootstrap/src/main/java/org/opendaylight/sfc/provider/config/SfcProviderConfig.java [deleted file]
sfc-bootstrap/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/sfc/bootstrap/impl/rev150804/SfcBootstrapModule.java [deleted file]
sfc-bootstrap/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/sfc/bootstrap/impl/rev150804/SfcBootstrapModuleFactory.java [deleted file]
sfc-bootstrap/src/main/yang/sfc-bootstrap-impl.yang [deleted file]
sfc-bootstrap/src/test/java/org/opendaylight/sfc/bootstrap/SfcProviderBootstrapRestAPITest.java [deleted file]