X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=controlloop%2Fcommon%2Ffeature-controlloop-utils%2Fpom.xml;h=5cf20a7b413da044c217c2fc018356c9e440dd6a;hb=c992013a24811a692b985c088b671ba5b40f0dbd;hp=f0f95f26ad41485b8b5857769233b0ae8da3b7b0;hpb=f5431672cc07c00f3d4e0a8a0a28d3edffb7d37e;p=policy%2Fdrools-applications.git diff --git a/controlloop/common/feature-controlloop-utils/pom.xml b/controlloop/common/feature-controlloop-utils/pom.xml index f0f95f26a..5cf20a7b4 100644 --- a/controlloop/common/feature-controlloop-utils/pom.xml +++ b/controlloop/common/feature-controlloop-utils/pom.xml @@ -2,7 +2,8 @@ ============LICENSE_START======================================================= ONAP ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -18,117 +19,121 @@ ============LICENSE_END========================================================= --> - - 4.0.0 - - org.onap.policy.drools-applications - common - 1.1.0-SNAPSHOT - - feature-controlloop-utils - - Loadable PDP-D feature module to enable simulator usage in a non-junit - lab environments. In a pdp-d lab environment this capability can be - enabled with the "feature" mechanisms. - - - - 1.8 - 1.8 - + + 4.0.0 - - - - maven-assembly-plugin - 2.6 - - - zipfile - - single - - package - - true - ${project.artifactId}-${project.version} - - src/assembly/assemble_zip.xml - - false - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.8 - - - copy-dependencies - - copy-dependencies - - prepare-package - - false - ${project.build.directory}/assembly/lib - false - true - true - false - false - false - runtime - true - - - - - - - - - - org.onap.policy.drools-pdp - policy-management - ${project.version} - provided - - - org.onap.policy.drools-pdp - policy-endpoints - ${project.version} - provided - - - org.onap.policy.drools-applications - simulators - ${project.version} - - - org.onap.policy.drools-applications - aai - ${project.version} - - - org.onap.policy.drools-applications - so - ${project.version} - - - org.onap.policy.drools-applications - rest - ${project.version} - - - junit - junit - 4.12 - test - - + + org.onap.policy.drools-applications.controlloop.common + common + 1.4.2-SNAPSHOT + + + feature-controlloop-utils + + + Loadable PDP-D feature module to enable simulator usage in a non-junit + lab environments. In a pdp-d lab environment this capability can be + enabled with the "feature" mechanisms. + + + + 1.8 + 1.8 + + + + + + maven-assembly-plugin + + + zipfile + + single + + package + + true + ${project.artifactId}-${project.version} + + src/assembly/assemble_zip.xml + + false + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + + copy-dependencies + + prepare-package + + false + ${project.build.directory}/assembly/lib + false + true + true + false + false + false + runtime + true + + + + + + + + + + org.onap.policy.drools-pdp + policy-management + ${version.policy.drools-pdp} + provided + + + org.onap.policy.common + policy-endpoints + ${version.policy.common} + provided + + + org.onap.policy.models.policy-models-interactions + simulators + ${policy.models.version} + + + org.onap.policy.models.policy-models-interactions.model-impl + aai + ${policy.models.version} + + + org.onap.policy.models.policy-models-interactions.model-impl + so + ${policy.models.version} + + + org.onap.policy.models.policy-models-interactions.model-impl + sdnc + ${policy.models.version} + + + org.onap.policy.models.policy-models-interactions.model-impl + rest + ${policy.models.version} + + + junit + junit + test + +