diff options
author | 2017-05-16 15:03:28 -0400 | |
---|---|---|
committer | 2017-05-16 15:03:28 -0400 | |
commit | bf4dd2b81556d48fa404cbea7fd7d708312f30d7 (patch) | |
tree | 24dddb039de5f73d28016cea47184c96cf63b5fc | |
parent | 44775a0ec9732f2874c1b07fee15c393949b55b8 (diff) |
Add missing version for opendaylight-karaf-empty
Change-Id: I6671c71a9c4c5b4b400df9fe0efb49864492cf1d
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
-rwxr-xr-x | sliapi/features/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sliapi/features/pom.xml b/sliapi/features/pom.xml index 4a572cb..4bef99d 100755 --- a/sliapi/features/pom.xml +++ b/sliapi/features/pom.xml @@ -42,6 +42,7 @@ <dependency> <groupId>org.opendaylight.odlparent</groupId> <artifactId>opendaylight-karaf-empty</artifactId> + <version>${odl.karaf.empty.distro.version}</version> <type>zip</type> </dependency> |