X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=catalog-model%2Fpom.xml;h=b7e71a1750b7d861f6e8e2b8d2363e6965c59841;hb=6a0ed133209fc349e92e1a5948ee1d8cba3d6ac2;hp=a65eebc8175a6640c74e8b09689033512417671d;hpb=3db1568ddb6a1d8801de38f0aeeab70b81e8df24;p=sdc.git diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index a65eebc817..b7e71a1750 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -1,175 +1,105 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.openecomp.sdc.be catalog-model - org.openecomp.sdc sdc-main - 1.0.0-SNAPSHOT + 1.3.3-SNAPSHOT - - + - org.springframework - spring-core - ${spring.version} + org.openecomp.sdc + common-app-api + ${project.version} provided - org.springframework - spring-beans - ${spring.version} + org.openecomp.sdc.be + common-be + ${project.version} provided - org.springframework - spring-context - ${spring.version} + ch.qos.logback + logback-classic + ${logback.version} provided - org.springframework - spring-context-support - ${spring.version} + ch.qos.logback + logback-core + ${logback.version} provided + - org.springframework - spring-messaging - ${spring.version} + org.openecomp.sdc.be + catalog-dao + ${project.version} provided - org.springframework - spring-web - ${spring.version} + com.google.guava + guava + ${guava.version} provided - org.springframework - spring-webmvc - ${spring.version} + org.functionaljava + functionaljava + ${functionaljava.version} provided + org.springframework - spring-aop + spring-beans ${spring.version} provided org.springframework - spring-aspects + spring-context ${spring.version} provided - org.springframework - spring-test - ${spring.version} - test + javax.validation + validation-api + 1.1.0.Final - org.springframework - spring-expression - ${spring.version} - test + org.hibernate + hibernate-validator + 5.3.6.Final - - - - org.openecomp.sdc - common-app-api - ${common-app-api.version} - provided - - - org.openecomp.sdc.be - common-be - ${common-be.version} - provided - - - - ch.qos.logback - logback-classic - provided - - - - ch.qos.logback - logback-core - provided - - - + - org.openecomp.sdc.be - catalog-dao - ${catalog-dao.version} - provided - - - - - com.google.guava - guava - ${guava.version} - provided - - - - org.functionaljava - functionaljava - provided - - - - javax.servlet - servlet-api - provided - - - - - - javax.validation - validation-api - 1.1.0.Final - - - - org.hibernate - hibernate-validator - 5.3.4.Final - - - - com.google.code.gson gson + ${gson.version} provided - - + + com.thinkaurelius.titan titan-core @@ -184,13 +114,21 @@ slf4j-log4j12 org.slf4j + + commons-collections + commons-collections + + + groovy + org.codehaus.groovy + - com.thinkaurelius.titan - titan-cassandra - ${titan.version} + org.onap.sdc.sdc-titan-cassandra + sdc-titan-cassandra + ${sdc.titan.version} provided @@ -199,27 +137,30 @@ - - - + + + org.apache.commons commons-lang3 + ${lang3.version} provided - - + + org.apache.httpcomponents httpclient + ${httpclient.version} provided org.apache.httpcomponents httpcore + ${httpcore.version} provided - + com.datastax.cassandra @@ -234,95 +175,140 @@ provided - - - - - - + junit junit + ${junit.version} test - + org.mockito - mockito-all + mockito-core test - - - org.aspectj - aspectjrt - 1.7.4 - test - - org.aspectj - aspectjweaver - 1.7.4 - test - + org.jmockit + jmockit + test + + + org.assertj + assertj-core + test + + + + org.springframework + spring-test + ${spring.version} + test + + + + org.aspectj + aspectjrt + ${aspectj.version} + test + + + + org.aspectj + aspectjweaver + ${aspectj.version} + test + + org.springframework spring-web ${spring.version} test - + org.springframework spring-tx test 4.0.7.RELEASE - + org.apache.commons commons-jci-core + ${commons-jci-core.version} + test + + + org.powermock + powermock-module-junit4 + 1.7.0RC4 test + + org.powermock + powermock-api-mockito-common + 1.6.5 + test + + + + org.codehaus.groovy + groovy + + + + io.netty + netty-all + + + + io.netty + netty-handler + + org.apache.maven.plugins maven-deploy-plugin - 2.7 true - - - - - Fortify - - false - - - - - - com.fortify.ps.maven.plugin - sca-maven-plugin - 4.30 + + com.github.sylvainlaurent.maven + yaml-json-validator-maven-plugin + + + validate + validate + + validate + - 1.8 - ${project.parent.artifactId} - ${project.parent.artifactId} + + + + src/main/resources/**/*.y*ml + src/test/resources/**/*.y*ml + + + + + src/main/resources/**/*.json + src/test/resources/**/*.json + + + - - - - - - + + + + + + \ No newline at end of file