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/it/it-test/pom.xml | |
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/it/it-test/pom.xml')
-rw-r--r-- | infra/it/it-test/pom.xml | 4 |
1 files changed, 4 insertions, 0 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> |