0b02a790668045b237c2dd5423e62042628f79f7
[policy/engine.git] / ONAP-PDP-REST / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   ONAP Policy Engine
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
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 <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">
22     <modelVersion>4.0.0</modelVersion>
23     <parent>
24         <groupId>org.onap.policy.engine</groupId>
25         <artifactId>PolicyEngineSuite</artifactId>
26         <version>1.6.0-SNAPSHOT</version>
27     </parent>
28     <artifactId>ONAP-PDP-REST</artifactId>
29     <description>ONAP PDP REST</description>
30     <packaging>war</packaging>
31     <build>
32         <plugins>
33             <plugin>
34                 <artifactId>maven-war-plugin</artifactId>
35                 <configuration>
36                     <attachClasses>true</attachClasses>
37                 </configuration>
38             </plugin>
39         </plugins>
40     </build>
41     <dependencies>
42         <dependency>
43             <groupId>com.h2database</groupId>
44             <artifactId>h2</artifactId>
45             <scope>test</scope>
46         </dependency>
47         <dependency>
48             <groupId>org.onap.policy.engine</groupId>
49             <artifactId>ONAP-PDP</artifactId>
50             <version>${project.version}</version>
51             <exclusions>
52                 <exclusion>
53                     <groupId>xml-apis</groupId>
54                     <artifactId>xml-apis</artifactId>
55                 </exclusion>
56             </exclusions>
57         </dependency>
58         <dependency>
59             <groupId>commons-logging</groupId>
60             <artifactId>commons-logging</artifactId>
61             <version>1.1.3</version>
62             <exclusions>
63                 <exclusion>
64                     <groupId>javax.servlet</groupId>
65                     <artifactId>servlet-api</artifactId>
66                 </exclusion>
67             </exclusions>
68         </dependency>
69         <dependency>
70             <groupId>log4j</groupId>
71             <artifactId>apache-log4j-extras</artifactId>
72             <version>1.2.17</version>
73         </dependency>
74         <dependency>
75             <groupId>commons-io</groupId>
76             <artifactId>commons-io</artifactId>
77             <version>2.4</version>
78         </dependency>
79         <dependency>
80             <groupId>com.google.guava</groupId>
81             <artifactId>guava</artifactId>
82         </dependency>
83         <dependency>
84             <groupId>org.mariadb.jdbc</groupId>
85             <artifactId>mariadb-java-client</artifactId>
86         </dependency>
87         <dependency>
88             <groupId>org.springframework</groupId>
89             <artifactId>spring-test</artifactId>
90             <version>${springframework.version}</version>
91             <scope>test</scope>
92         </dependency>
93         <dependency>
94             <groupId>org.awaitility</groupId>
95             <artifactId>awaitility</artifactId>
96             <version>3.0.0</version>
97             <scope>test</scope>
98         </dependency>
99         <dependency>
100             <groupId>org.hsqldb</groupId>
101             <artifactId>hsqldb</artifactId>
102             <version>2.3.2</version>
103         </dependency>
104         <dependency>
105             <groupId>com.sun.jersey</groupId>
106             <artifactId>jersey-client</artifactId>
107             <version>1.18</version>
108         </dependency>
109         <dependency>
110             <groupId>com.sun.jersey</groupId>
111             <artifactId>jersey-core</artifactId>
112             <version>1.18</version>
113         </dependency>
114         <dependency>
115             <groupId>javax.websocket</groupId>
116             <artifactId>javax.websocket-api</artifactId>
117             <version>1.1</version>
118             <scope>provided</scope>
119         </dependency>
120         <dependency>
121             <groupId>com.att.nsa</groupId>
122             <artifactId>cambriaClient</artifactId>
123             <exclusions>
124                 <exclusion>
125                     <artifactId>slf4j-log4j12</artifactId>
126                     <groupId>org.slf4j</groupId>
127                 </exclusion>
128             </exclusions>
129         </dependency>
130         <dependency>
131             <groupId>com.att.aft</groupId>
132             <artifactId>dme2</artifactId>
133             <version>3.1.200-oss</version>
134             <scope>test</scope>
135         </dependency>
136         <dependency>
137             <groupId>org.springframework</groupId>
138             <artifactId>spring-core</artifactId>
139             <version>${springframework.version}</version>
140         </dependency>
141         <dependency>
142             <groupId>org.springframework</groupId>
143             <artifactId>spring-web</artifactId>
144             <version>${springframework.version}</version>
145         </dependency>
146         <dependency>
147             <groupId>org.springframework</groupId>
148             <artifactId>spring-webmvc</artifactId>
149             <version>${springframework.version}</version>
150         </dependency>
151         <dependency>
152             <groupId>io.springfox</groupId>
153             <artifactId>springfox-swagger2</artifactId>
154             <version>2.5.0</version>
155             <exclusions>
156                 <exclusion>
157                     <groupId>com.fasterxml.jackson.core</groupId>
158                     <artifactId>jackson-annotations</artifactId>
159                 </exclusion>
160             </exclusions>
161         </dependency>
162         <dependency>
163             <groupId>io.springfox</groupId>
164             <artifactId>springfox-swagger-ui</artifactId>
165             <version>2.7.0</version>
166         </dependency>
167         <dependency>
168             <groupId>org.apache.commons</groupId>
169             <artifactId>commons-text</artifactId>
170             <version>1.4</version>
171         </dependency>
172         <dependency>
173             <groupId>org.onap.policy.engine</groupId>
174             <artifactId>PolicyEngineAPI</artifactId>
175             <version>${project.version}</version>
176             <exclusions>
177                 <exclusion>
178                     <groupId>org.glassfish.tyrus</groupId>
179                     <artifactId>tyrus-client</artifactId>
180                 </exclusion>
181                 <exclusion>
182                     <groupId>org.glassfish.tyrus</groupId>
183                     <artifactId>tyrus-container-grizzly-client</artifactId>
184                 </exclusion>
185                 <exclusion>
186                     <groupId>javax.persistence</groupId>
187                     <artifactId>persistence-api</artifactId>
188                 </exclusion>
189                 <exclusion>
190                     <groupId>com.att.aft</groupId>
191                     <artifactId>dme2</artifactId>
192                 </exclusion>
193             </exclusions>
194         </dependency>
195     </dependencies>
196 </project>