From 61bc7f0724de5df59d70ec32c8f11f62e7c42feb Mon Sep 17 00:00:00 2001 From: akanshad Date: Thu, 14 Mar 2019 18:19:26 +0530 Subject: Service Catalog - json schema reference Issue-ID: EXTAPI-105 Change-Id: I4877636508135a2f7a77dab86dbe6a126070e9ff Signed-off-by: akanshad --- pom.xml | 125 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 66 insertions(+), 59 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 790c5e7..f3e0ab4 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,8 @@ OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> + xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.onap.externalapi-nbi @@ -191,6 +191,13 @@ 1.5.18 + + + io.swagger + swagger-core + 1.5.18 + + @@ -238,7 +245,7 @@ org.springframework.boot spring-boot-starter-test - test + test @@ -345,7 +352,7 @@ org/onap/nbi/test/KarateApiTest.java - org/onap/nbi/test/ExecutionTaskTest.java + org/onap/nbi/test/ExecutionTaskTest.java org/onap/nbi/test/ServiceOrderRepositoryTest.java org/onap/nbi/apis/servicecatalog/ToscaInfosProcessorTest.java @@ -414,61 +421,61 @@ sonar-maven-plugin 3.2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + maven-source-plugin -- cgit 1.2.3-korg