From a43e38e7bdc183709399bc49179b7137c6debe23 Mon Sep 17 00:00:00 2001 From: Gokul Singaraju Date: Thu, 21 Sep 2017 12:51:55 -0400 Subject: Adding C and Java VES Vendor libs Issue-Id: VNFRQTS-94 Change-Id: Iee0e154a94f3ef4ea43efcd474acacb0fa54c43f Signed-Off-by: Gokul Singaraju --- veslibrary/ves_javalibrary/evel_javalib2/pom.xml | 88 ++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 veslibrary/ves_javalibrary/evel_javalib2/pom.xml (limited to 'veslibrary/ves_javalibrary/evel_javalib2/pom.xml') diff --git a/veslibrary/ves_javalibrary/evel_javalib2/pom.xml b/veslibrary/ves_javalibrary/evel_javalib2/pom.xml new file mode 100644 index 0000000..9acaacb --- /dev/null +++ b/veslibrary/ves_javalibrary/evel_javalib2/pom.xml @@ -0,0 +1,88 @@ + + 4.0.0 + evel_javalib2 + evel_javalib2 + 0.0.1-SNAPSHOT + VESJavaLibrary + + + + + onap-snapshots + ONAP Snapshot Repository + http://nexus.onap.org/content/repositories/snapshots + + + + + + src + + + maven-compiler-plugin + 3.5.1 + + 1.8 + 1.8 + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.codehaus.mojo + aspectj-maven-plugin + [1.0,) + + test-compile + compile + + + + + + + + + + + + + + + + + + junit + junit + 4.11 + test + + + log4j + log4j + 1.2.17 + + + javax.json + javax.json-api + 1.1 + + + org.slf4j + slf4j-log4j12 + 1.7.5 + + + org.glassfish + javax.json + 1.0.4 + + + \ No newline at end of file -- cgit 1.2.3-korg