Charles Cole | c8e0ec6 | 2017-12-14 08:59:26 -0600 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | ONAP Policy Engine - Drools PDP |
| 4 | ================================================================================ |
Hockla, Ali (ah999m) | 956a7b5 | 2020-01-13 14:11:46 -0600 | [diff] [blame] | 5 | Copyright (C) 2017, 2020 AT&T Intellectual Property. All rights reserved. |
liamfallon | eb70ba3 | 2019-11-01 12:01:13 +0000 | [diff] [blame] | 6 | Modifications Copyright (C) 2019 Nordix Foundation. |
Charles Cole | c8e0ec6 | 2017-12-14 08:59:26 -0600 | [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 |
liamfallon | eb70ba3 | 2019-11-01 12:01:13 +0000 | [diff] [blame] | 11 | |
Charles Cole | c8e0ec6 | 2017-12-14 08:59:26 -0600 | [diff] [blame] | 12 | http://www.apache.org/licenses/LICENSE-2.0 |
liamfallon | eb70ba3 | 2019-11-01 12:01:13 +0000 | [diff] [blame] | 13 | |
Charles Cole | c8e0ec6 | 2017-12-14 08:59:26 -0600 | [diff] [blame] | 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 | --> |
Charles Cole | c8e0ec6 | 2017-12-14 08:59:26 -0600 | [diff] [blame] | 21 | |
liamfallon | eb70ba3 | 2019-11-01 12:01:13 +0000 | [diff] [blame] | 22 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 23 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
liamfallon | 0237fe0 | 2019-05-16 09:39:24 +0000 | [diff] [blame] | 24 | |
liamfallon | eb70ba3 | 2019-11-01 12:01:13 +0000 | [diff] [blame] | 25 | <modelVersion>4.0.0</modelVersion> |
liamfallon | 0237fe0 | 2019-05-16 09:39:24 +0000 | [diff] [blame] | 26 | |
liamfallon | eb70ba3 | 2019-11-01 12:01:13 +0000 | [diff] [blame] | 27 | <parent> |
| 28 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 29 | <artifactId>drools-pdp</artifactId> |
| 30 | <version>1.6.0-SNAPSHOT</version> |
| 31 | </parent> |
Charles Cole | c8e0ec6 | 2017-12-14 08:59:26 -0600 | [diff] [blame] | 32 | |
liamfallon | eb70ba3 | 2019-11-01 12:01:13 +0000 | [diff] [blame] | 33 | <artifactId>feature-simulators</artifactId> |
Charles Cole | c8e0ec6 | 2017-12-14 08:59:26 -0600 | [diff] [blame] | 34 | |
liamfallon | eb70ba3 | 2019-11-01 12:01:13 +0000 | [diff] [blame] | 35 | <name>feature-simulators</name> |
liamfallon | 0237fe0 | 2019-05-16 09:39:24 +0000 | [diff] [blame] | 36 | |
liamfallon | eb70ba3 | 2019-11-01 12:01:13 +0000 | [diff] [blame] | 37 | <dependencies> |
| 38 | <dependency> |
| 39 | <groupId>junit</groupId> |
| 40 | <artifactId>junit</artifactId> |
| 41 | <scope>test</scope> |
| 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>org.mockito</groupId> |
| 45 | <artifactId>mockito-core</artifactId> |
liamfallon | eb70ba3 | 2019-11-01 12:01:13 +0000 | [diff] [blame] | 46 | <scope>test</scope> |
| 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>org.onap.policy.common</groupId> |
| 50 | <artifactId>policy-endpoints</artifactId> |
| 51 | <version>${policy.common.version}</version> |
| 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 55 | <artifactId>policy-utils</artifactId> |
| 56 | <version>${project.version}</version> |
| 57 | </dependency> |
liamfallon | eb70ba3 | 2019-11-01 12:01:13 +0000 | [diff] [blame] | 58 | |
| 59 | </dependencies> |
Charles Cole | c8e0ec6 | 2017-12-14 08:59:26 -0600 | [diff] [blame] | 60 | </project> |