Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
Guo Ruijing | 6abeb29 | 2017-07-28 08:23:01 +0000 | [diff] [blame] | 4 | ONAP Policy Engine - Drools PDP |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 5 | ================================================================================ |
Jorge Hernandez | 1925710 | 2018-02-08 13:35:44 -0600 | [diff] [blame] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 7 | ================================================================================ |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | ============LICENSE_END========================================================= |
| 20 | --> |
| 21 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 22 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 23 | 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 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> |
| 31 | <version>1.3.0-SNAPSHOT</version> |
| 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 | <properties> |
| 35 | <powermock.version>1.6.6</powermock.version> |
| 36 | </properties> |
Jim Hahn | d8a6909 | 2018-06-25 17:23:02 -0400 | [diff] [blame] | 37 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 38 | |
| 39 | <dependencies> |
Pamela Dragosh | e0d71bb | 2018-02-22 11:58:47 -0500 | [diff] [blame] | 40 | <!-- |
| 41 | Issue: 1 of 2 |
Pamela Dragosh | 2a6876b | 2018-09-04 11:18:15 -0400 | [diff] [blame^] | 42 | These 3 dependencies are trying to upgrade security fixes |
Pamela Dragosh | e0d71bb | 2018-02-22 11:58:47 -0500 | [diff] [blame] | 43 | identified. If they are removed or manipulated then please |
| 44 | fix the 2nd change as noted below. |
| 45 | --> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 46 | <dependency> |
| 47 | <groupId>org.codehaus.plexus</groupId> |
| 48 | <artifactId>plexus-utils</artifactId> |
| 49 | <version>3.0.24</version> |
| 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>com.thoughtworks.xstream</groupId> |
| 53 | <artifactId>xstream</artifactId> |
| 54 | </dependency> |
Pamela Dragosh | 2a6876b | 2018-09-04 11:18:15 -0400 | [diff] [blame^] | 55 | <dependency> |
| 56 | <groupId>com.google.guava</groupId> |
| 57 | <artifactId>guava</artifactId> |
| 58 | </dependency> |
Pamela Dragosh | e0d71bb | 2018-02-22 11:58:47 -0500 | [diff] [blame] | 59 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 60 | <dependency> |
| 61 | <groupId>org.kie</groupId> |
| 62 | <artifactId>kie-api</artifactId> |
| 63 | <version>6.5.0.Final</version> |
| 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>org.kie</groupId> |
| 67 | <artifactId>kie-ci</artifactId> |
| 68 | <version>6.5.0.Final</version> |
Pamela Dragosh | e0d71bb | 2018-02-22 11:58:47 -0500 | [diff] [blame] | 69 | <!-- |
| 70 | Issue: 2 of 2 |
| 71 | Excluding these 2 dependencies in order to force upgrade security fixes |
| 72 | identified. As declared above. Any changes here should be reflected above |
| 73 | and vice versa. |
| 74 | --> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 75 | <exclusions> |
| 76 | <exclusion> |
| 77 | <groupId>org.codehaus.plexus</groupId> |
| 78 | <artifactId>plexus-utils</artifactId> |
| 79 | </exclusion> |
| 80 | <exclusion> |
| 81 | <groupId>com.thoughtworks.xstream</groupId> |
| 82 | <artifactId>xstream</artifactId> |
| 83 | </exclusion> |
Pamela Dragosh | 2a6876b | 2018-09-04 11:18:15 -0400 | [diff] [blame^] | 84 | <exclusion> |
| 85 | <groupId>com.google.guava</groupId> |
| 86 | <artifactId>guava</artifactId> |
| 87 | </exclusion> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 88 | </exclusions> |
| 89 | </dependency> |
| 90 | <dependency> |
| 91 | <groupId>org.drools</groupId> |
| 92 | <artifactId>drools-core</artifactId> |
| 93 | <version>6.5.0.Final</version> |
| 94 | </dependency> |
| 95 | <dependency> |
| 96 | <groupId>org.drools</groupId> |
| 97 | <artifactId>drools-persistence-jpa</artifactId> |
| 98 | <version>6.5.0.Final</version> |
| 99 | </dependency> |
| 100 | <dependency> |
| 101 | <groupId>org.onap.policy.common</groupId> |
| 102 | <artifactId>capabilities</artifactId> |
| 103 | <version>${project.version}</version> |
| 104 | </dependency> |
| 105 | <dependency> |
| 106 | <groupId>org.onap.policy.common</groupId> |
| 107 | <artifactId>utils</artifactId> |
| 108 | <version>${project.version}</version> |
| 109 | </dependency> |
| 110 | <dependency> |
| 111 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 112 | <artifactId>policy-utils</artifactId> |
| 113 | <version>${project.version}</version> |
| 114 | </dependency> |
| 115 | <dependency> |
| 116 | <groupId>junit</groupId> |
| 117 | <artifactId>junit</artifactId> |
| 118 | <scope>test</scope> |
| 119 | </dependency> |
| 120 | <dependency> |
| 121 | <groupId>org.powermock</groupId> |
| 122 | <artifactId>powermock-api-mockito</artifactId> |
| 123 | <version>${powermock.version}</version> |
| 124 | <scope>test</scope> |
| 125 | </dependency> |
| 126 | <dependency> |
| 127 | <groupId>org.onap.policy.common</groupId> |
| 128 | <artifactId>utils-test</artifactId> |
| 129 | <version>${project.version}</version> |
| 130 | <scope>test</scope> |
| 131 | </dependency> |
| 132 | </dependencies> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 133 | </project> |