Hengye | b150aa8 | 2019-03-25 14:32:21 +0000 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | sdnr |
| 4 | ================================================================================ |
| 5 | Copyright (C) 2018 Wipro Limited Intellectual Property. All rights reserved. |
| 6 | Modifications Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. |
| 7 | Modifications Copyright (C) 2019 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 25 | <modelVersion>4.0.0</modelVersion> |
| 26 | |
| 27 | <parent> |
| 28 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
| 29 | <artifactId>model-impl</artifactId> |
Pamela Dragosh | 4b43d97 | 2019-06-21 16:29:00 -0400 | [diff] [blame^] | 30 | <version>2.1.1-SNAPSHOT</version> |
Hengye | b150aa8 | 2019-03-25 14:32:21 +0000 | [diff] [blame] | 31 | </parent> |
| 32 | |
| 33 | <artifactId>sdnr</artifactId> |
| 34 | |
| 35 | <dependencies> |
| 36 | <dependency> |
| 37 | <groupId>junit</groupId> |
| 38 | <artifactId>junit</artifactId> |
| 39 | <scope>test</scope> |
| 40 | </dependency> |
| 41 | <dependency> |
| 42 | <groupId>com.google.code.gson</groupId> |
| 43 | <artifactId>gson</artifactId> |
| 44 | <scope>provided</scope> |
| 45 | </dependency> |
| 46 | </dependencies> |
| 47 | </project> |