diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-09-20 15:09:55 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-09-21 10:58:41 +0000 |
commit | 5cfbc703cbf0183b76fb9d8157ffb860f429ec26 (patch) | |
tree | aeec4ca2b98d5e85d9b0151123939e57f111d07a /infra | |
parent | 7a7a31ae0a390113399119835bdaa3a4ed694170 (diff) |
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 <mmarsale@cisco.com>
Diffstat (limited to 'infra')
-rw-r--r-- | infra/it/it-test/pom.xml | 4 | ||||
-rw-r--r-- | infra/minimal-distribution/pom.xml | 20 | ||||
-rw-r--r-- | infra/notification/api/pom.xml | 4 | ||||
-rw-r--r-- | infra/notification/api/src/main/java/io/fd/honeycomb/notification/NotificationCollector.java | 1 | ||||
-rw-r--r-- | infra/translate-utils/pom.xml | 4 |
5 files changed, 13 insertions, 20 deletions
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 @@ -40,6 +40,10 @@ <version>${project.version}</version> </dependency> <dependency> + <groupId>org.opendaylight.controller</groupId> + <artifactId>sal-binding-broker-impl</artifactId> + </dependency> + <dependency> <!-- We want logs from these tests --> <groupId>org.skinny-framework</groupId> <artifactId>skinny-logback</artifactId> 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 @@ <main.class>io.fd.honeycomb.infra.distro.Main</main.class> </properties> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.gmaven</groupId> - <artifactId>groovy-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - </plugin> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - </plugin> - </plugins> - </build> - <dependencies> <!-- DI--> <dependency> 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 @@ <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-dom-api</artifactId> </dependency> + <dependency> + <groupId>org.opendaylight.mdsal</groupId> + <artifactId>yang-binding</artifactId> + </dependency> </dependencies> </project> 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 @@ -48,6 +48,10 @@ <artifactId>sal-core-api</artifactId> </dependency> <dependency> + <groupId>org.opendaylight.controller</groupId> + <artifactId>sal-binding-api</artifactId> + </dependency> + <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-dom-codec</artifactId> </dependency> |