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/it/it-test/pom.xml | 4 ++++ infra/minimal-distribution/pom.xml | 20 -------------------- infra/notification/api/pom.xml | 4 ++++ .../notification/NotificationCollector.java | 1 + infra/translate-utils/pom.xml | 4 ++++ 5 files changed, 13 insertions(+), 20 deletions(-) (limited to 'infra') diff --git a/infra/it/it-test/pom.xml b/infra/it/it-test/pom.xml index f19b1cc86..9600de2e3 100644 --- a/infra/it/it-test/pom.xml +++ b/infra/it/it-test/pom.xml @@ -39,6 +39,10 @@ translate-impl ${project.version} + + org.opendaylight.controller + sal-binding-broker-impl + org.skinny-framework diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml index d22f5b7b7..82f1cd1ad 100644 --- a/infra/minimal-distribution/pom.xml +++ b/infra/minimal-distribution/pom.xml @@ -36,26 +36,6 @@ io.fd.honeycomb.infra.distro.Main - - - - org.codehaus.gmaven - groovy-maven-plugin - - - org.apache.maven.plugins - maven-jar-plugin - - - org.apache.maven.plugins - maven-dependency-plugin - - - maven-assembly-plugin - - - - 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; diff --git a/infra/translate-utils/pom.xml b/infra/translate-utils/pom.xml index f2b5a0c75..e1b14702a 100644 --- a/infra/translate-utils/pom.xml +++ b/infra/translate-utils/pom.xml @@ -47,6 +47,10 @@ org.opendaylight.controller sal-core-api + + org.opendaylight.controller + sal-binding-api + org.opendaylight.mdsal mdsal-binding-dom-codec -- cgit 1.2.3-korg