Update snapshot and/or references of policy/models to latest snapshots
[policy/models.git] / models-interactions / model-actors / actor.a1p / pom.xml
1 <?xml version="1.0"?>
2 <!--
3   ============LICENSE_START=======================================================
4   Copyright (C) 2018 Wipro Limited Intellectual Property. All rights reserved.
5   Modifications Copyright (C) 2019-2020, 2023 Nordix Foundation.
6   Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
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 <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.a1p</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>sdnr</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>events</artifactId>
50             <version>${project.version}</version>
51             <scope>provided</scope>
52         </dependency>
53         <dependency>
54             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
55             <artifactId>actor.sdnr</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>