aboutsummaryrefslogtreecommitdiffstats
path: root/models-pdp/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-02Add persistence for PDP conceptsliamfallon9-18/+1394
2019-04-02Adding pdpHeartbeatIntervalMs to PdpUpdate messageramverma2-3/+6
2019-04-02Merge "Remove pdpType from PdpUpdate"Liam Fallon2-5/+2
2019-04-02Merge "Add extra methods to Provider interface"Pamela Dragosh1-7/+103
2019-04-01Remove PfConceptKey from models-pdp classesJim Hahn6-141/+65
2019-04-01Remove pdpType from PdpUpdateJim Hahn2-5/+2
2019-04-01Add extra methods to Provider interfaceliamfallon1-7/+103
2019-04-01Fix breakage from ToscaPolicy refactoringJim Hahn1-8/+11
2019-04-01Merge "Add copy constructors to more models-pdp classes"Liam Fallon4-2/+165
2019-03-31Add copy constructors to more models-pdp classesJim Hahn4-2/+165
2019-03-29Restructure for authorative modelsliamfallon10-32/+36
2019-03-27Add support for legacy guard policiesliamfallon1-0/+86
2019-03-26Add Legacy Op Policy Persistenceliamfallon3-5/+15
2019-03-25Add internal classes to models-pdpJim Hahn7-0/+449
2019-03-25Add PolicyIdentOptVersionJim Hahn8-1/+510
2019-03-22Add models-pdp to models repoJim Hahn12-0/+614
====================================================== 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. ============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> <packaging>pom</packaging> <parent> <groupId>org.onap.policy.drools-applications</groupId> <artifactId>drools-applications</artifactId> <version>1.6.2-SNAPSHOT</version> </parent> <groupId>org.onap.policy.drools-applications.controlloop</groupId> <artifactId>controlloop</artifactId> <properties> <jacoco.dataFile>${project.basedir}/../../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> <modules> <module>common</module> <module>m2</module> <module>packages</module> </modules> </project>