From 5deddeb4892243627ad342a41d4dcef0f7280a29 Mon Sep 17 00:00:00 2001 From: Vijay VK Date: Tue, 7 Aug 2018 00:44:41 +0100 Subject: VES 7.0.1 updates Initial commit to include the support for below - VES 7.1 API - updated spec and data-format - Response code update per new spec - springfox for swagger doc - New topic defaults Todo - Swagger instrumention to include necessary annotation - Event Transformation 7.x to 5.x - VES7.x response header - AAF cert integration Change-Id: I9bc2223fa362b35ae8a7105acd651fe524a403c5 Signed-off-by: VENKATESH KUMAR Issue-ID: DCAEGEN2-600 --- pom.xml | 65 ++++++++++++++++++++--------------------------------------------- 1 file changed, 20 insertions(+), 45 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 0ba074f2..56133e34 100644 --- a/pom.xml +++ b/pom.xml @@ -17,49 +17,36 @@ limitations under the License. ============LICENSE_END========================================================= --> - + 4.0.0 - org.onap.oparent oparent 0.1.1 - + - org.onap.dcaegen2.collectors.ves VESCollector - 1.3.0-SNAPSHOT - + 1.3.1-SNAPSHOT dcaegen2-collectors-ves VESCollector - UTF-8 UTF-8 8 onap/org.onap.dcaegen2.collectors.ves.vescollector - true - false - https://nexus.onap.org content/repositories/snapshots/ content/repositories/releases/ - - content/sites/site/org/onap/dcaegen2/collectors/ves/${project.artifactId}/${project.version} - + content/sites/site/org/onap/dcaegen2/collectors/ves/${project.artifactId}/${project.version} yyyyMMdd'T'HHmmss - - @@ -106,7 +93,6 @@ limitations under the License. - maven-compiler-plugin @@ -117,7 +103,6 @@ limitations under the License. true - maven-source-plugin @@ -133,7 +118,6 @@ limitations under the License. - maven-jar-plugin @@ -147,7 +131,6 @@ limitations under the License. - maven-assembly-plugin @@ -168,7 +151,6 @@ limitations under the License. - maven-javadoc-plugin @@ -193,7 +175,6 @@ limitations under the License. - com.spotify docker-maven-plugin @@ -215,10 +196,9 @@ limitations under the License. - chmod +x bin/*.sh - - - + chmod +x bin/*.sh + + chmod 0644 etc/logrotate.conf @@ -227,7 +207,6 @@ limitations under the License. bin/docker-entry.sh - build-image @@ -256,8 +235,7 @@ limitations under the License. ${docker.image.name}:latest - ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version} - + ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version} true @@ -269,9 +247,7 @@ limitations under the License. ${docker.image.name}:latest - - ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version}-${maven.build.timestamp}Z - + ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version}-${maven.build.timestamp}Z true @@ -279,7 +255,6 @@ limitations under the License. - with-system-proxy @@ -298,7 +273,6 @@ limitations under the License. - @@ -312,7 +286,6 @@ limitations under the License. - maven-javadoc-plugin @@ -329,7 +302,6 @@ limitations under the License. - @@ -342,7 +314,6 @@ limitations under the License. - @@ -370,7 +341,6 @@ limitations under the License. json 20160810 - com.att.nsa @@ -382,7 +352,6 @@ limitations under the License. unirest-java 1.4.9 - commons-collections @@ -399,7 +368,6 @@ limitations under the License. vavr 0.9.2 - org.springframework.boot spring-boot-starter-security @@ -423,7 +391,17 @@ limitations under the License. spring-boot-starter-log4j 1.3.8.RELEASE - + + io.springfox + springfox-swagger2 + 2.8.0 + + + io.springfox + springfox-swagger-ui + 2.8.0 + compile + org.mockito @@ -456,14 +434,12 @@ limitations under the License. test - external-repository https://oss.sonatype.org/content/repositories - @@ -477,5 +453,4 @@ limitations under the License. http://maven.restlet.com - -- cgit 1.2.3-korg