Update snapshot and/or references of policy/models to latest snapshots
[policy/models.git] / models-interactions / model-actors / actor.appc / pom.xml
1 <?xml version="1.0"?>
2 <!--
3   ============LICENSE_START=======================================================
4   Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved.
5   Modifications Copyright (C) 2019, 2023 Nordix Foundation.
6   ================================================================================
7   Licensed under the Apache License, Version 2.0 (the "License");
8   you may not use this file except in compliance with the License.
9   You may obtain a copy of the License at
10
11        http://www.apache.org/licenses/LICENSE-2.0
12
13   Unless required by applicable law or agreed to in writing, software
14   distributed under the License is distributed on an "AS IS" BASIS,
15   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16   See the License for the specific language governing permissions and
17   limitations under the License.
18   ============LICENSE_END=========================================================
19   -->
20
21 <project xmlns="http://maven.apache.org/POM/4.0.0"
22          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24     <modelVersion>4.0.0</modelVersion>
25
26     <parent>
27         <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
28         <artifactId>model-actors</artifactId>
29         <version>3.1.3-SNAPSHOT</version>
30     </parent>
31
32     <artifactId>actor.appc</artifactId>
33
34     <dependencies>
35         <dependency>
36             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
37             <artifactId>actorServiceProvider</artifactId>
38             <version>${project.version}</version>
39             <scope>provided</scope>
40         </dependency>
41         <dependency>
42             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
43             <artifactId>appc</artifactId>
44             <version>${project.version}</version>
45             <scope>provided</scope>
46         </dependency>
47         <dependency>
48             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
49             <artifactId>aai</artifactId>
50             <version>${project.version}</version>
51             <scope>provided</scope>
52         </dependency>
53         <dependency>
54             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
55             <artifactId>events</artifactId>
56             <version>${project.version}</version>
57             <scope>provided</scope>
58         </dependency>
59         <dependency>
60             <groupId>com.google.code.gson</groupId>
61             <artifactId>gson</artifactId>
62             <scope>test</scope>
63         </dependency>
64         <dependency>
65             <groupId>org.onap.policy.models.policy-models-interactions</groupId>
66             <artifactId>simulators</artifactId>
67             <version>${project.version}</version>
68             <scope>test</scope>
69         </dependency>
70         <dependency>
71             <groupId>org.onap.policy.common</groupId>
72             <artifactId>policy-endpoints</artifactId>
73             <version>${policy.common.version}</version>
74             <scope>provided</scope>
75         </dependency>
76         <dependency>
77             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
78             <artifactId>actor.test</artifactId>
79             <version>${project.version}</version>
80             <scope>test</scope>
81         </dependency>
82     </dependencies>
83 </project>