summaryrefslogtreecommitdiffstats
path: root/odlsli
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-08-10 15:52:20 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-08-10 15:52:20 -0400
commit661e2da15c8ab6f1f3fbbd03b6930ee154100c59 (patch)
tree4014b34cc11ac6804971c09b311508befb4266de /odlsli
parenta1a2c807973f036968ec6151a892933a885ccfa7 (diff)
Install 3rd party dependencies
Add separate component to install all third party dependencies, including EELF (needed by ansible-adapter) Change-Id: I9b16ed83d19c2ed22fefd28a4e2186d6e196edcd Issue-ID: CCSDK-454 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'odlsli')
-rw-r--r--odlsli/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/odlsli/pom.xml b/odlsli/pom.xml
index 98629175..18600d19 100644
--- a/odlsli/pom.xml
+++ b/odlsli/pom.xml
@@ -34,6 +34,13 @@
</properties>
<dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>dependencies</artifactId>
+ <version>${project.version}</version>
+ <classifier>repo</classifier>
+ <type>zip</type>
+ </dependency>
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>