X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fpom.xml;h=d56d994feb8fbf6429843ad3bfc9a8b5ca3e0483;hb=9bf0c309085118b432f0fab1d7012a3b33180d4b;hp=95ff2f43dd6af4f27db0bf04d851750af824bf70;hpb=31170630d8bb6383be24894d0a4a57ffbb44532d;p=sdnc%2Foam.git diff --git a/platform-logic/restapi-templates/pom.xml b/platform-logic/restapi-templates/pom.xml index 95ff2f43..d56d994f 100644 --- a/platform-logic/restapi-templates/pom.xml +++ b/platform-logic/restapi-templates/pom.xml @@ -1,18 +1,16 @@ - + 4.0.0 - org.onap.ccsdk.parent - odlparent-lite - 1.0.4 - + org.onap.sdnc.oam + platform-logic + 2.0.0-SNAPSHOT org.onap.sdnc.oam platform-logic-restapi-templates - 1.3.4-SNAPSHOT + 2.0.0-SNAPSHOT pom sdnc-oam :: platform-logic :: ${project.artifactId} @@ -36,14 +34,28 @@ src/main/json - *.json + **/*.json true src/main/xml - *.xml + **/*.xml + + true + + + src/main/velocity + + **/*.vtl + + true + + + src/main/multipartfile + + **/*.* true