aboutsummaryrefslogtreecommitdiffstats
path: root/appc-outbound/appc-network-inventory-client/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-03-22 15:12:48 -0700
committerPatrick Brady <pb071s@att.com>2018-04-11 17:42:20 +0000
commit5b81764739425ccb4a418947e1565a7f691f4204 (patch)
tree245b7d69f2bc2c093c88bc9fb3c2c3757468e9c1 /appc-outbound/appc-network-inventory-client/pom.xml
parentabd3c649e4e50d9e1e995f81cb080e470eb02b48 (diff)
ODL Upgrade Method 2
Changes necessary to support upgrade to ODL Nitrogen, while continuing to use Karaf 3 style features Change-Id: I2edf619e0b889420c32793b958c0926b0311e71d Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-403
Diffstat (limited to 'appc-outbound/appc-network-inventory-client/pom.xml')
-rwxr-xr-xappc-outbound/appc-network-inventory-client/pom.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/appc-outbound/appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/pom.xml
index c5059a607..08e174bcb 100755
--- a/appc-outbound/appc-network-inventory-client/pom.xml
+++ b/appc-outbound/appc-network-inventory-client/pom.xml
@@ -3,15 +3,15 @@
============LICENSE_START=======================================================
ONAP : APPC
================================================================================
- Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
Copyright (C) 2017 Amdocs
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -32,9 +32,10 @@
<artifactId>appc-network-inventory-client</artifactId>
<name>APPC Network Inventory Client</name>
+
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <logback.version>1.2.0</logback.version>
+ <logback.version>1.1.1</logback.version>
<common.collections.version>3.2.2</common.collections.version>
<common.io.version>2.5</common.io.version>
<jettison.version>1.3.7</jettison.version>
@@ -43,7 +44,9 @@
<snakeyaml.version>1.12</snakeyaml.version>
</properties>
+
<dependencyManagement>
+
<dependencies>
<dependency>
<groupId>org.onap.appc</groupId>
@@ -52,6 +55,7 @@
<type>xml</type>
<version>${project.version}</version>
</dependency>
+
<dependency>
<groupId>org.onap.appc</groupId>
<artifactId>appc-network-inventory-client-provider</artifactId>
@@ -64,4 +68,4 @@
<module>features</module>
<module>installer</module>
</modules>
-</project> \ No newline at end of file
+</project>