Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
jhh | 149df90 | 2021-03-09 10:01:17 -0600 | [diff] [blame] | 4 | ONAP |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 5 | ================================================================================ |
jhh | deaad07 | 2023-01-26 10:07:32 -0600 | [diff] [blame] | 6 | Copyright (C) 2017-2021, 2023 AT&T Intellectual Property. All rights reserved. |
Bruno Sakoto | e9b60c3 | 2019-10-10 10:02:21 -0400 | [diff] [blame] | 7 | Modifications Copyright (C) 2019 Bell Canada. |
liamfallon | 340292f | 2023-01-31 10:44:23 +0000 | [diff] [blame] | 8 | Modifications Copyright (C) 2020,2022-2023 Nordix Foundation. |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 9 | ================================================================================ |
| 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 |
RossC | c50265a | 2020-06-30 15:57:07 +0100 | [diff] [blame] | 13 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 14 | http://www.apache.org/licenses/LICENSE-2.0 |
RossC | c50265a | 2020-06-30 15:57:07 +0100 | [diff] [blame] | 15 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 16 | 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.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 24 | <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 Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 26 | <modelVersion>4.0.0</modelVersion> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 27 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 28 | <artifactId>policy-core</artifactId> |
| 29 | <parent> |
| 30 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 31 | <artifactId>drools-pdp</artifactId> |
liamfallon | 5ad6368 | 2023-10-18 15:48:25 +0100 | [diff] [blame] | 32 | <version>2.0.2-SNAPSHOT</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 33 | </parent> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 34 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 35 | <dependencies> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 36 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 37 | <dependency> |
| 38 | <groupId>org.codehaus.plexus</groupId> |
| 39 | <artifactId>plexus-utils</artifactId> |
Bruno Sakoto | e9b60c3 | 2019-10-10 10:02:21 -0400 | [diff] [blame] | 40 | </dependency> |
| 41 | |
| 42 | <dependency> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 43 | <groupId>org.kie</groupId> |
| 44 | <artifactId>kie-api</artifactId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 45 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 46 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 47 | <dependency> |
Joseph Chou | db12e7c | 2020-03-25 18:12:12 -0400 | [diff] [blame] | 48 | <groupId>org.apache.ant</groupId> |
| 49 | <artifactId>ant</artifactId> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 50 | <version>1.10.13</version> |
Joseph Chou | db12e7c | 2020-03-25 18:12:12 -0400 | [diff] [blame] | 51 | </dependency> |
| 52 | |
| 53 | <dependency> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 54 | <groupId>org.kie</groupId> |
| 55 | <artifactId>kie-ci</artifactId> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 56 | <!-- |
| 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 Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 62 | <exclusions> |
| 63 | <exclusion> |
| 64 | <groupId>org.codehaus.plexus</groupId> |
| 65 | <artifactId>plexus-utils</artifactId> |
| 66 | </exclusion> |
Joseph Chou | db12e7c | 2020-03-25 18:12:12 -0400 | [diff] [blame] | 67 | <exclusion> |
| 68 | <groupId>org.apache.ant</groupId> |
| 69 | <artifactId>ant</artifactId> |
| 70 | </exclusion> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 71 | </exclusions> |
| 72 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 73 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 74 | <dependency> |
| 75 | <groupId>org.drools</groupId> |
jhh | deaad07 | 2023-01-26 10:07:32 -0600 | [diff] [blame] | 76 | <artifactId>drools-engine</artifactId> |
| 77 | </dependency> |
| 78 | |
| 79 | <dependency> |
| 80 | <groupId>org.drools</groupId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 81 | <artifactId>drools-core</artifactId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 82 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 83 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 84 | <dependency> |
| 85 | <groupId>org.drools</groupId> |
jhh | deaad07 | 2023-01-26 10:07:32 -0600 | [diff] [blame] | 86 | <artifactId>drools-xml-support</artifactId> |
| 87 | </dependency> |
| 88 | |
| 89 | <dependency> |
| 90 | <groupId>org.drools</groupId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 91 | <artifactId>drools-persistence-jpa</artifactId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 92 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 93 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 94 | <dependency> |
| 95 | <groupId>org.onap.policy.common</groupId> |
| 96 | <artifactId>capabilities</artifactId> |
ramverma | 5bf8486 | 2018-10-24 19:35:48 +0100 | [diff] [blame] | 97 | <version>${policy.common.version}</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 98 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 99 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 100 | <dependency> |
| 101 | <groupId>org.onap.policy.common</groupId> |
| 102 | <artifactId>utils</artifactId> |
ramverma | 5bf8486 | 2018-10-24 19:35:48 +0100 | [diff] [blame] | 103 | <version>${policy.common.version}</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 104 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 105 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 106 | <dependency> |
| 107 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 108 | <artifactId>policy-utils</artifactId> |
| 109 | <version>${project.version}</version> |
| 110 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 111 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 112 | <dependency> |
Jim Hahn | a156cf3 | 2019-08-05 15:27:16 -0400 | [diff] [blame] | 113 | <groupId>org.projectlombok</groupId> |
| 114 | <artifactId>lombok</artifactId> |
| 115 | <scope>provided</scope> |
| 116 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 117 | |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 118 | <!-- Provided dependencies --> |
Jim Hahn | a156cf3 | 2019-08-05 15:27:16 -0400 | [diff] [blame] | 119 | <dependency> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 120 | <groupId>com.sun.xml.bind</groupId> |
| 121 | <artifactId>jaxb-xjc</artifactId> |
| 122 | <version>4.0.3</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 123 | </dependency> |
| 124 | <dependency> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 125 | <groupId>com.sun.xml.bind</groupId> |
| 126 | <artifactId>jaxb-core</artifactId> |
| 127 | <version>4.0.3</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 128 | </dependency> |
| 129 | <dependency> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 130 | <groupId>com.sun.xml.bind</groupId> |
| 131 | <artifactId>jaxb-impl</artifactId> |
| 132 | <version>4.0.3</version> |
Jim Hahn | 7e4d309 | 2019-01-08 17:48:31 -0500 | [diff] [blame] | 133 | </dependency> |
| 134 | <dependency> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 135 | <groupId>jakarta.activation</groupId> |
| 136 | <artifactId>jakarta.activation-api</artifactId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 137 | </dependency> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 138 | <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 Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 146 | </dependencies> |
adheli.tavares | 396f602 | 2023-08-07 16:01:21 -0400 | [diff] [blame] | 147 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 148 | </project> |