X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=6d9ed076275235bd44e689126bd4d18ffa07224a;hb=e988252caeb93f6b476317941a6873c80ca77068;hp=3631408fb4f9ccf07976ba8d8466b3ef0a70affa;hpb=8e72f27f26dd9346f55e57e870c323923e9d5241;p=policy%2Fdrools-applications.git diff --git a/pom.xml b/pom.xml index 3631408fb..6d9ed0762 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 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.2-SNAPSHOT + 4.0.2 org.onap.policy.drools-applications drools-applications - 1.10.2-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.10.2-SNAPSHOT - 2.6.2-SNAPSHOT - 1.10.2-SNAPSHOT + 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} @@ -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,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 @@ -129,8 +136,8 @@ test - org.powermock - powermock-module-junit4 + org.springframework + spring-test test @@ -143,6 +150,11 @@ awaitility test - + + + io.swagger.core.v3 + swagger-annotations + +