f800a8f31b5c658a7e64feca18bd7005f367a0ad
[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"
22         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23
24         <modelVersion>4.0.0</modelVersion>
25
26         <parent>
27                 <groupId>org.onap.policy.engine</groupId>
28                 <artifactId>PolicyEngineSuite</artifactId>
29                 <version>1.2.0-SNAPSHOT</version>
30         </parent>
31
32         <artifactId>ONAP-PDP-REST</artifactId>
33
34         <description>ONAP PDP REST</description>
35         <properties>
36                 <springframework.version>4.3.3.RELEASE</springframework.version>
37         </properties>
38         <packaging>war</packaging>
39         <build>
40                 <plugins>
41                         <plugin>
42                                 <artifactId>maven-war-plugin</artifactId>
43                                 <version>2.1</version>
44                                 <configuration>
45                                         <attachClasses>true</attachClasses>
46                                 </configuration>
47                         </plugin>
48                 </plugins>
49         </build>
50         <dependencies>
51                 <!-- https://mvnrepository.com/artifact/org.powermock/powermock-api-mockito -->
52                 <dependency>
53                 <groupId>org.powermock</groupId>
54                 <artifactId>powermock-api-mockito</artifactId>
55                 <version>1.7.3</version>
56                 <scope>test</scope>
57                 </dependency>
58                 <dependency>
59             <groupId>org.powermock</groupId>
60             <artifactId>powermock-module-junit4</artifactId>
61             <version>1.7.3</version>
62             <scope>test</scope>
63         </dependency>
64                 <!-- https://mvnrepository.com/artifact/org.mockito/mockito-all -->
65                 <dependency>
66                     <groupId>org.mockito</groupId>
67                     <artifactId>mockito-all</artifactId>
68                     <version>1.10.19</version>
69                     <scope>test</scope>
70                 </dependency>
71                 <dependency>
72                         <groupId>com.h2database</groupId>
73                         <artifactId>h2</artifactId>
74                         <scope>test</scope>
75                 </dependency>
76                 <dependency>
77                         <groupId>org.onap.policy.engine</groupId>
78                         <artifactId>ONAP-PDP</artifactId>
79                         <version>${project.version}</version>
80                 </dependency>
81                 <dependency>
82                         <groupId>commons-logging</groupId>
83                         <artifactId>commons-logging</artifactId>
84                         <version>1.1.3</version>
85                         <exclusions>
86                                 <exclusion>
87                                         <groupId>javax.servlet</groupId>
88                                         <artifactId>servlet-api</artifactId>
89                                 </exclusion>
90                         </exclusions>
91                 </dependency>
92                 <dependency>
93                         <groupId>log4j</groupId>
94                         <artifactId>apache-log4j-extras</artifactId>
95                         <version>1.2.17</version>
96                 </dependency>
97                 <dependency>
98                         <groupId>commons-io</groupId>
99                         <artifactId>commons-io</artifactId>
100                         <version>2.4</version>
101                 </dependency>
102                 <dependency>
103                         <groupId>com.google.guava</groupId>
104                         <artifactId>guava</artifactId>
105                         <version>19.0</version>
106                 </dependency>
107                 <dependency>
108             <groupId>org.mariadb.jdbc</groupId>
109             <artifactId>mariadb-java-client</artifactId>
110             <version>2.1.1</version>
111         </dependency>
112                 <dependency>
113                         <groupId>postgresql</groupId>
114                         <artifactId>postgresql</artifactId>
115                         <version>9.1-901.jdbc4</version>
116                 </dependency>
117                 <dependency>
118                         <groupId>org.springframework</groupId>
119                         <artifactId>spring-test</artifactId>
120                         <version>${springframework.version}</version>
121                         <scope>test</scope>
122                 </dependency>
123                 <dependency>
124                         <groupId>org.awaitility</groupId>
125                         <artifactId>awaitility</artifactId>
126                         <version>3.0.0</version>
127                         <scope>test</scope>
128                 </dependency>
129                 <dependency>
130                         <groupId>org.hsqldb</groupId>
131                         <artifactId>hsqldb</artifactId>
132                         <version>2.3.2</version>
133                 </dependency>
134                 <dependency>
135                         <groupId>com.sun.jersey</groupId>
136                         <artifactId>jersey-client</artifactId>
137                         <version>1.18</version>
138                 </dependency>
139                 <dependency>
140                         <groupId>com.sun.jersey</groupId>
141                         <artifactId>jersey-core</artifactId>
142                         <version>1.18</version>
143                 </dependency>
144                 <dependency>
145                         <groupId>junit</groupId>
146                         <artifactId>junit</artifactId>
147                         <version>4.12</version>
148                         <scope>test</scope>
149                 </dependency>
150                 <dependency>
151                         <groupId>javax.websocket</groupId>
152                         <artifactId>javax.websocket-api</artifactId>
153                         <version>1.1</version>
154                         <scope>provided</scope>
155                 </dependency>
156                 <dependency>
157                         <groupId>com.att.nsa</groupId>
158                         <artifactId>cambriaClient</artifactId>
159                         <version>0.0.1</version>
160                         <exclusions>
161                                 <exclusion>
162                                         <artifactId>slf4j-log4j12</artifactId>
163                                         <groupId>org.slf4j</groupId>
164                                 </exclusion>
165                         </exclusions>
166                 </dependency>
167                 <dependency>
168                         <groupId>com.att.aft</groupId>
169                         <artifactId>dme2</artifactId>
170                         <version>3.1.200-oss</version>
171                         <scope>test</scope>
172                 </dependency>
173                 <dependency>
174                         <groupId>org.springframework</groupId>
175                         <artifactId>spring-mock</artifactId>
176                         <version>2.0.8</version>
177                 </dependency>
178                 <dependency>
179                         <groupId>com.mockrunner</groupId>
180                         <artifactId>mockrunner</artifactId>
181                         <version>0.3.1</version>
182                 </dependency>
183                 <dependency>
184                         <groupId>org.springframework</groupId>
185                         <artifactId>spring-core</artifactId>
186                         <version>${springframework.version}</version>
187                 </dependency>
188                 <dependency>
189                         <groupId>org.springframework</groupId>
190                         <artifactId>spring-web</artifactId>
191                         <version>${springframework.version}</version>
192                 </dependency>
193                 <dependency>
194                         <groupId>org.springframework</groupId>
195                         <artifactId>spring-webmvc</artifactId>
196                         <version>${springframework.version}</version>
197                 </dependency>
198                 <dependency>
199                         <groupId>io.springfox</groupId>
200                         <artifactId>springfox-swagger2</artifactId>
201                         <version>2.5.0</version>
202                         <exclusions>
203                                 <exclusion>
204                                         <groupId>com.fasterxml.jackson.core</groupId>
205                                         <artifactId>jackson-annotations</artifactId>
206                                 </exclusion>
207                         </exclusions>
208                 </dependency>
209                 <dependency>
210                         <groupId>io.springfox</groupId>
211                         <artifactId>springfox-swagger-ui</artifactId>
212                         <version>2.7.0</version>
213                 </dependency>
214                 <dependency>
215                         <groupId>org.onap.policy.engine</groupId>
216                         <artifactId>PolicyEngineAPI</artifactId>
217                         <version>${project.version}</version>
218                         <exclusions>
219                                 <exclusion>
220                                         <groupId>org.glassfish.tyrus</groupId>
221                                         <artifactId>tyrus-client</artifactId>
222                                 </exclusion>
223                                 <exclusion>
224                                         <groupId>org.glassfish.tyrus</groupId>
225                                         <artifactId>tyrus-container-grizzly-client</artifactId>
226                                 </exclusion>
227                                 <exclusion>
228                                         <groupId>javax.persistence</groupId>
229                                         <artifactId>persistence-api</artifactId>
230                                 </exclusion>
231                                 <exclusion>
232                                         <groupId>com.att.aft</groupId>
233                                         <artifactId>dme2</artifactId>
234                                 </exclusion>
235                         </exclusions>
236                 </dependency>
237         </dependencies>
238 </project>