862fa2809bfd80025e9c883a5b4586b405184892
[policy/drools-applications.git] / controlloop / templates / template.demo / pom.xml
1 <!--
2   ============LICENSE_START=======================================================
3   drools-applications Control Loop Drools Templates
4   ================================================================================
5   Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
6   Modifications Copyright (C) 2019 Nordix Foundation.
7   ================================================================================
8   Licensed under the Apache License, Version 2.0 (the "License");
9   you may not use this file except in compliance with the License.
10   You may obtain a copy of the License at
11
12        http://www.apache.org/licenses/LICENSE-2.0
13
14   Unless required by applicable law or agreed to in writing, software
15   distributed under the License is distributed on an "AS IS" BASIS,
16   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17   See the License for the specific language governing permissions and
18   limitations under the License.
19   ============LICENSE_END=========================================================
20   -->
21
22 <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">
23   <modelVersion>4.0.0</modelVersion>
24
25   <parent>
26     <groupId>org.onap.policy.drools-applications.controlloop.templates</groupId>
27     <artifactId>templates</artifactId>
28     <version>1.4.0-SNAPSHOT</version>
29   </parent>
30
31   <artifactId>template.demo</artifactId>
32
33   <dependencies>
34     <dependency>
35       <groupId>org.eclipse.persistence</groupId>
36       <artifactId>org.eclipse.persistence.jpa</artifactId>
37       <scope>provided</scope>
38     </dependency>
39     <dependency>
40       <groupId>commons-io</groupId>
41       <artifactId>commons-io</artifactId>
42       <version>2.5</version>
43       <scope>provided</scope>
44     </dependency>
45     <dependency>
46       <groupId>org.drools</groupId>
47       <artifactId>drools-core</artifactId>
48       <version>6.5.0.Final</version>
49       <scope>test</scope>
50     </dependency>
51     <dependency>
52       <groupId>org.drools</groupId>
53       <artifactId>drools-compiler</artifactId>
54       <version>6.5.0.Final</version>
55       <scope>test</scope>
56     </dependency>
57     <dependency>
58       <groupId>com.google.code.gson</groupId>
59       <artifactId>gson</artifactId>
60       <scope>test</scope>
61     </dependency>
62     <dependency>
63       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
64       <artifactId>appc</artifactId>
65       <version>${policy.models.version}</version>
66       <scope>provided</scope>
67     </dependency>
68     <dependency>
69       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
70       <artifactId>sdnr</artifactId>
71       <version>${policy.models.version}</version>
72       <scope>provided</scope>
73     </dependency>
74     <dependency>
75       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
76       <artifactId>appclcm</artifactId>
77       <version>${policy.models.version}</version>
78       <scope>provided</scope>
79     </dependency>
80     <dependency>
81       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
82       <artifactId>so</artifactId>
83       <version>${policy.models.version}</version>
84       <scope>provided</scope>
85     </dependency>
86     <dependency>
87       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
88       <artifactId>trafficgenerator</artifactId>
89       <version>${policy.models.version}</version>
90       <scope>provided</scope>
91     </dependency>
92     <dependency>
93       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
94       <artifactId>vfc</artifactId>
95       <version>${policy.models.version}</version>
96       <scope>provided</scope>
97     </dependency>
98     <dependency>
99       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
100       <artifactId>sdnc</artifactId>
101       <version>${policy.models.version}</version>
102       <scope>provided</scope>
103     </dependency>
104     <dependency>
105       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
106       <artifactId>events</artifactId>
107       <version>${policy.models.version}</version>
108       <scope>provided</scope>
109     </dependency>
110     <dependency>
111       <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
112       <artifactId>database</artifactId>
113       <version>${project.version}</version>
114       <scope>provided</scope>
115     </dependency>
116     <dependency>
117       <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
118       <artifactId>guard</artifactId>
119       <version>${project.version}</version>
120       <scope>provided</scope>
121     </dependency>
122     <dependency>
123       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
124       <artifactId>aai</artifactId>
125       <version>${policy.models.version}</version>
126       <scope>provided</scope>
127     </dependency>
128     <dependency>
129       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
130       <artifactId>sdc</artifactId>
131       <version>${policy.models.version}</version>
132       <scope>provided</scope>
133     </dependency>
134     <dependency>
135       <groupId>org.onap.policy.models.policy-models-interactions</groupId>
136       <artifactId>model-yaml</artifactId>
137       <version>${policy.models.version}</version>
138       <scope>provided</scope>
139     </dependency>
140     <dependency>
141       <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
142       <artifactId>eventmanager</artifactId>
143       <version>${project.version}</version>
144       <scope>provided</scope>
145     </dependency>
146     <dependency>
147       <groupId>org.eclipse.persistence</groupId>
148       <artifactId>javax.persistence</artifactId>
149       <scope>provided</scope>
150     </dependency>
151     <dependency>
152       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
153       <artifactId>actorServiceProvider</artifactId>
154       <version>${policy.models.version}</version>
155       <scope>provided</scope>
156     </dependency>
157     <dependency>
158       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
159       <artifactId>actor.appc</artifactId>
160       <version>${policy.models.version}</version>
161       <scope>provided</scope>
162     </dependency>
163     <dependency>
164       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
165       <artifactId>actor.sdnr</artifactId>
166       <version>${policy.models.version}</version>
167       <scope>provided</scope>
168     </dependency>
169     <dependency>
170       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
171       <artifactId>actor.appclcm</artifactId>
172       <version>${policy.models.version}</version>
173       <scope>provided</scope>
174     </dependency>
175     <dependency>
176       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
177       <artifactId>actor.so</artifactId>
178       <version>${policy.models.version}</version>
179       <scope>provided</scope>
180     </dependency>
181     <dependency>
182       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
183       <artifactId>actor.vfc</artifactId>
184       <version>${policy.models.version}</version>
185       <scope>provided</scope>
186     </dependency>
187     <dependency>
188       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
189       <artifactId>actor.sdnc</artifactId>
190       <version>${policy.models.version}</version>
191       <scope>provided</scope>
192     </dependency>
193     <dependency>
194       <groupId>junit</groupId>
195       <artifactId>junit</artifactId>
196       <scope>test</scope>
197     </dependency>
198     <dependency>
199       <groupId>com.h2database</groupId>
200       <artifactId>h2</artifactId>
201       <scope>test</scope>
202     </dependency>
203     <dependency>
204         <groupId>org.onap.policy.common</groupId>
205         <artifactId>policy-endpoints</artifactId>
206         <version>${version.policy.common}</version>
207         <scope>provided</scope>
208     </dependency>
209     <dependency>
210       <groupId>org.onap.policy.models.policy-models-interactions</groupId>
211       <artifactId>simulators</artifactId>
212       <version>${policy.models.version}</version>
213       <scope>test</scope>
214     </dependency>
215     <dependency>
216       <groupId>org.onap.policy.drools-pdp</groupId>
217       <artifactId>policy-management</artifactId>
218       <version>${version.policy.drools-pdp}</version>
219       <scope>provided</scope>
220     </dependency>
221   </dependencies>
222 </project>