aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-config-adaptor/provider/pom.xml
diff options
context:
space:
mode:
authorTomek Kaminski <tomasz.kaminski@nokia.com>2018-02-22 16:51:03 +0100
committerPatrick Brady <pb071s@att.com>2018-02-22 18:09:17 +0000
commit8d0eb7ff441fbf6f6927b2d2a33c0a442c2fafec (patch)
tree8d03bb0931fbce2a94965b335fcefaa7cc0a18ab /appc-config/appc-config-adaptor/provider/pom.xml
parent6cf060d13e4a06894db3050ed23e4e7667fb021f (diff)
EELF logging with error codes
Introduced error codes in error logging for compilancy with ONAP logging guidelines Change-Id: If0418a1ea8d91ea84be251df10ca81402fb78b41 Issue-ID: APPC-428 Signed-off-by: Tomek Kaminski <tomasz.kaminski@nokia.com>
Diffstat (limited to 'appc-config/appc-config-adaptor/provider/pom.xml')
-rw-r--r--appc-config/appc-config-adaptor/provider/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appc-config/appc-config-adaptor/provider/pom.xml b/appc-config/appc-config-adaptor/provider/pom.xml
index d220058f1..3db7b677c 100644
--- a/appc-config/appc-config-adaptor/provider/pom.xml
+++ b/appc-config/appc-config-adaptor/provider/pom.xml
@@ -110,6 +110,11 @@
<artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.onap.appc</groupId>
+ <artifactId>appc-common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<build>