From 5cfbc703cbf0183b76fb9d8157ffb860f429ec26 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Tue, 20 Sep 2016 15:09:55 +0200 Subject: HONEYCOMB-202: Honeycomb-parent pom As a replacement for: odlparent-lite + odlparent + bundle-parent + binding-parent + config-parent Change-Id: I68054fe548a627a92978d5aa399f5d4aea6b9703 Signed-off-by: Maros Marsalek --- infra/notification/api/pom.xml | 4 ++++ .../main/java/io/fd/honeycomb/notification/NotificationCollector.java | 1 + 2 files changed, 5 insertions(+) (limited to 'infra/notification/api') diff --git a/infra/notification/api/pom.xml b/infra/notification/api/pom.xml index 81913591d..0220dc1fd 100644 --- a/infra/notification/api/pom.xml +++ b/infra/notification/api/pom.xml @@ -33,5 +33,9 @@ org.opendaylight.mdsal mdsal-dom-api + + org.opendaylight.mdsal + yang-binding + diff --git a/infra/notification/api/src/main/java/io/fd/honeycomb/notification/NotificationCollector.java b/infra/notification/api/src/main/java/io/fd/honeycomb/notification/NotificationCollector.java index e40b874d5..c3409888f 100644 --- a/infra/notification/api/src/main/java/io/fd/honeycomb/notification/NotificationCollector.java +++ b/infra/notification/api/src/main/java/io/fd/honeycomb/notification/NotificationCollector.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.fd.honeycomb.notification; import com.google.common.annotations.Beta; -- cgit 1.2.3-korg