Jim Hahn | 4ec725e | 2019-02-06 13:14:57 -0500 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | ONAP Policy Engine - Common Modules |
| 4 | ================================================================================ |
Jim Hahn | 7a4b6b8 | 2021-03-08 14:28:10 -0500 | [diff] [blame] | 5 | Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved. |
adheli.tavares | 349b4ae | 2023-07-21 09:41:01 +0100 | [diff] [blame] | 6 | Modifications Copyright (C) 2019, 2023 Nordix Foundation. |
Jim Hahn | 4ec725e | 2019-02-06 13:14:57 -0500 | [diff] [blame] | 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 | --> |
liamfallon | 9cd5f32 | 2023-02-17 19:12:26 +0000 | [diff] [blame] | 21 | <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 Hahn | 4ec725e | 2019-02-06 13:14:57 -0500 | [diff] [blame] | 26 | <modelVersion>4.0.0</modelVersion> |
Jim Hahn | 4ec725e | 2019-02-06 13:14:57 -0500 | [diff] [blame] | 27 | <parent> |
| 28 | <groupId>org.onap.policy.common</groupId> |
| 29 | <artifactId>common-modules</artifactId> |
liamfallon | 18268f0 | 2023-11-14 16:12:19 +0100 | [diff] [blame] | 30 | <version>2.1.0-SNAPSHOT</version> |
Jim Hahn | 4ec725e | 2019-02-06 13:14:57 -0500 | [diff] [blame] | 31 | </parent> |
Jim Hahn | 4ec725e | 2019-02-06 13:14:57 -0500 | [diff] [blame] | 32 | <artifactId>gson</artifactId> |
| 33 | <description>Common Utilities</description> |
| 34 | <packaging>jar</packaging> |
adheli.tavares | 349b4ae | 2023-07-21 09:41:01 +0100 | [diff] [blame] | 35 | |
Jim Hahn | 4ec725e | 2019-02-06 13:14:57 -0500 | [diff] [blame] | 36 | <dependencies> |
| 37 | <dependency> |
adheli.tavares | 349b4ae | 2023-07-21 09:41:01 +0100 | [diff] [blame] | 38 | <groupId>jakarta.ws.rs</groupId> |
| 39 | <artifactId>jakarta.ws.rs-api</artifactId> |
Jim Hahn | 4ec725e | 2019-02-06 13:14:57 -0500 | [diff] [blame] | 40 | </dependency> |
| 41 | </dependencies> |
Jim Hahn | 4ec725e | 2019-02-06 13:14:57 -0500 | [diff] [blame] | 42 | </project> |