From f394594ec70aaf1eefa4f23b80226c3426dbc17a Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Fri, 14 Sep 2018 15:49:10 +0200 Subject: Deliver first version of Datafile Change-Id: Iadd1455d7fe45b4c022dd7fde2f8a506d1b7cd57 Issue-ID: DCAEGEN2-640 Signed-off-by: elinuxhenrik --- datafile-commons/pom.xml | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) (limited to 'datafile-commons/pom.xml') diff --git a/datafile-commons/pom.xml b/datafile-commons/pom.xml index 1af046b9..3f551542 100644 --- a/datafile-commons/pom.xml +++ b/datafile-commons/pom.xml @@ -1,23 +1,40 @@ + 4.0.0 - datafile org.onap.dcaegen2.collectors + datafile 1.0.0-SNAPSHOT - datafile-commons org.onap.dcaegen2.collectors.datafile - 1.0.0-SNAPSHOT + datafile-commons jar ${project.parent.basedir} + org.immutables @@ -36,7 +53,7 @@ commons-lang3 - + org.junit.jupiter junit-jupiter-api @@ -53,7 +70,7 @@ test - + ch.qos.logback logback-classic @@ -67,4 +84,4 @@ log4j-over-slf4j - \ No newline at end of file + -- cgit 1.2.3-korg