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 | ================================================================================ |
Jim Hahn | 6127b4d | 2021-02-09 11:01:43 -0500 | [diff] [blame] | 6 | Copyright (C) 2017-2021 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 | 1a7d925 | 2022-01-18 09:16:06 +0000 | [diff] [blame] | 8 | Modifications Copyright (C) 2020,2022 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 | 91cb634 | 2022-04-12 21:34:56 +0100 | [diff] [blame^] | 31 | <version>1.10.3-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> |
| 75 | <artifactId>drools-core</artifactId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 76 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 77 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 78 | <dependency> |
| 79 | <groupId>org.drools</groupId> |
| 80 | <artifactId>drools-persistence-jpa</artifactId> |
Jim Hahn | 6127b4d | 2021-02-09 11:01:43 -0500 | [diff] [blame] | 81 | <!-- |
| 82 | Exclude this because it's incompatible with eclipselink, which already |
| 83 | includes the same classes. |
| 84 | --> |
| 85 | <exclusions> |
| 86 | <exclusion> |
| 87 | <groupId>javax.persistence</groupId> |
| 88 | <artifactId>javax.persistence-api</artifactId> |
| 89 | </exclusion> |
| 90 | </exclusions> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 91 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 92 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 93 | <dependency> |
| 94 | <groupId>org.onap.policy.common</groupId> |
| 95 | <artifactId>capabilities</artifactId> |
ramverma | 5bf8486 | 2018-10-24 19:35:48 +0100 | [diff] [blame] | 96 | <version>${policy.common.version}</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 97 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 98 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 99 | <dependency> |
| 100 | <groupId>org.onap.policy.common</groupId> |
| 101 | <artifactId>utils</artifactId> |
ramverma | 5bf8486 | 2018-10-24 19:35:48 +0100 | [diff] [blame] | 102 | <version>${policy.common.version}</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 103 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 104 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 105 | <dependency> |
| 106 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 107 | <artifactId>policy-utils</artifactId> |
| 108 | <version>${project.version}</version> |
| 109 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 110 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 111 | <dependency> |
Jim Hahn | a156cf3 | 2019-08-05 15:27:16 -0400 | [diff] [blame] | 112 | <groupId>org.projectlombok</groupId> |
| 113 | <artifactId>lombok</artifactId> |
| 114 | <scope>provided</scope> |
| 115 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 116 | |
Jim Hahn | a156cf3 | 2019-08-05 15:27:16 -0400 | [diff] [blame] | 117 | <dependency> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 118 | <groupId>junit</groupId> |
| 119 | <artifactId>junit</artifactId> |
| 120 | <scope>test</scope> |
| 121 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 122 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 123 | <dependency> |
| 124 | <groupId>org.powermock</groupId> |
Hockla, Ali (ah999m) | 956a7b5 | 2020-01-13 14:11:46 -0600 | [diff] [blame] | 125 | <artifactId>powermock-api-mockito2</artifactId> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 126 | <scope>test</scope> |
| 127 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 128 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 129 | <dependency> |
Jim Hahn | 7e4d309 | 2019-01-08 17:48:31 -0500 | [diff] [blame] | 130 | <groupId>org.assertj</groupId> |
| 131 | <artifactId>assertj-core</artifactId> |
Jim Hahn | 7e4d309 | 2019-01-08 17:48:31 -0500 | [diff] [blame] | 132 | <scope>test</scope> |
| 133 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 134 | |
Jim Hahn | 7e4d309 | 2019-01-08 17:48:31 -0500 | [diff] [blame] | 135 | <dependency> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 136 | <groupId>org.onap.policy.common</groupId> |
| 137 | <artifactId>utils-test</artifactId> |
ramverma | 5bf8486 | 2018-10-24 19:35:48 +0100 | [diff] [blame] | 138 | <version>${policy.common.version}</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 139 | <scope>test</scope> |
| 140 | </dependency> |
jhh | f7222f8 | 2019-10-31 11:36:17 -0500 | [diff] [blame] | 141 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 142 | </dependencies> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 143 | </project> |