X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=ba50b72d959171a271150676f2d1f12fe45839f0;hb=refs%2Fheads%2Fmaster;hp=ecbb603c310845ee2dd8c55e3c6acbe99e783a36;hpb=1fd04ec4642fd57a2cc42504991a9f8a962b4a01;p=policy%2Fdrools-applications.git diff --git a/pom.xml b/pom.xml index ecbb603c3..4716fb72d 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-2024 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.3 + 5.0.0-SNAPSHOT org.onap.policy.drools-applications drools-applications - 1.7.0-SNAPSHOT + 3.0.0-SNAPSHOT policy-drools-applications pom @@ -43,11 +44,15 @@ content/repositories/releases/ content/repositories/snapshots/ content/repositories/staging/ + UTF-8 - 1.7.0-SNAPSHOT - 2.3.0-SNAPSHOT - 1.7.0-SNAPSHOT + 3.0.0-SNAPSHOT + 4.0.0-SNAPSHOT + 3.0.0-SNAPSHOT + + --add-opens java.base/java.lang=ALL-UNNAMED + @@ -56,15 +61,15 @@ org.apache.maven.plugins maven-deploy-plugin - + org.apache.maven.plugins maven-compiler-plugin - ${project.encoding} - ${java.version} + ${project.build.sourceEncoding} + 11 @@ -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,29 +115,34 @@ + + org.kie + kie-ci + + ch.qos.logback logback-classic provided - junit - junit + org.junit.jupiter + junit-jupiter-engine test - org.powermock - powermock-api-mockito2 + org.mockito + mockito-core test org.mockito - mockito-core + mockito-junit-jupiter test - org.powermock - powermock-module-junit4 + org.springframework + spring-test test @@ -208,6 +155,11 @@ awaitility test - + + + io.swagger.core.v3 + swagger-annotations + +