Update snapshot and/or references of policy/models to latest snapshots
[policy/models.git] / models-interactions / model-impl / sdnr / pom.xml
1 <!--
2   ============LICENSE_START=======================================================
3   sdnr
4   ================================================================================
5   Copyright (C) 2018 Wipro Limited Intellectual Property. All rights reserved.
6   Modifications Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved.
7   Modifications Copyright (C) 2019, 2023-2024 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
24 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
26     <modelVersion>4.0.0</modelVersion>
27
28     <parent>
29         <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
30         <artifactId>model-impl</artifactId>
31         <version>3.1.3-SNAPSHOT</version>
32     </parent>
33
34     <artifactId>sdnr</artifactId>
35
36     <dependencies>
37         <dependency>
38             <groupId>org.onap.policy.common</groupId>
39             <artifactId>gson</artifactId>
40             <version>${policy.common.version}</version>
41         </dependency>
42         <dependency>
43             <groupId>com.google.code.gson</groupId>
44             <artifactId>gson</artifactId>
45             <scope>provided</scope>
46         </dependency>
47         <dependency>
48             <groupId>org.projectlombok</groupId>
49             <artifactId>lombok</artifactId>
50             <scope>provided</scope>
51         </dependency>
52         <dependency>
53             <groupId>org.assertj</groupId>
54             <artifactId>assertj-core</artifactId>
55         </dependency>
56     </dependencies>
57 </project>