blob: 09c4e1426fbf057f91150a9b62a52be295435c79 [file] [log] [blame]
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ============LICENSE_START=======================================================
Guo Ruijing6abeb292017-07-28 08:23:01 +00004 ONAP Policy Engine - Drools PDP
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05005 ================================================================================
jhh13ab17b2021-02-05 16:05:50 -06006 Copyright (C) 2017, 2019-2021 AT&T Intellectual Property. All rights reserved.
adheli.tavares9133dab2024-07-19 12:04:46 +01007 Modifications Copyright (C) 2023-2024 Nordix Foundation.
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05008 ================================================================================
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
jhh13ab17b2021-02-05 16:05:50 -060012
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050013 http://www.apache.org/licenses/LICENSE-2.0
jhh13ab17b2021-02-05 16:05:50 -060014
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050015 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 Hernandez897ba352019-02-12 07:28:18 -060023<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 Dragosh0e16acf2017-02-14 19:45:48 -050026
Jorge Hernandez897ba352019-02-12 07:28:18 -060027 <artifactId>policy-utils</artifactId>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050028
Jorge Hernandez897ba352019-02-12 07:28:18 -060029 <parent>
30 <groupId>org.onap.policy.drools-pdp</groupId>
31 <artifactId>drools-pdp</artifactId>
rameshiyer27c295ebc2024-07-12 14:00:41 +000032 <version>3.0.1-SNAPSHOT</version>
Jorge Hernandez897ba352019-02-12 07:28:18 -060033 </parent>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050034
Jorge Hernandez897ba352019-02-12 07:28:18 -060035 <dependencies>
Pamela Dragosha0e0c782018-09-28 04:58:26 -040036 <dependency>
37 <groupId>ch.qos.logback</groupId>
38 <artifactId>logback-classic</artifactId>
Jorge Hernandez897ba352019-02-12 07:28:18 -060039 </dependency>
Pamela Dragosha0e0c782018-09-28 04:58:26 -040040 <dependency>
jhh13ab17b2021-02-05 16:05:50 -060041 <groupId>com.openpojo</groupId>
42 <artifactId>openpojo</artifactId>
43 <scope>test</scope>
44 </dependency>
45 <dependency>
Jorge Hernandez897ba352019-02-12 07:28:18 -060046 <groupId>org.apache.commons</groupId>
47 <artifactId>commons-configuration2</artifactId>
adheli.tavaresf6d8e602024-08-01 14:00:57 +010048 <version>2.11.0</version>
Jorge Hernandez897ba352019-02-12 07:28:18 -060049 </dependency>
jhhbaa4e922020-01-30 18:57:13 -060050 <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.tavares396f6022023-08-07 16:01:21 -040065 <dependency>
66 <groupId>com.google.guava</groupId>
67 <artifactId>guava</artifactId>
68 </dependency>
69 <dependency>
adheli.tavares4ec22932024-07-24 14:52:55 +010070 <groupId>net.jimblackler.jsonschemafriend</groupId>
71 <artifactId>core</artifactId>
adheli.tavares396f6022023-08-07 16:01:21 -040072 </dependency>
adheli.tavaresc274fd42024-09-17 14:19:51 +010073 <dependency>
74 <groupId>org.springframework</groupId>
75 <artifactId>spring-test</artifactId>
76 </dependency>
Pamela Dragosha0e0c782018-09-28 04:58:26 -040077 </dependencies>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050078</project>