blob: 8cbef405880ff4804e0cb9dd8e9839272b04e727 [file] [log] [blame]
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ============LICENSE_START=======================================================
Guo Ruijing6abeb292017-07-28 08:23:01 +00004 ONAP Policy Engine - Drools PDP
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05005 ================================================================================
Jorge Hernandez19257102018-02-08 13:35:44 -06006 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05007 ================================================================================
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 Dragoshfd307be2018-08-28 18:10:51 -040022<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 Dragosh0e16acf2017-02-14 19:45:48 -050026
Pamela Dragoshfd307be2018-08-28 18:10:51 -040027 <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 Dragosh0e16acf2017-02-14 19:45:48 -050033
Pamela Dragoshfd307be2018-08-28 18:10:51 -040034 <properties>
35 <powermock.version>1.6.6</powermock.version>
36 </properties>
Jim Hahnd8a69092018-06-25 17:23:02 -040037
Pamela Dragoshfd307be2018-08-28 18:10:51 -040038
39 <dependencies>
Pamela Dragoshe0d71bb2018-02-22 11:58:47 -050040 <!--
41 Issue: 1 of 2
Pamela Dragosh2a6876b2018-09-04 11:18:15 -040042 These 3 dependencies are trying to upgrade security fixes
Pamela Dragoshe0d71bb2018-02-22 11:58:47 -050043 identified. If they are removed or manipulated then please
44 fix the 2nd change as noted below.
45 -->
Pamela Dragoshfd307be2018-08-28 18:10:51 -040046 <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 Dragosh2a6876b2018-09-04 11:18:15 -040055 <dependency>
56 <groupId>com.google.guava</groupId>
57 <artifactId>guava</artifactId>
58 </dependency>
Pamela Dragoshe0d71bb2018-02-22 11:58:47 -050059
Pamela Dragoshfd307be2018-08-28 18:10:51 -040060 <dependency>
61 <groupId>org.kie</groupId>
62 <artifactId>kie-api</artifactId>
Jim Hahn0e6b16b2018-09-11 10:11:29 -040063 <version>6.5.0.Final</version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040064 </dependency>
65 <dependency>
66 <groupId>org.kie</groupId>
67 <artifactId>kie-ci</artifactId>
Jim Hahn0e6b16b2018-09-11 10:11:29 -040068 <version>6.5.0.Final</version>
Pamela Dragoshe0d71bb2018-02-22 11:58:47 -050069 <!--
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 Dragoshfd307be2018-08-28 18:10:51 -040075 <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 Dragosh2a6876b2018-09-04 11:18:15 -040084 <exclusion>
85 <groupId>com.google.guava</groupId>
86 <artifactId>guava</artifactId>
87 </exclusion>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040088 </exclusions>
89 </dependency>
90 <dependency>
91 <groupId>org.drools</groupId>
92 <artifactId>drools-core</artifactId>
Jim Hahn0e6b16b2018-09-11 10:11:29 -040093 <version>6.5.0.Final</version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040094 </dependency>
95 <dependency>
96 <groupId>org.drools</groupId>
97 <artifactId>drools-persistence-jpa</artifactId>
Jim Hahn0e6b16b2018-09-11 10:11:29 -040098 <version>6.5.0.Final</version>
Pamela Dragoshfd307be2018-08-28 18:10:51 -040099 </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 Dragosh0e16acf2017-02-14 19:45:48 -0500133</project>