blob: 3ea1139f8744a23f8ce40b3d719ac5f596e86f3a [file] [log] [blame]
Jim Hahn4ec725e2019-02-06 13:14:57 -05001<!--
2 ============LICENSE_START=======================================================
3 ONAP Policy Engine - Common Modules
4 ================================================================================
Jim Hahn7a4b6b82021-03-08 14:28:10 -05005 Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved.
adheli.tavares349b4ae2023-07-21 09:41:01 +01006 Modifications Copyright (C) 2019, 2023 Nordix Foundation.
Jim Hahn4ec725e2019-02-06 13:14:57 -05007 ================================================================================
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 -->
liamfallon9cd5f322023-02-17 19:12:26 +000021<project
22 xmlns="http://maven.apache.org/POM/4.0.0"
23 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
25 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Jim Hahn4ec725e2019-02-06 13:14:57 -050026 <modelVersion>4.0.0</modelVersion>
Jim Hahn4ec725e2019-02-06 13:14:57 -050027 <parent>
28 <groupId>org.onap.policy.common</groupId>
29 <artifactId>common-modules</artifactId>
liamfallon18268f02023-11-14 16:12:19 +010030 <version>2.1.0-SNAPSHOT</version>
Jim Hahn4ec725e2019-02-06 13:14:57 -050031 </parent>
Jim Hahn4ec725e2019-02-06 13:14:57 -050032 <artifactId>gson</artifactId>
33 <description>Common Utilities</description>
34 <packaging>jar</packaging>
adheli.tavares349b4ae2023-07-21 09:41:01 +010035
Jim Hahn4ec725e2019-02-06 13:14:57 -050036 <dependencies>
37 <dependency>
adheli.tavares349b4ae2023-07-21 09:41:01 +010038 <groupId>jakarta.ws.rs</groupId>
39 <artifactId>jakarta.ws.rs-api</artifactId>
Jim Hahn4ec725e2019-02-06 13:14:57 -050040 </dependency>
41 </dependencies>
Jim Hahn4ec725e2019-02-06 13:14:57 -050042</project>