daniel | 7576237 | 2017-08-11 11:36:09 -0500 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | Drools PDP Application Models |
| 4 | ================================================================================ |
Pamela Dragosh | 1743599 | 2018-08-28 11:57:33 -0400 | [diff] [blame] | 5 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
daniel | 7576237 | 2017-08-11 11:36:09 -0500 | [diff] [blame] | 6 | ================================================================================ |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | ============LICENSE_END========================================================= |
| 19 | --> |
| 20 | |
| 21 | <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"> |
| 22 | <modelVersion>4.0.0</modelVersion> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 23 | |
| 24 | <parent> |
| 25 | <groupId>org.onap.policy.drools-applications.controlloop.common.model-impl</groupId> |
| 26 | <artifactId>model-impl</artifactId> |
ramverma | e2b3a9c | 2018-10-25 11:59:09 +0100 | [diff] [blame^] | 27 | <version>1.3.1-SNAPSHOT</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 28 | </parent> |
| 29 | |
daniel | 7576237 | 2017-08-11 11:36:09 -0500 | [diff] [blame] | 30 | <artifactId>appclcm</artifactId> |
| 31 | |
daniel | 7576237 | 2017-08-11 11:36:09 -0500 | [diff] [blame] | 32 | <dependencies> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 33 | <dependency> |
| 34 | <groupId>junit</groupId> |
| 35 | <artifactId>junit</artifactId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 36 | <scope>test</scope> |
| 37 | </dependency> |
| 38 | <dependency> |
| 39 | <groupId>com.google.code.gson</groupId> |
| 40 | <artifactId>gson</artifactId> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 41 | <scope>provided</scope> |
| 42 | </dependency> |
daniel | 7576237 | 2017-08-11 11:36:09 -0500 | [diff] [blame] | 43 | </dependencies> |
mmis | 03bded5 | 2018-03-27 13:13:57 +0100 | [diff] [blame] | 44 | |
daniel | 7576237 | 2017-08-11 11:36:09 -0500 | [diff] [blame] | 45 | </project> |