aboutsummaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2018-05-09Rename packages from openecomp to onapamitjai3-9/+9
2018-05-06This patch removes first chunk of duplicated codeDejan Kitic1-36/+19
2018-05-01Fix TOSCA Analyzer - null point exceptionshiria1-1/+1
2018-04-30Rename packages from openecomp to onap.amitjai482-925/+893
2018-04-26Reducing onboarding backend maven build timeGautam Shah2-21/+58
2018-04-09fix use of user credentials log
<!--
  ============LICENSE_START=======================================================
   Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
   Modifications Copyright (C) 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.
  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.
  See the License for the specific language governing permissions and
  limitations under the License.

  SPDX-License-Identifier: Apache-2.0
  ============LICENSE_END=========================================================
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.onap.policy.models</groupId>
        <artifactId>policy-models</artifactId>
        <version>3.1.2</version>
    </parent>

    <artifactId>policy-models-provider</artifactId>

    <name>${project.artifactId}</name>
    <description>The provider interface that allows components to manipulate models in the database</description>

    <dependencies>
        <dependency>
            <groupId>org.onap.policy.common</groupId>
            <artifactId>common-parameters</artifactId>
            <version>${policy.common.version}</version>
        </dependency>
        <dependency>
            <groupId>org.onap.policy.models</groupId>
            <artifactId>policy-models-base</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.onap.policy.models</groupId>
            <artifactId>policy-models-dao</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.onap.policy.models</groupId>
            <artifactId>policy-models-tosca</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.onap.policy.models</groupId>
            <artifactId>policy-models-pdp</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.onap.policy.models</groupId>
            <artifactId>policy-models-pap</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.onap.policy.common</groupId>
            <artifactId>utils</artifactId>
            <version>${policy.common.version}</version>
        </dependency>
        <dependency>
            <groupId>org.onap.policy.models</groupId>
            <artifactId>policy-models-examples</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.h2database</groupId>
            <artifactId>h2</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.assertj</groupId>
            <artifactId>assertj-core</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.openpojo</groupId>
            <artifactId>openpojo</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>
b5ff52f1f8f6c042d7cdd?s=13&d=retro' />ojasdubey
1-0/+2
2017-12-27Fixed sonar issues - YamlUtilsheetalm1-12/+28
2017-12-27Sonar fixes for module - Configuration mgmt apiojasdubey4-23/+26
2017-12-27add private constructorshrek20004-1032/+1050
2017-12-26Update Global Types for TOSCA Importojasdubey9-813/+949
2017-12-26Fixed sonar issues - ToscaExtensionYamlUtilsheetalm1-2/+19
2017-12-21Add collaboration featuretalig7-458/+385
2017-12-12Fix - Translator core tests stuckojasdubey4-2/+11
2017-12-10Final commit to master merge fromTal Gitelman1-13/+0
2017-12-06Duplicate logging frameworks mergingnoahs47-3500/+50
2017-11-14forwarder testtalio1-0/+62
2017-11-14forwarder test fixtalio1-0/+2
2017-11-12forwarder GTtalio3-2/+26
2017-11-08Error in Jetty logssheetalm1-22/+2
2017-11-01Added new schemaAravindhan1232-1/+6752
2017-10-30global typestalio1-0/+6
2017-10-24Fixed resources not being closed in testsvempo1-130/+68
2017-10-23Fixed resources not being closed in config testsvempo7-39/+39
2017-10-23Additinal fixes for resources not being releasedvempo1-38/+42
2017-10-15Fixed configuration POM for stagingvempo2-34/+0
2017-10-09Revert "Solution for Artifact Gen for PNFResource"pprakhar4-26/+1
2017-10-04Solution for Artifact Generation for PNF Resourcepprakhar4-1/+26