aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFWCL
AgeCommit message (Expand)AuthorFilesLines
2020-03-27Move vFW to HTTPS VESBrian Freeman1-1/+2
2020-03-26Fix spacing issues in YAML files in heatBartek Grzybowski2-24/+24
2019-09-18Bump poms and heat envs to 1.6.0-SNAPSHOTMarco Platania2-4/+4
2019-05-07Roll version numberMarco Platania2-4/+4
2019-04-18Fix vFWCL Heat template for instantiation with RobotMarco Platania2-4/+9
2019-02-01Bump demo artifact versionMarco Platania4-8/+6
2019-01-31[VVP] update templates for vFWCLstark, steven4-99/+184
2018-09-13Prevent package installation failures in VNFsMarco Platania2-0/+3
2018-08-29Retrieve demo artifacts via nexus REST APIGary Wu4-17/+2
2018-08-02Add security group to vFW, vLBMarco Platania4-0/+22
2018-07-23Add URL to Nexus repo in Heat templatesMarco Platania4-4/+10
2018-07-19Deprecate use of sites/raw for vnf HEAT templatesGary Wu4-21/+22
2018-06-26Version bump demo artifacts to 1.3.0-SNAPSHOTGary Wu2-2/+2
2018-06-08Point install/init scripts to released aritfactsMarco Platania2-6/+6
2018-04-18Update DCAE IP and port for VNFsMarco Platania2-6/+6
2018-04-16Correct ExternalAPI-NBI init scriptEric Debeau2-564/+564
2017-11-30Bump version up in Heat templatesMarco Platania2-4/+4
2017-11-04Cleanup vFW/vPacketGen templates for closed loopMarco Platania7-132/+129
2017-11-04Create 2 VNF form of vFWBrian Freeman6-0/+658
able.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
<!--
  ============LICENSE_START=======================================================
   Copyright (C) 2018 Ericsson. All rights reserved.
   Modifications Copyright (C) 2019-2020 Nordix Foundation.
   Modifications Copyright (C) 2021 Bell Canada. 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.

  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.apex-pdp.plugins.plugins-event.plugins-event-carrier</groupId>
        <artifactId>plugins-event-carrier</artifactId>
        <version>2.5.2</version>
    </parent>

    <artifactId>plugins-event-carrier-restrequestor</artifactId>
    <name>${project.artifactId}</name>
    <description>[${project.parent.artifactId}] Plugin for handling REST requests and responses</description>

    <dependencies>
        <dependency>
            <groupId>org.onap.policy.common</groupId>
            <artifactId>policy-endpoints</artifactId>
        </dependency>
        <dependency>
            <groupId>org.onap.policy.apex-pdp.services</groupId>
            <artifactId>services-engine</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.onap.policy.apex-pdp.plugins.plugins-executor</groupId>
            <artifactId>plugins-executor-javascript</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.awaitility</groupId>
            <artifactId>awaitility</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.assertj</groupId>
            <artifactId>assertj-core</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>