2 ============LICENSE_START=======================================================
4 ================================================================================
5 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
6 ================================================================================
7 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at
11 http://www.apache.org/licenses/LICENSE-2.0
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 ============LICENSE_END=========================================================
20 <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/xsd/maven-4.0.0.xsd">
21 <modelVersion>4.0.0</modelVersion>
23 <groupId>org.onap.policy.engine</groupId>
24 <artifactId>PolicyEngineSuite</artifactId>
25 <version>1.4.0-SNAPSHOT</version>
27 <artifactId>POLICY-SDK-APP</artifactId>
28 <packaging>war</packaging>
32 <artifactId>maven-war-plugin</artifactId>
34 <attachClasses>true</attachClasses>
35 <!-- <warSourceDirectory>WebContent</warSourceDirectory> -->
36 <failOnMissingWebXml>false</failOnMissingWebXml>
40 <artifactId>maven-compiler-plugin</artifactId>
47 <groupId>org.apache.maven.plugins</groupId>
48 <artifactId>maven-surefire-plugin</artifactId>
50 <skipTests>${skiptests}</skipTests>
52 <include>**/Test*.java</include>
53 <include>**/*Test.java</include>
54 <include>**/*TestCase.java</include>
56 <additionalClasspathElements>
57 <additionalClasspathElement>${basedir}/war</additionalClasspathElement>
58 </additionalClasspathElements>
59 <systemPropertyVariables>
60 <container.classpath>classpath:</container.classpath>
61 </systemPropertyVariables>
67 <encoding>UTF-8</encoding>
68 <epsdk.version>2.4.0</epsdk.version>
69 <springframework.version>4.2.0.RELEASE</springframework.version>
70 <hibernate.version>4.3.11.Final</hibernate.version>
71 <logback.version>1.2.3</logback.version>
72 <skipassembly>true</skipassembly>
73 <skiptests>false</skiptests>
74 <!-- When ONAP brings back Javascript requirement for code coverage, let's move back to this exclusion. Keeping for reference. -->
75 <!-- sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs.bower_components/**/*</sonar.exclusions -->
76 <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/**/*</sonar.exclusions>
80 <groupId>ch.qos.logback</groupId>
81 <artifactId>logback-classic</artifactId>
84 <groupId>com.h2database</groupId>
85 <artifactId>h2</artifactId>
89 <groupId>org.onap.portal.sdk</groupId>
90 <artifactId>epsdk-core</artifactId>
91 <version>${epsdk.version}</version>
94 <groupId>mysql</groupId>
95 <artifactId>mysql-connector-java</artifactId>
98 <groupId>com.thoughtworks.xstream</groupId>
99 <artifactId>xstream</artifactId>
101 <!-- Added exclusions to fix issue with duplicate jars of different versions -->
103 <groupId>org.springframework</groupId>
104 <artifactId>spring-core</artifactId>
107 <groupId>org.springframework</groupId>
108 <artifactId>spring-web</artifactId>
111 <groupId>org.springframework</groupId>
112 <artifactId>spring-webmvc</artifactId>
118 <groupId>org.springframework</groupId>
119 <artifactId>spring-core</artifactId>
120 <version>${springframework.version}</version>
123 <groupId>commons-logging</groupId>
124 <artifactId>commons-logging</artifactId>
129 <groupId>org.springframework</groupId>
130 <artifactId>spring-test</artifactId>
131 <version>${springframework.version}</version>
134 <groupId>org.springframework</groupId>
135 <artifactId>spring-web</artifactId>
136 <version>${springframework.version}</version>
139 <groupId>org.springframework</groupId>
140 <artifactId>spring-webmvc</artifactId>
141 <version>${springframework.version}</version>
144 <groupId>org.springframework</groupId>
145 <artifactId>spring-tx</artifactId>
146 <version>${springframework.version}</version>
149 <groupId>org.springframework</groupId>
150 <artifactId>spring-context-support</artifactId>
151 <version>${springframework.version}</version>
155 <groupId>org.hibernate</groupId>
156 <artifactId>hibernate-core</artifactId>
157 <version>${hibernate.version}</version>
160 <groupId>org.hibernate</groupId>
161 <artifactId>hibernate-validator</artifactId>
162 <version>5.4.2.Final</version>
166 <groupId>com.sun.mail</groupId>
167 <artifactId>javax.mail</artifactId>
168 <version>1.6.2</version>
172 <groupId>com.fasterxml.jackson.core</groupId>
173 <artifactId>jackson-annotations</artifactId>
174 <version>${jackson.version}</version>
177 <groupId>com.fasterxml.jackson.core</groupId>
178 <artifactId>jackson-core</artifactId>
179 <version>${jackson.version}</version>
182 <groupId>com.fasterxml.jackson.module</groupId>
183 <artifactId>jackson-module-jaxb-annotations</artifactId>
184 <version>${jackson.version}</version>
187 <groupId>com.fasterxml.jackson.module</groupId>
188 <artifactId>jackson-module-jsonSchema</artifactId>
189 <version>${jackson.version}</version>
192 <groupId>com.fasterxml.jackson.dataformat</groupId>
193 <artifactId>jackson-dataformat-xml</artifactId>
194 <version>${jackson.version}</version>
197 <groupId>com.google.code.gson</groupId>
198 <artifactId>gson</artifactId>
200 <!-- Elastic Search -->
202 <groupId>org.elasticsearch</groupId>
203 <artifactId>elasticsearch</artifactId>
204 <version>${elasticsearch.version}</version>
207 <groupId>org.json</groupId>
208 <artifactId>json</artifactId>
209 <version>20160212</version>
212 <groupId>io.searchbox</groupId>
213 <artifactId>jest</artifactId>
214 <version>2.0.0</version>
217 <groupId>commons-logging</groupId>
218 <artifactId>commons-logging</artifactId>
221 <groupId>org.apache.httpcomponents</groupId>
222 <artifactId>httpclient</artifactId>
227 <groupId>org.onap.policy.engine</groupId>
228 <artifactId>ONAP-PDP</artifactId>
229 <version>${project.version}</version>
232 <groupId>commons-logging</groupId>
233 <artifactId>commons-logging</artifactId>
236 <groupId>org.apache.httpcomponents</groupId>
237 <artifactId>httpcore</artifactId>
240 <groupId>com.att.aft</groupId>
241 <artifactId>dme2</artifactId>
246 <groupId>org.apache.commons</groupId>
247 <artifactId>commons-compress</artifactId>
248 <version>${commons.compress.version}</version>
251 <groupId>args4j</groupId>
252 <artifactId>args4j</artifactId>
253 <version>2.32</version>
256 <groupId>org.apache.poi</groupId>
257 <artifactId>poi</artifactId>
258 <version>3.17</version>
261 <groupId>org.apache.poi</groupId>
262 <artifactId>poi-ooxml</artifactId>
263 <version>3.17</version>
265 <!-- https://mvnrepository.com/artifact/com.esotericsoftware.yamlbeans/yamlbeans -->
267 <groupId>com.esotericsoftware.yamlbeans</groupId>
268 <artifactId>yamlbeans</artifactId>
269 <version>1.08</version>
271 <!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml -->
273 <groupId>org.yaml</groupId>
274 <artifactId>snakeyaml</artifactId>
275 <version>1.16</version>
278 <groupId>org.apache.tomcat</groupId>
279 <artifactId>tomcat-jdbc</artifactId>
280 <version>8.0.24</version>
283 <groupId>org.apache.tomcat</groupId>
284 <artifactId>tomcat-dbcp</artifactId>
285 <version>8.5.9</version>