Do not start netconf-impl for css netconf endpoint 94/79794/4
authorJakub Morvay <jmorvay@frinx.io>
Mon, 21 Jan 2019 15:46:17 +0000 (16:46 +0100)
committerTom Pantelis <tompantelis@gmail.com>
Wed, 23 Jan 2019 01:17:33 +0000 (01:17 +0000)
commitbe5b44cd51242b0ecfa4ffc1a3281aec745929f3
tree0eecd7bf197ef4567243add2172b8d9e601ebfb9
parentbd6ecc76e3076240630fd197d5cf6fd812ba8abb
Do not start netconf-impl for css netconf endpoint

netconf-impl project contains both implementation of APIs defined in
netconf-api and netconf-mapping-api projects and also instantiation
logic of some base netconf server components for netconf css northbound
endpoint. Remove this logic, css is not used anymore, so it is its
netconf endpoint.

Change-Id: Iad381885d229e374957d87087a4a96ba46f75551
Signed-off-by: Jakub Morvay <jmorvay@frinx.io>
netconf/netconf-impl/pom.xml
netconf/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfImplActivator.java [deleted file]
netconf/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfOperationServiceFactoryTracker.java [deleted file]
netconf/netconf-impl/src/test/java/org/opendaylight/netconf/impl/osgi/NetconfImplActivatorTest.java [deleted file]
netconf/netconf-impl/src/test/java/org/opendaylight/netconf/impl/osgi/NetconfOperationServiceFactoryTrackerTest.java [deleted file]