From b17042b955489d8a023d09abad5436ff9b900dc3 Mon Sep 17 00:00:00 2001 From: Denes Nemeth Date: Mon, 12 Feb 2018 20:55:54 +0100 Subject: Updating Nokia driver Change-Id: I950afe6acbdb359cd67a448024f006a45e8fc293 Signed-off-by: Denes Nemeth Issue-ID: VFC-728 --- nokiav2/driver/pom.xml | 121 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 nokiav2/driver/pom.xml (limited to 'nokiav2/driver/pom.xml') diff --git a/nokiav2/driver/pom.xml b/nokiav2/driver/pom.xml new file mode 100644 index 00000000..e770f3e4 --- /dev/null +++ b/nokiav2/driver/pom.xml @@ -0,0 +1,121 @@ + + + + 4.0.0 + driver + 1.1.0-SNAPSHOT + jar + vfc/nfvo/driver/vnfm/svnfm/nokiav2/driver + svnfm vnfm driver + + org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2 + vfc-nfvo-driver-vnfm-svnfm-nokiav2 + 1.1.0-SNAPSHOT + + + UTF-8 + UTF-8 + 1.8 + + + + org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2 + vfc-nfvo-driver-vnfm-svnfm-nokiav2-clients + 1.1.0-SNAPSHOT + + + org.springframework.boot + spring-boot-starter-web + 1.5.10.RELEASE + provided + + + org.springframework.boot + spring-boot-starter-test + 1.5.10.RELEASE + test + + + com.google.guava + guava + 20.0 + + + + org.yaml + snakeyaml + 1.19 + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + + 2.8.10 + + + + org.onap.msb.java-sdk + msb-java-sdk + 1.1.0-SNAPSHOT + + + pl.pojo + pojo-tester + 0.7.6 + test + + + org.eclipse.jetty + jetty-server + 9.4.8.v20171121 + test + + + org.jetbrains + annotations + RELEASE + + + org.onap.aai.aai-common + aai-schema + 1.2.0 + + + org.onap.aai + rest-client + 1.2.0 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.5 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + -- cgit 1.2.3-korg