diff options
author | Taka Cho <takamune.cho@att.com> | 2020-01-31 16:49:59 -0500 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-02-06 23:09:13 +0000 |
commit | 7b7befa39b7b70b4b18b1f1a561398b8bede6224 (patch) | |
tree | b4c0877d43973cd47a3bd67f51c82cf5bf195a49 /appc-outbound/appc-network-inventory-client | |
parent | e4c07d4c7eb3105bc6a20eee00fdca592f0cf59b (diff) |
build with ONAP-ODL dist
ODL provides ONAP distribution
for Neon SR1
Issue-ID: APPC-1731
Change-Id: I21b26f4ddf6ac9940e7162b9e1fa081e4b25c269
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'appc-outbound/appc-network-inventory-client')
3 files changed, 6 insertions, 1 deletions
diff --git a/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml b/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml index 0effc0d4c..75f94e53f 100644 --- a/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml +++ b/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml @@ -39,6 +39,7 @@ <bundle>mvn:commons-collections/commons-collections/3.2.2</bundle> <bundle>wrap:mvn:com.att.eelf/eelf-core/${eelf.version}</bundle> <bundle>mvn:com.sun.jersey/jersey-client/1.17</bundle> + <bundle>mvn:org.yaml/snakeyaml/1.25</bundle> <bundle>mvn:ch.qos.logback/logback-core/${logback.version}</bundle> <bundle>mvn:ch.qos.logback/logback-classic/${logback.version}</bundle> <bundle>mvn:org.onap.appc/appc-config-params-provider/${project.version}</bundle> diff --git a/appc-outbound/appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/pom.xml index c5f98f617..e7ea3a16c 100755 --- a/appc-outbound/appc-network-inventory-client/pom.xml +++ b/appc-outbound/appc-network-inventory-client/pom.xml @@ -41,7 +41,6 @@ <jettison.version>1.3.7</jettison.version> <velocity.version>1.7</velocity.version> <jackson.version>2.3.2</jackson.version> - <snakeyaml.version>1.12</snakeyaml.version> </properties> diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml index d65cf4b0d..18aee6863 100755 --- a/appc-outbound/appc-network-inventory-client/provider/pom.xml +++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml @@ -66,6 +66,11 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.jline</groupId> + <artifactId>jline</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> |