X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=ba50b72d959171a271150676f2d1f12fe45839f0;hb=refs%2Fheads%2Fmaster;hp=f68d6ba8f88353daddb28512a11c06d36ecd4d59;hpb=83b1c173dbf91de526c341069d184df289fffcb5;p=policy%2Fdrools-applications.git diff --git a/pom.xml b/pom.xml index f68d6ba8f..145873275 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ drools-pdp-apps ================================================================================ Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2019 Nordix Foundation. + 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.5.4-SNAPSHOT + 5.0.0-SNAPSHOT org.onap.policy.drools-applications drools-applications - 1.10.4-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.10.4-SNAPSHOT - 2.6.4-SNAPSHOT - 1.10.4-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 @@ -78,6 +83,10 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + @@ -91,7 +100,6 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10.4 false org.umlgraph.doclet.UmlGraphDoc @@ -100,7 +108,6 @@ umlgraph 5.6 - -views true @@ -108,19 +115,24 @@ + + org.kie + kie-ci + + ch.qos.logback logback-classic provided - junit - junit + org.junit.jupiter + junit-jupiter-api test - org.powermock - powermock-api-mockito2 + org.junit.jupiter + junit-jupiter-engine test @@ -129,8 +141,13 @@ test - org.powermock - powermock-module-junit4 + org.mockito + mockito-junit-jupiter + test + + + org.springframework + spring-test test @@ -143,6 +160,11 @@ awaitility test - + + + io.swagger.core.v3 + swagger-annotations + +