From 40da600c311b18c628410af5f795c25c6e248cf6 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Fri, 1 Jul 2016 16:24:01 +0200 Subject: Introduce integration tests to Honeycomb + Add writer infrastructure initial test Change-Id: I0c1017f55c9456f145943ca6db6221555b746c8f Signed-off-by: Maros Marsalek --- common/it-parent/pom.xml | 83 ------------------------------------------------ common/pom.xml | 1 - 2 files changed, 84 deletions(-) delete mode 100644 common/it-parent/pom.xml (limited to 'common') diff --git a/common/it-parent/pom.xml b/common/it-parent/pom.xml deleted file mode 100644 index cf3b72ab6..000000000 --- a/common/it-parent/pom.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - org.opendaylight.controller - mdsal-it-parent - 1.3.2-Beryllium-SR2 - - - - - http://nexus.fd.io/content - - - 4.0.0 - io.fd.honeycomb.common - it-parent - 1.0.0-SNAPSHOT - pom - - - - maven-checkstyle-plugin - ${checkstyle.version} - - - check-license - - check - - none - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.10 - - - unpack-license - none - unpack - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.8 - 1.8 - - - - - - - - fdio-release - ${nexusproxy}/repositories/fd.io.release/ - - - fdio-snapshot - ${nexusproxy}/repositories/fd.io.snapshot/ - - - diff --git a/common/pom.xml b/common/pom.xml index bb15f2d43..0ac3a74d0 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -29,7 +29,6 @@ api-parent features-parent impl-parent - it-parent karaf-parent -- cgit 1.2.3-korg