Add payload to vFW policy yaml
[policy/drools-applications.git] / controlloop / templates / archetype-cl-usecases / src / main / resources / archetype-resources / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   ONAP
5   ================================================================================
6   Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved.
7   Modifications Copyright (C) 2019 Nordix Foundation.
8   ================================================================================
9   Licensed under the Apache License, Version 2.0 (the "License");
10   you may not use this file except in compliance with the License.
11   You may obtain a copy of the License at
12   
13        http://www.apache.org/licenses/LICENSE-2.0
14   
15   Unless required by applicable law or agreed to in writing, software
16   distributed under the License is distributed on an "AS IS" BASIS,
17   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18   See the License for the specific language governing permissions and
19   limitations under the License.
20   ============LICENSE_END=========================================================
21   -->
22
23 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
25   <modelVersion>4.0.0</modelVersion>
26
27   <groupId>${groupId}</groupId>
28   <artifactId>${artifactId}</artifactId>
29   <version>${version}</version>
30   <packaging>kjar</packaging>
31
32   <name>${artifactId}</name>
33   <description>Control Loop Usecases Release Rules</description>
34
35   <properties>
36     <maven.compiler.source>1.8</maven.compiler.source>
37     <maven.compiler.target>1.8</maven.compiler.target>
38   </properties>
39
40   <build>
41     <plugins>
42       <plugin>
43         <groupId>org.kie</groupId>
44         <artifactId>kie-maven-plugin</artifactId>
45         <version>6.5.0.Final</version>
46         <extensions>true</extensions>
47       </plugin>
48     </plugins>
49   </build>
50
51   <dependencies>
52     <dependency>
53       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
54       <artifactId>events</artifactId>
55       <version>${dependenciesVersion}</version>
56     </dependency>
57     <dependency>
58       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
59       <artifactId>appc</artifactId>
60       <version>${dependenciesVersion}</version>
61     </dependency>
62     <dependency>
63       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
64       <artifactId>appclcm</artifactId>
65       <version>${dependenciesVersion}</version>
66     </dependency>
67     <dependency>
68       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
69       <artifactId>vfc</artifactId>
70       <version>${dependenciesVersion}</version>
71     </dependency>
72     <dependency>
73       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
74       <artifactId>so</artifactId>
75       <version>${dependenciesVersion}</version>
76     </dependency>       
77     <dependency>
78       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
79       <artifactId>aai</artifactId>
80       <version>${dependenciesVersion}</version>
81     </dependency>
82     <dependency>
83       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
84       <artifactId>sdc</artifactId>
85       <version>${dependenciesVersion}</version>
86     </dependency>
87     <dependency>
88       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
89       <artifactId>sdnr</artifactId>
90       <version>${dependenciesVersion}</version>
91     </dependency>
92     <dependency>
93       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
94       <artifactId>sdnc</artifactId>
95       <version>${dependenciesVersion}</version>
96     </dependency>
97     <dependency>
98       <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
99       <artifactId>eventmanager</artifactId>
100       <version>${dependenciesVersion}</version>
101     </dependency>
102     <dependency>
103       <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
104       <artifactId>guard</artifactId>
105       <version>${dependenciesVersion}</version>
106     </dependency>
107     <dependency>
108       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
109       <artifactId>actorServiceProvider</artifactId>
110       <version>${dependenciesVersion}</version>
111     </dependency>
112     <dependency>
113       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
114       <artifactId>actor.appc</artifactId>
115       <version>${dependenciesVersion}</version>
116     </dependency>
117     <dependency>
118       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
119       <artifactId>actor.appclcm</artifactId>
120       <version>${dependenciesVersion}</version>
121     </dependency>
122     <dependency>
123       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
124       <artifactId>actor.so</artifactId>
125       <version>${dependenciesVersion}</version>
126     </dependency>
127     <dependency>
128       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
129       <artifactId>actor.sdnr</artifactId>
130       <version>${dependenciesVersion}</version>
131     </dependency>
132     <dependency>
133       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
134       <artifactId>actor.vfc</artifactId>
135       <version>${dependenciesVersion}</version>
136     </dependency>
137     <dependency>
138       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
139       <artifactId>actor.sdnc</artifactId>
140       <version>${dependenciesVersion}</version>
141     </dependency>    
142     <dependency>
143       <groupId>org.onap.policy.models.policy-models-interactions</groupId>      
144       <artifactId>policy-yaml</artifactId>
145       <version>${dependenciesVersion}</version>
146     </dependency>
147     <dependency>
148       <groupId>org.onap.policy.drools-pdp</groupId>
149       <artifactId>policy-management</artifactId>
150       <version>${dependenciesVersion}</version>
151       <scope>provided</scope>
152       <optional>true</optional>
153     </dependency>
154   </dependencies>
155 </project>