diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-08-10 15:52:20 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-08-10 15:52:20 -0400 |
commit | 661e2da15c8ab6f1f3fbbd03b6930ee154100c59 (patch) | |
tree | 4014b34cc11ac6804971c09b311508befb4266de /pom.xml | |
parent | a1a2c807973f036968ec6151a892933a885ccfa7 (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 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ <modules> <module>platform-logic</module> + <module>dependencies</module> <module>ubuntu</module> <module>opendaylight</module> <module>odlsli</module> |