X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=main%2Fpom.xml;h=1ed4d4ef87805fcc4ff76cb53f53d8e0176e789d;hb=84b2b25e91bfdda81239dea6eee000758c8c861b;hp=f8508335a6ebea6a2246aefdc30de8b5533b041b;hpb=9ff68b1ed845e94944f99c32eef209eb63c6469d;p=policy%2Fxacml-pdp.git diff --git a/main/pom.xml b/main/pom.xml index f8508335..1ed4d4ef 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -2,14 +2,16 @@ ============LICENSE_START======================================================= ONAP Policy Engine - XACML PDP ================================================================================ - Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2019-2022 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2020 Bell Canada. + Modifications Copyright (C) 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. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -19,18 +21,23 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.onap.policy.xacml-pdp policy-xacml-pdp - 2.2.0-SNAPSHOT + 3.1.1-SNAPSHOT - main + xacml-main ${project.artifactId} - The main module of Policy PDP-X that handles startup, lifecycle management, and parameters. + The main module of Policy PDP-X that handles startup, lifecycle management, and parameters. + + + + ${project.basedir}/../target/code-coverage/jacoco-ut.exec + @@ -64,22 +71,37 @@ org.onap.policy.common utils-test - ${policy.common.version} + ${policy.common.version} test org.onap.policy.xacml-pdp.applications - monitoring + xacml-monitoring + ${project.version} + + + org.onap.policy.xacml-pdp.applications + xacml-guard + ${project.version} + + + org.onap.policy.xacml-pdp.applications + xacml-optimization + ${project.version} + + + org.onap.policy.xacml-pdp.applications + xacml-naming ${project.version} org.onap.policy.xacml-pdp.applications - guard + xacml-native ${project.version} org.onap.policy.xacml-pdp.applications - optimization + xacml-match ${project.version} @@ -87,6 +109,10 @@ policy-models-pdp ${policy.models.version} + + io.prometheus + simpleclient_logback + org.onap.policy.xacml-pdp xacml-test @@ -94,15 +120,20 @@ test - org.powermock - powermock-api-mockito + org.mockito + mockito-core test - org.assertj - assertj-core + org.springframework + spring-test test + + + io.swagger.core.v3 + swagger-annotations + @@ -123,6 +154,50 @@ + + + + io.swagger.codegen.v3 + swagger-codegen-maven-plugin + + + code-gen + + generate + + + ${project.basedir}/src/main/resources/openapi/openapi.yaml + org.onap.policy.pdpx.main.rest + org.onap.policy.pdpx.main.rest.model + org.onap.policy.pdpx.main.rest + jaxrs-spec + false + false + + HealthCheckReport=org.onap.policy.common.endpoints.report.HealthCheckReport, + DecisionException=org.onap.policy.models.decisions.concepts.DecisionException, + DecisionRequest=org.onap.policy.models.decisions.concepts.DecisionRequest, + DecisionResponse=org.onap.policy.models.decisions.concepts.DecisionResponse, + ErrorResponse=org.onap.policy.models.errors.concepts.ErrorResponse, + StatisticsReport=org.onap.policy.pdpx.main.rest.model.StatisticsReport, + DecisionProvider=org.onap.policy.pdpx.main.rest.provider.DecisionProvider, + HealthCheckProvider=org.onap.policy.pdpx.main.rest.provider.HealthCheckProvider, + StatisticsProvider=org.onap.policy.pdpx.main.rest.provider.StatisticsProvider, + Request=com.att.research.xacml.api.Request, + Response=jakarta.ws.rs.core.Response + + + src/gen/java + java17 + true + true + true + + + + + +