Real vFW CNF config-assign and config-deploy
[demo.git] / heat / vFW_CNF_CDS / templates / cba / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright © 2020 Bell Canada
4   ~
5   ~ Licensed under the Apache License, Version 2.0 (the "License");
6   ~ you may not use this file except in compliance with the License.
7   ~ You may obtain a copy of the License at
8   ~
9   ~     http://www.apache.org/licenses/LICENSE-2.0
10   ~
11   ~ Unless required by applicable law or agreed to in writing, software
12   ~ distributed under the License is distributed on an "AS IS" BASIS,
13   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   ~ See the License for the specific language governing permissions and
15   ~ limitations under the License.
16   -->
17
18 <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">
19     <modelVersion>4.0.0</modelVersion>
20     <dependencies>
21         <dependency>
22             <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
23             <artifactId>processor-core</artifactId>
24             <version>1.1.1-SNAPSHOT</version>
25             <scope>compile</scope>
26         </dependency>
27         <dependency>
28             <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
29             <artifactId>k8s-connection-plugin</artifactId>
30             <version>1.1.1-SNAPSHOT</version>
31             <scope>compile</scope>
32         </dependency>
33     </dependencies>
34
35     <parent>
36         <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
37         <artifactId>test-blueprint-kotlin-parent</artifactId>
38         <version>1.0.0-SNAPSHOT</version>
39     </parent>
40
41     <artifactId>vFW_CNF_CDS</artifactId>
42     <version>1.0.0-SNAPSHOT</version>
43     <packaging>pom</packaging>
44
45     <properties>
46         <!-- Properties for -Pdeploy-cba -->
47         <cds.username>ccsdkapps</cds.username>
48         <cds.password>ccsdkapps</cds.password>
49         <!-- DEFAULTS
50         <cds.protocol>http</cds.protocol>
51         <cds.host>localhost</cds.host>
52         <cds.port>8081</cds.port>
53         <cds.enrich.endpoint>api/v1/blueprint-model/enrich</cds.enrich.endpoint>
54         <cds.publish.endpoint>api/v1/blueprint-model/publish</cds.publish.endpoint>
55         <ca></ca-->
56     </properties>
57 </project>