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 | |
liamfallon | 9920020 | 2018-10-31 16:00:08 +0000 | [diff] [blame] | 24 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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] | 25 | <modelVersion>4.0.0</modelVersion> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 26 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 27 | <artifactId>policy-core</artifactId> |
| 28 | <parent> |
| 29 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 30 | <artifactId>drools-pdp</artifactId> |
liamfallon | ef2a86a | 2022-12-15 16:19:36 +0000 | [diff] [blame] | 31 | <version>1.12.1-SNAPSHOT</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 32 | </parent> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 33 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 34 | <dependencies> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 35 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 36 | <dependency> |
| 37 | <groupId>org.codehaus.plexus</groupId> |
| 38 | <artifactId>plexus-utils</artifactId> |
Bruno Sakoto | e9b60c3 | 2019-10-10 10:02:21 -0400 | [diff] [blame] | 39 | </dependency> |
| 40 | |
| 41 | <dependency> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 42 | <groupId>org.kie</groupId> |
| 43 | <artifactId>kie-api</artifactId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 44 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 45 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 46 | <dependency> |
Joseph Chou | db12e7c | 2020-03-25 18:12:12 -0400 | [diff] [blame] | 47 | <groupId>org.apache.ant</groupId> |
| 48 | <artifactId>ant</artifactId> |
liamfallon | 1a7d925 | 2022-01-18 09:16:06 +0000 | [diff] [blame] | 49 | <version>1.10.12</version> |
Joseph Chou | db12e7c | 2020-03-25 18:12:12 -0400 | [diff] [blame] | 50 | </dependency> |
| 51 | |
| 52 | <dependency> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 53 | <groupId>org.kie</groupId> |
| 54 | <artifactId>kie-ci</artifactId> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 55 | <!-- |
| 56 | Issue: 2 of 2 |
| 57 | Excluding these 2 dependencies in order to force upgrade security fixes |
| 58 | identified. As declared above. Any changes here should be reflected above |
| 59 | and vice versa. |
| 60 | --> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 61 | <exclusions> |
| 62 | <exclusion> |
| 63 | <groupId>org.codehaus.plexus</groupId> |
| 64 | <artifactId>plexus-utils</artifactId> |
| 65 | </exclusion> |
Joseph Chou | db12e7c | 2020-03-25 18:12:12 -0400 | [diff] [blame] | 66 | <exclusion> |
| 67 | <groupId>org.apache.ant</groupId> |
| 68 | <artifactId>ant</artifactId> |
| 69 | </exclusion> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 70 | </exclusions> |
| 71 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 72 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 73 | <dependency> |
| 74 | <groupId>org.drools</groupId> |
jhh | deaad07 | 2023-01-26 10:07:32 -0600 | [diff] [blame] | 75 | <artifactId>drools-engine</artifactId> |
| 76 | </dependency> |
| 77 | |
| 78 | <dependency> |
| 79 | <groupId>org.drools</groupId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 80 | <artifactId>drools-core</artifactId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 81 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 82 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 83 | <dependency> |
| 84 | <groupId>org.drools</groupId> |
jhh | deaad07 | 2023-01-26 10:07:32 -0600 | [diff] [blame] | 85 | <artifactId>drools-xml-support</artifactId> |
| 86 | </dependency> |
| 87 | |
| 88 | <dependency> |
| 89 | <groupId>org.drools</groupId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 90 | <artifactId>drools-persistence-jpa</artifactId> |
Jim Hahn | 6127b4d | 2021-02-09 11:01:43 -0500 | [diff] [blame] | 91 | <!-- |
| 92 | Exclude this because it's incompatible with eclipselink, which already |
| 93 | includes the same classes. |
| 94 | --> |
| 95 | <exclusions> |
| 96 | <exclusion> |
| 97 | <groupId>javax.persistence</groupId> |
| 98 | <artifactId>javax.persistence-api</artifactId> |
| 99 | </exclusion> |
| 100 | </exclusions> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 101 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 102 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 103 | <dependency> |
| 104 | <groupId>org.onap.policy.common</groupId> |
| 105 | <artifactId>capabilities</artifactId> |
ramverma | 5bf8486 | 2018-10-24 19:35:48 +0100 | [diff] [blame] | 106 | <version>${policy.common.version}</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 107 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 108 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 109 | <dependency> |
| 110 | <groupId>org.onap.policy.common</groupId> |
| 111 | <artifactId>utils</artifactId> |
ramverma | 5bf8486 | 2018-10-24 19:35:48 +0100 | [diff] [blame] | 112 | <version>${policy.common.version}</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 113 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 114 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 115 | <dependency> |
| 116 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 117 | <artifactId>policy-utils</artifactId> |
| 118 | <version>${project.version}</version> |
| 119 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 120 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 121 | <dependency> |
Jim Hahn | a156cf3 | 2019-08-05 15:27:16 -0400 | [diff] [blame] | 122 | <groupId>org.projectlombok</groupId> |
| 123 | <artifactId>lombok</artifactId> |
| 124 | <scope>provided</scope> |
| 125 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 126 | |
Jim Hahn | a156cf3 | 2019-08-05 15:27:16 -0400 | [diff] [blame] | 127 | <dependency> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 128 | <groupId>junit</groupId> |
| 129 | <artifactId>junit</artifactId> |
| 130 | <scope>test</scope> |
| 131 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 132 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 133 | <dependency> |
liamfallon | 340292f | 2023-01-31 10:44:23 +0000 | [diff] [blame^] | 134 | <groupId>org.mockito</groupId> |
| 135 | <artifactId>mockito-core</artifactId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 136 | <scope>test</scope> |
| 137 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 138 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 139 | <dependency> |
Jim Hahn | 7e4d309 | 2019-01-08 17:48:31 -0500 | [diff] [blame] | 140 | <groupId>org.assertj</groupId> |
| 141 | <artifactId>assertj-core</artifactId> |
Jim Hahn | 7e4d309 | 2019-01-08 17:48:31 -0500 | [diff] [blame] | 142 | <scope>test</scope> |
| 143 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 144 | |
Jim Hahn | 7e4d309 | 2019-01-08 17:48:31 -0500 | [diff] [blame] | 145 | <dependency> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 146 | <groupId>org.onap.policy.common</groupId> |
| 147 | <artifactId>utils-test</artifactId> |
ramverma | 5bf8486 | 2018-10-24 19:35:48 +0100 | [diff] [blame] | 148 | <version>${policy.common.version}</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 149 | <scope>test</scope> |
| 150 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 151 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 152 | </dependencies> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 153 | </project> |