Remove dependency on serviceutils 93/103093/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 4 Nov 2022 20:45:34 +0000 (21:45 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 4 Nov 2022 20:45:34 +0000 (21:45 +0100)
commit26d94f814620f03574e6d631886a4a7c435d529b
treeee8b4cec4792f3fe5423d3e2bb7f09c3e09d5d49
parentc78439e0943cfbe7fb4ddb650974e9649ec066d9
Remove dependency on serviceutils

This removes dependency on serviceutils' upgrade component, restoring
codeflows to work without it.

Change-Id: Idbe9e85c7b276768173237799c776f6c4000fa55
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
13 files changed:
commons/binding-parent/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound/pom.xml
hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepSouthboundProvider.java
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/resources/OSGI-INF/blueprint/hwvtepsouthbound.xml
southbound/southbound-features/odl-ovsdb-southbound-impl/pom.xml
southbound/southbound-impl/pom.xml
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbConnectionManager.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/SouthboundProvider.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/reconciliation/OvsdbUpgradeStateListener.java [deleted file]
southbound/southbound-impl/src/main/resources/OSGI-INF/blueprint/southbound.xml
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/OvsdbDataTreeChangeListenerTest.java
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/SouthboundProviderTest.java