From 99bf586a6eb9799c4f33e43976d741f2807ea287 Mon Sep 17 00:00:00 2001 From: MatthieuGeerebaert Date: Wed, 28 Mar 2018 13:36:26 +0200 Subject: Add serviceCatalog rest services - Add get and find serviceSpecification operations - Add API exceptions management - Consumes SDC apis - Add tests - Fix pom.xml conflict Change-Id: Id103d83dc8a981885100daabe868cdf18a922975 Issue-ID: EXTAPI-39 Signed-off-by: MatthieuGeerebaert --- pom.xml | 162 ++++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 106 insertions(+), 56 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b537ac2..2d04270 100644 --- a/pom.xml +++ b/pom.xml @@ -20,10 +20,10 @@ UTF-8 UTF-8 - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ 1.8 @@ -34,37 +34,37 @@ http://download.java.net/maven/2/ default - - ecomp-snapshots - Snapshot Repository - ${nexusproxy}/${snapshotNexusPath} - - - ecomp-staging - Staging Repository - ${nexusproxy}/${stagingNexusPath} - + + ecomp-snapshots + Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + ecomp-staging + Staging Repository + ${nexusproxy}/${stagingNexusPath} + - - - ecomp-releases - Release Repository - ${nexusproxy}/${releaseNexusPath} - - - ecomp-snapshots - Snapshot Repository - ${nexusproxy}/${snapshotNexusPath} - - - + + + ecomp-releases + Release Repository + ${nexusproxy}/${releaseNexusPath} + + + ecomp-snapshots + Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + Apache2 http://www.apache.org/licenses/LICENSE-2.0.txt - + @@ -90,17 +90,67 @@ commons-lang3 3.4 - - - + + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + 2.8.0 + + + + + + com.bazaarvoice.jolt + jolt-core + 0.1.0 + + + + com.bazaarvoice.jolt + json-utils + 0.1.0 + + + + org.springframework.boot spring-boot-starter-test test - + + + + + org.springframework.cloud + spring-cloud-contract-wiremock + 1.0.0.RELEASE + test + + + + org.eclipse.jetty + jetty-server + 9.4.7.RC0 + test + + + + org.eclipse.jetty + jetty-servlet + test + + + + org.eclipse.jetty + jetty-servlets + test + + - + org.springframework.boot spring-boot-devtools @@ -115,29 +165,29 @@ org.springframework.boot spring-boot-maven-plugin - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - - org.apache.maven.plugins - maven-site-plugin - 3.6 - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.10 - - - + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + -- cgit 1.2.3-korg