summaryrefslogtreecommitdiffstats
path: root/catalog-model
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Fix bug 'Pattern constraint validation failure'vasraz5-9/+25
2022-12-12Add support for comparable type constraints for stringsvasraz2-11/+4
2022-12-12Fix bug 'Import VFC with constraint PATTERN ignores constraint'vasraz1-116/+119
2022-12-09Fix NPE when checking out serviceMichaelMorris1-1/+1
2022-12-07Fix in_range constraint validation gives unhelpful error messageJvD_Ericsson1-1/+1
2022-12-02Fix numeric constraint values generated as stringsJvD_Ericsson20-277/+1062
2022-12-01Support addition of pattern constraintJvD_Ericsson2-0/+20
2022-11-30Support addition of scalar type constraintsJvD_Ericsson2-4/+10
2022-11-25Fix issues while importing a Servicevasraz2-2/+2
2022-11-25Implement create data type propertyandre.schmid7-49/+168
2022-11-23Fix property constraints validationfranciscovila1-1/+1
2022-11-17Fix wrong Model during import VSPvasraz1-1/+0
2022-11-08Interface is formatted using extended notation when no implementation added a...vasraz3-99/+0
2022-11-03Fix for boolean default value exported as StringimamSidero1-1/+1
2022-10-29Step version to 1.12.1MichaelMorris1-1/+1
2022-10-27Fix potential NPE in importing property constraintsvasraz1-76/+81
2022-10-26Fix import policy issuesMichaelMorris1-3/+7
2022-10-25Add default baseType to the substitution typeimamSidero2-0/+14
2022-10-24Support import of VFCs with property constraintsMichaelMorris11-28/+217
2022-10-18Fix security risk 'Improper Input Validation'vasraz2-363/+239
2022-10-17Fix }
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ============LICENSE_START=======================================================
  ONAP Policy Engine - Drools PDP
  ================================================================================
  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
  ================================================================================
  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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <artifactId>policy-core</artifactId>
  <parent>
    <groupId>org.onap.policy.drools-pdp</groupId>
    <artifactId>drools-pdp</artifactId>
    <version>1.2.3-SNAPSHOT</version>
  </parent>

  <dependencies>
    <!--
    Issue: 1 of 2
    These 2 dependencies are trying to upgrade security fixes
    identified. If they are removed or manipulated then please
    fix the 2nd change as noted below. 
    -->
    <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-utils</artifactId>
        <version>3.0.24</version>
    </dependency>
    <dependency>
        <groupId>com.thoughtworks.xstream</groupId>
        <artifactId>xstream</artifactId>
        <version>1.4.10</version>
    </dependency>

    <dependency>
      <groupId>org.kie</groupId>
      <artifactId>kie-api</artifactId>
      <version>6.5.0.Final</version>
    </dependency>
    <dependency>
      <groupId>org.kie</groupId>
      <artifactId>kie-ci</artifactId>
      <version>6.5.0.Final</version>
      <!--
      Issue: 2 of 2
      Exc
15-308/+477
2022-09-19Support TOSCA functions in Node Capability Filtersandre.schmid2-19/+93
2022-09-16Import unknown artifact types on Service ImportimamSidero1-1/+1
2022-09-09Fix node filter API payload retro-compatibility1.11.8andre.schmid4-2/+88
2022-09-09Import services with sub prop tosca functionsMichaelMorris1-0/+3
2022-09-08Support TOSCA functions in Node Filtersandre.schmid29-158/+572
2022-09-06Support import of updated node typesJvD_Ericsson4-0/+108
2022-09-02Support updated data types in service importMichaelMorris10-42/+138
2022-08-26Remove vulnerable dependencyvasraz1-1/+5
2022-08-19Fix wrongly generated tosca implementationKrupaNagabhushan2-5/+4
2022-08-19Support Inputs during Import Servicevasraz1-8/+8
2022-08-19Remove vulnerable dependencyvasraz1-0/+4
2022-08-17Update SDC version to 1.11.8-SNAPSHOTMichaelMorris1-1/+1
2022-08-15Step version to 1.11.7-SNAPSHOT1.11.7MichaelMorris1-1/+1
2022-08-15Service Import - Node Template Interface Definitionsfranciscovila4-26/+159
2022-08-15Fix new data types not found in UIMichaelMorris1-7/+11
2022-08-12Service import - Import unknown node typesJvD_Ericsson1-0/+14
2022-08-11Error Importing node filter with multiple capability propertiesfranciscovila1-1/+13
2022-08-06Support for TOSCA functions for Service Importandre.schmid2-161/+6
2022-08-04Fix error adding capability to VFCMichaelMorris3-11/+45
2022-08-02Service Import - Node Template Relationship TemplateKrupaNagabhushan6-49/+105
2022-08-02Enabled configuration of instance nameimamSidero2-4/+8
2022-07-29Centralize TOSCA function validationandre.schmid12-137/+373