blob: 46c4b85d688fe468f2efc1a7236bb20f68b506d2 [file] [log] [blame]
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ============LICENSE_START=======================================================
jhh149df902021-03-09 10:01:17 -06004 ONAP
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05005 ================================================================================
jhhdeaad072023-01-26 10:07:32 -06006 Copyright (C) 2017-2021, 2023 AT&T Intellectual Property. All rights reserved.
Bruno Sakotoe9b60c32019-10-10 10:02:21 -04007 Modifications Copyright (C) 2019 Bell Canada.
liamfallon340292f2023-01-31 10:44:23 +00008 Modifications Copyright (C) 2020,2022-2023 Nordix Foundation.
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05009 ================================================================================
10 Licensed under the Apache License, Version 2.0 (the "License");
11 you may not use this file except in compliance with the License.
12 You may obtain a copy of the License at
RossCc50265a2020-06-30 15:57:07 +010013
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050014 http://www.apache.org/licenses/LICENSE-2.0
RossCc50265a2020-06-30 15:57:07 +010015
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050016 Unless required by applicable law or agreed to in writing, software
17 distributed under the License is distributed on an "AS IS" BASIS,
18 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 See the License for the specific language governing permissions and
20 limitations under the License.
21 ============LICENSE_END=========================================================
22 -->
23
adheli.tavares396f6022023-08-07 16:01:21 -040024<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Pamela Dragoshfd307be2018-08-28 18:10:51 -040026 <modelVersion>4.0.0</modelVersion>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050027
Pamela Dragoshfd307be2018-08-28 18:10:51 -040028 <artifactId>policy-core</artifactId>
29 <parent>
30 <groupId>org.onap.policy.drools-pdp</groupId>
31 <artifactId>drools-pdp</artifactId>
liamfallon5ad63682023-10-18 15:48:25 +010032 <version>2.0.2-SNAPSHOT</version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040033 </parent>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050034
Pamela Dragoshfd307be2018-08-28 18:10:51 -040035 <dependencies>
jhhf7222f82019-10-31 11:36:17 -050036
Pamela Dragoshfd307be2018-08-28 18:10:51 -040037 <dependency>
38 <groupId>org.codehaus.plexus</groupId>
39 <artifactId>plexus-utils</artifactId>
Bruno Sakotoe9b60c32019-10-10 10:02:21 -040040 </dependency>
41
42 <dependency>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040043 <groupId>org.kie</groupId>
44 <artifactId>kie-api</artifactId>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040045 </dependency>
jhhf7222f82019-10-31 11:36:17 -050046
Pamela Dragoshfd307be2018-08-28 18:10:51 -040047 <dependency>
Joseph Choudb12e7c2020-03-25 18:12:12 -040048 <groupId>org.apache.ant</groupId>
49 <artifactId>ant</artifactId>
adheli.tavares396f6022023-08-07 16:01:21 -040050 <version>1.10.13</version>
Joseph Choudb12e7c2020-03-25 18:12:12 -040051 </dependency>
52
53 <dependency>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040054 <groupId>org.kie</groupId>
55 <artifactId>kie-ci</artifactId>
jhhf7222f82019-10-31 11:36:17 -050056 <!--
57 Issue: 2 of 2
58 Excluding these 2 dependencies in order to force upgrade security fixes
59 identified. As declared above. Any changes here should be reflected above
60 and vice versa.
61 -->
Pamela Dragoshfd307be2018-08-28 18:10:51 -040062 <exclusions>
63 <exclusion>
64 <groupId>org.codehaus.plexus</groupId>
65 <artifactId>plexus-utils</artifactId>
66 </exclusion>
Joseph Choudb12e7c2020-03-25 18:12:12 -040067 <exclusion>
68 <groupId>org.apache.ant</groupId>
69 <artifactId>ant</artifactId>
70 </exclusion>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040071 </exclusions>
72 </dependency>
jhhf7222f82019-10-31 11:36:17 -050073
Pamela Dragoshfd307be2018-08-28 18:10:51 -040074 <dependency>
75 <groupId>org.drools</groupId>
jhhdeaad072023-01-26 10:07:32 -060076 <artifactId>drools-engine</artifactId>
77 </dependency>
78
79 <dependency>
80 <groupId>org.drools</groupId>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040081 <artifactId>drools-core</artifactId>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040082 </dependency>
jhhf7222f82019-10-31 11:36:17 -050083
Pamela Dragoshfd307be2018-08-28 18:10:51 -040084 <dependency>
85 <groupId>org.drools</groupId>
jhhdeaad072023-01-26 10:07:32 -060086 <artifactId>drools-xml-support</artifactId>
87 </dependency>
88
89 <dependency>
90 <groupId>org.drools</groupId>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040091 <artifactId>drools-persistence-jpa</artifactId>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040092 </dependency>
jhhf7222f82019-10-31 11:36:17 -050093
Pamela Dragoshfd307be2018-08-28 18:10:51 -040094 <dependency>
95 <groupId>org.onap.policy.common</groupId>
96 <artifactId>capabilities</artifactId>
ramverma5bf84862018-10-24 19:35:48 +010097 <version>${policy.common.version}</version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040098 </dependency>
jhhf7222f82019-10-31 11:36:17 -050099
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400100 <dependency>
101 <groupId>org.onap.policy.common</groupId>
102 <artifactId>utils</artifactId>
ramverma5bf84862018-10-24 19:35:48 +0100103 <version>${policy.common.version}</version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400104 </dependency>
jhhf7222f82019-10-31 11:36:17 -0500105
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400106 <dependency>
107 <groupId>org.onap.policy.drools-pdp</groupId>
108 <artifactId>policy-utils</artifactId>
109 <version>${project.version}</version>
110 </dependency>
jhhf7222f82019-10-31 11:36:17 -0500111
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400112 <dependency>
Jim Hahna156cf32019-08-05 15:27:16 -0400113 <groupId>org.projectlombok</groupId>
114 <artifactId>lombok</artifactId>
115 <scope>provided</scope>
116 </dependency>
jhhf7222f82019-10-31 11:36:17 -0500117
adheli.tavares396f6022023-08-07 16:01:21 -0400118 <!-- Provided dependencies -->
Jim Hahna156cf32019-08-05 15:27:16 -0400119 <dependency>
adheli.tavares396f6022023-08-07 16:01:21 -0400120 <groupId>com.sun.xml.bind</groupId>
121 <artifactId>jaxb-xjc</artifactId>
122 <version>4.0.3</version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400123 </dependency>
124 <dependency>
adheli.tavares396f6022023-08-07 16:01:21 -0400125 <groupId>com.sun.xml.bind</groupId>
126 <artifactId>jaxb-core</artifactId>
127 <version>4.0.3</version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400128 </dependency>
129 <dependency>
adheli.tavares396f6022023-08-07 16:01:21 -0400130 <groupId>com.sun.xml.bind</groupId>
131 <artifactId>jaxb-impl</artifactId>
132 <version>4.0.3</version>
Jim Hahn7e4d3092019-01-08 17:48:31 -0500133 </dependency>
134 <dependency>
adheli.tavares396f6022023-08-07 16:01:21 -0400135 <groupId>jakarta.activation</groupId>
136 <artifactId>jakarta.activation-api</artifactId>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400137 </dependency>
adheli.tavares396f6022023-08-07 16:01:21 -0400138 <dependency>
139 <groupId>jakarta.inject</groupId>
140 <artifactId>jakarta.inject-api</artifactId>
141 </dependency>
142 <dependency>
143 <groupId>jakarta.xml.bind</groupId>
144 <artifactId>jakarta.xml.bind-api</artifactId>
145 </dependency>
Pamela Dragoshfd307be2018-08-28 18:10:51 -0400146 </dependencies>
adheli.tavares396f6022023-08-07 16:01:21 -0400147
Pamela Dragosh0e16acf2017-02-14 19:45:48 -0500148</project>