1 <?xml version="1.0" encoding="UTF-8"?>
3 ============LICENSE_START=======================================================
5 ================================================================================
6 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
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
12 http://www.apache.org/licenses/LICENSE-2.0
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=========================================================
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>
26 <artifactId>ONAP-PAP-REST</artifactId>
27 <description>ONAP-PAP-REST</description>
28 <packaging>war</packaging>
30 <groupId>org.onap.policy.engine</groupId>
31 <artifactId>PolicyEngineSuite</artifactId>
32 <version>1.3.1-SNAPSHOT</version>
37 <artifactId>maven-war-plugin</artifactId>
39 <attachClasses>true</attachClasses>
42 <directory>src/main/java/</directory>
43 <targetPath>WEB-INF/classes/</targetPath>
45 <include>hibernate.cfg.xml</include>
52 <groupId>org.apache.maven.plugins</groupId>
53 <artifactId>maven-compiler-plugin</artifactId>
63 <!-- To support integrity-audit audit of BackupMonitorEntity table -->
64 <groupId>org.onap.policy.engine</groupId>
65 <artifactId>PolicyEngineUtils</artifactId>
66 <version>${project.version}</version>
69 <groupId>com.att.aft</groupId>
70 <artifactId>dme2</artifactId>
73 <groupId>org.json</groupId>
74 <artifactId>json</artifactId>
77 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
78 <artifactId>dmaapClient</artifactId>
81 <groupId>com.att.nsa</groupId>
82 <artifactId>cambriaClient</artifactId>
85 <groupId>org.onap.aaf.cadi</groupId>
86 <artifactId>cadi-aaf</artifactId>
91 <groupId>org.apache.commons</groupId>
92 <artifactId>commons-lang3</artifactId>
93 <version>3.4</version>
96 <groupId>org.onap.policy.engine</groupId>
97 <artifactId>ONAP-PDP</artifactId>
98 <version>${project.version}</version>
101 <groupId>org.json</groupId>
102 <artifactId>json</artifactId>
107 <groupId>org.onap.policy.common</groupId>
108 <artifactId>ONAP-Logging</artifactId>
109 <version>${version.policy.common}</version>
112 <groupId>javax.servlet</groupId>
113 <artifactId>javax.servlet-api</artifactId>
116 <groupId>commons-logging</groupId>
117 <artifactId>commons-logging</artifactId>
118 <version>1.1.3</version>
121 <groupId>javax.servlet</groupId>
122 <artifactId>servlet-api</artifactId>
127 <groupId>org.apache.commons</groupId>
128 <artifactId>commons-compress</artifactId>
129 <version>${commons.compress.version}</version>
132 <groupId>org.apache.logging.log4j</groupId>
133 <artifactId>log4j-core</artifactId>
134 <version>2.8.2</version>
137 <groupId>log4j</groupId>
138 <artifactId>apache-log4j-extras</artifactId>
139 <version>1.2.17</version>
142 <groupId>commons-io</groupId>
143 <artifactId>commons-io</artifactId>
144 <version>2.4</version>
147 <groupId>io.netty</groupId>
148 <artifactId>netty</artifactId>
149 <version>3.9.7.Final</version>
152 <groupId>com.google.guava</groupId>
153 <artifactId>guava</artifactId>
156 <groupId>org.eclipse.jgit</groupId>
157 <artifactId>org.eclipse.jgit</artifactId>
158 <version>5.0.3.201809091024-r</version>
161 <groupId>org.apache.tomcat</groupId>
162 <artifactId>tomcat-jdbc</artifactId>
163 <version>8.0.24</version>
166 <groupId>com.h2database</groupId>
167 <artifactId>h2</artifactId>
170 <groupId>com.github.fge</groupId>
171 <artifactId>json-patch</artifactId>
172 <version>1.9</version>
175 <groupId>org.eclipse.persistence</groupId>
176 <artifactId>javax.persistence</artifactId>
177 <version>2.1.0</version>
180 <groupId>org.eclipse.persistence</groupId>
181 <artifactId>eclipselink</artifactId>
182 <version>2.6.0</version>
185 <groupId>org.mariadb.jdbc</groupId>
186 <artifactId>mariadb-java-client</artifactId>
189 <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
190 <artifactId>policy-yaml</artifactId>
191 <version>${version.policy.drools-application}</version>
195 <groupId>org.springframework</groupId>
196 <artifactId>spring-core</artifactId>
197 <version>${springframework.version}</version>
200 <groupId>org.springframework</groupId>
201 <artifactId>spring-web</artifactId>
202 <version>${springframework.version}</version>
205 <groupId>org.springframework</groupId>
206 <artifactId>spring-webmvc</artifactId>
207 <version>${springframework.version}</version>
210 <groupId>org.springframework</groupId>
211 <artifactId>spring-tx</artifactId>
212 <version>${springframework.version}</version>
215 <groupId>org.springframework</groupId>
216 <artifactId>spring-context-support</artifactId>
217 <version>${springframework.version}</version>
220 <groupId>org.springframework</groupId>
221 <artifactId>spring-orm</artifactId>
222 <version>${springframework.version}</version>
226 <groupId>org.hibernate</groupId>
227 <artifactId>hibernate-core</artifactId>
228 <version>${hibernate.version}</version>
231 <groupId>org.hibernate</groupId>
232 <artifactId>hibernate-validator</artifactId>
233 <version>5.4.2.Final</version>
235 <!-- https://mvnrepository.com/artifact/org.json/json -->
237 <groupId>org.json</groupId>
238 <artifactId>json</artifactId>
239 <version>20160810</version>
242 <groupId>com.fasterxml.jackson.core</groupId>
243 <artifactId>jackson-annotations</artifactId>
244 <version>${jackson.version}</version>
247 <groupId>com.fasterxml.jackson.core</groupId>
248 <artifactId>jackson-core</artifactId>
249 <version>${jackson.version}</version>
252 <groupId>com.fasterxml.jackson.module</groupId>
253 <artifactId>jackson-module-jaxb-annotations</artifactId>
254 <version>${jackson.version}</version>
257 <groupId>com.fasterxml.jackson.module</groupId>
258 <artifactId>jackson-module-jsonSchema</artifactId>
259 <version>${jackson.version}</version>
262 <groupId>com.fasterxml.jackson.dataformat</groupId>
263 <artifactId>jackson-dataformat-xml</artifactId>
264 <version>${jackson.version}</version>
267 <groupId>org.elasticsearch</groupId>
268 <artifactId>elasticsearch</artifactId>
269 <version>${elasticsearch.version}</version>
272 <groupId>io.searchbox</groupId>
273 <artifactId>jest</artifactId>
274 <version>2.0.4</version>
277 <groupId>commons-logging</groupId>
278 <artifactId>commons-logging</artifactId>
283 <groupId>args4j</groupId>
284 <artifactId>args4j</artifactId>
285 <version>2.32</version>
287 <!-- https://mvnrepository.com/artifact/org.apache.tomcat/tomcat-dbcp -->
289 <groupId>org.apache.tomcat</groupId>
290 <artifactId>tomcat-dbcp</artifactId>
291 <version>8.5.9</version>
295 <hibernate.version>4.3.10.Final</hibernate.version>
296 <projectversion>2.0.2</projectversion>