X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=6d9ed076275235bd44e689126bd4d18ffa07224a;hb=e988252caeb93f6b476317941a6873c80ca77068;hp=99750b9c0ef454f2b76469d8d93af49bffe0e7e8;hpb=3a1507fb95043aaca1d49fcfa219e40bb5f93640;p=policy%2Fdrools-applications.git diff --git a/pom.xml b/pom.xml index 99750b9c0..6d9ed0762 100644 --- a/pom.xml +++ b/pom.xml @@ -2,8 +2,8 @@ ============LICENSE_START======================================================= drools-pdp-apps ================================================================================ - Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2019 Nordix Foundation. + Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2019,2023 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,19 +19,20 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.parent integration - 3.1.2-SNAPSHOT + 4.0.2 org.onap.policy.drools-applications drools-applications - 1.6.1-SNAPSHOT + 2.0.2-SNAPSHOT policy-drools-applications pom @@ -43,11 +44,15 @@ content/repositories/releases/ content/repositories/snapshots/ content/repositories/staging/ + UTF-8 - 1.6.4 - 2.2.4 - 1.6.1 + 2.0.2 + 3.0.2 + 2.0.2 + + --add-opens java.base/java.lang=ALL-UNNAMED + @@ -56,14 +61,14 @@ org.apache.maven.plugins maven-deploy-plugin - + org.apache.maven.plugins maven-compiler-plugin - ${project.encoding} + ${project.build.sourceEncoding} ${java.version} @@ -79,71 +84,10 @@ - maven-checkstyle-plugin - - - onap-java-style - - check - - process-sources - - - onap-checkstyle/onap-java-style.xml - - ${project.build.sourceDirectory} - true - true - true - - - /checkstyle-suppressions.xml - true - true - warning - - - - - - org.onap.oparent - checkstyle - ${oparent.version} - compile - - + org.apache.maven.plugins + maven-javadoc-plugin - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.17,) - - check - - - - - - - - - - - - @@ -156,7 +100,6 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10.4 false org.umlgraph.doclet.UmlGraphDoc @@ -165,7 +108,6 @@ umlgraph 5.6 - -views true @@ -173,19 +115,19 @@ + + org.kie + kie-ci + + ch.qos.logback logback-classic provided - junit - junit - test - - - org.powermock - powermock-api-mockito2 + org.junit.jupiter + junit-jupiter-engine test @@ -194,8 +136,8 @@ test - org.powermock - powermock-module-junit4 + org.springframework + spring-test test @@ -208,6 +150,11 @@ awaitility test - + + + io.swagger.core.v3 + swagger-annotations + +