Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
Guo Ruijing | 6abeb29 | 2017-07-28 08:23:01 +0000 | [diff] [blame] | 4 | ONAP Policy Engine - Drools PDP |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 5 | ================================================================================ |
jhh | 13ab17b | 2021-02-05 16:05:50 -0600 | [diff] [blame] | 6 | Copyright (C) 2017, 2019-2021 AT&T Intellectual Property. All rights reserved. |
adheli.tavares | 9133dab | 2024-07-19 12:04:46 +0100 | [diff] [blame] | 7 | Modifications Copyright (C) 2023-2024 Nordix Foundation. |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 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 |
jhh | 13ab17b | 2021-02-05 16:05:50 -0600 | [diff] [blame] | 12 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 13 | http://www.apache.org/licenses/LICENSE-2.0 |
jhh | 13ab17b | 2021-02-05 16:05:50 -0600 | [diff] [blame] | 14 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 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 | |
Jorge Hernandez | 897ba35 | 2019-02-12 07:28:18 -0600 | [diff] [blame] | 23 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 24 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 25 | <modelVersion>4.0.0</modelVersion> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 26 | |
Jorge Hernandez | 897ba35 | 2019-02-12 07:28:18 -0600 | [diff] [blame] | 27 | <artifactId>policy-utils</artifactId> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 28 | |
Jorge Hernandez | 897ba35 | 2019-02-12 07:28:18 -0600 | [diff] [blame] | 29 | <parent> |
| 30 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 31 | <artifactId>drools-pdp</artifactId> |
rameshiyer27 | c295ebc | 2024-07-12 14:00:41 +0000 | [diff] [blame] | 32 | <version>3.0.1-SNAPSHOT</version> |
Jorge Hernandez | 897ba35 | 2019-02-12 07:28:18 -0600 | [diff] [blame] | 33 | </parent> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 34 | |
Jorge Hernandez | 897ba35 | 2019-02-12 07:28:18 -0600 | [diff] [blame] | 35 | <dependencies> |
Pamela Dragosh | a0e0c78 | 2018-09-28 04:58:26 -0400 | [diff] [blame] | 36 | <dependency> |
| 37 | <groupId>ch.qos.logback</groupId> |
| 38 | <artifactId>logback-classic</artifactId> |
Jorge Hernandez | 897ba35 | 2019-02-12 07:28:18 -0600 | [diff] [blame] | 39 | </dependency> |
Pamela Dragosh | a0e0c78 | 2018-09-28 04:58:26 -0400 | [diff] [blame] | 40 | <dependency> |
jhh | 13ab17b | 2021-02-05 16:05:50 -0600 | [diff] [blame] | 41 | <groupId>com.openpojo</groupId> |
| 42 | <artifactId>openpojo</artifactId> |
| 43 | <scope>test</scope> |
| 44 | </dependency> |
| 45 | <dependency> |
Jorge Hernandez | 897ba35 | 2019-02-12 07:28:18 -0600 | [diff] [blame] | 46 | <groupId>org.apache.commons</groupId> |
| 47 | <artifactId>commons-configuration2</artifactId> |
adheli.tavares | f6d8e60 | 2024-08-01 14:00:57 +0100 | [diff] [blame] | 48 | <version>2.11.0</version> |
Jorge Hernandez | 897ba35 | 2019-02-12 07:28:18 -0600 | [diff] [blame] | 49 | </dependency> |
jhh | baa4e92 | 2020-01-30 18:57:13 -0600 | [diff] [blame] | 50 | <dependency> |
| 51 | <groupId>org.onap.policy.common</groupId> |
| 52 | <artifactId>gson</artifactId> |
| 53 | <version>${policy.common.version}</version> |
| 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>org.projectlombok</groupId> |
| 57 | <artifactId>lombok</artifactId> |
| 58 | <scope>provided</scope> |
| 59 | </dependency> |
| 60 | <dependency> |
| 61 | <groupId>org.onap.policy.models</groupId> |
| 62 | <artifactId>policy-models-tosca</artifactId> |
| 63 | <version>${policy.models.version}</version> |
| 64 | </dependency> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 65 | <dependency> |
| 66 | <groupId>com.google.guava</groupId> |
| 67 | <artifactId>guava</artifactId> |
| 68 | </dependency> |
| 69 | <dependency> |
adheli.tavares | 4ec2293 | 2024-07-24 14:52:55 +0100 | [diff] [blame] | 70 | <groupId>net.jimblackler.jsonschemafriend</groupId> |
| 71 | <artifactId>core</artifactId> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 72 | </dependency> |
adheli.tavares | c274fd4 | 2024-09-17 14:19:51 +0100 | [diff] [blame^] | 73 | <dependency> |
| 74 | <groupId>org.springframework</groupId> |
| 75 | <artifactId>spring-test</artifactId> |
| 76 | </dependency> |
Pamela Dragosh | a0e0c78 | 2018-09-28 04:58:26 -0400 | [diff] [blame] | 77 | </dependencies> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 78 | </project> |