JUnit additions and powermock pom fixes
[policy/engine.git] / ONAP-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 <!-- Apache Maven 2 POM generated by Apache Ivy http://ant.apache.org/ivy/ 
22         Apache Ivy version: 2.0.0-beta1 20071206070608 -->
23 <project xmlns="http://maven.apache.org/POM/4.0.0" 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         <parent>
27                 <groupId>org.onap.policy.engine</groupId>
28                 <artifactId>PolicyEngineSuite</artifactId>
29                 <version>1.2.0-SNAPSHOT</version>
30         </parent>
31         <artifactId>ONAP-REST</artifactId>
32         <description>ONAP REST</description>
33         <packaging>jar</packaging>
34         <dependencies>
35             <!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml -->
36                 <dependency>
37                     <groupId>org.yaml</groupId>
38                     <artifactId>snakeyaml</artifactId>
39                     <version>1.16</version>
40                 </dependency>
41                         <!-- https://mvnrepository.com/artifact/org.powermock/powermock-api-mockito -->
42                 <dependency>
43                 <groupId>org.powermock</groupId>
44                 <artifactId>powermock-api-mockito</artifactId>
45                 <version>1.7.3</version>
46                 <scope>test</scope>
47                 </dependency>
48                 <dependency>
49             <groupId>org.powermock</groupId>
50             <artifactId>powermock-module-junit4</artifactId>
51             <version>1.7.3</version>
52             <scope>test</scope>
53         </dependency>
54                 <!-- https://mvnrepository.com/artifact/org.mockito/mockito-all -->
55                 <dependency>
56                     <groupId>org.mockito</groupId>
57                     <artifactId>mockito-all</artifactId>
58                     <version>1.10.19</version>
59                     <scope>test</scope>
60                 </dependency>
61                 <dependency>
62                         <groupId>com.h2database</groupId>
63                         <artifactId>h2</artifactId>
64                         <scope>test</scope>
65                 </dependency>
66                 <dependency>
67                         <groupId>org.onap.policy.engine</groupId>
68                         <version>${project.version}</version>
69                         <artifactId>ONAP-XACML</artifactId>
70                 </dependency>
71                 <dependency>
72                         <groupId>org.onap.policy.engine</groupId>
73                         <artifactId>PolicyEngineAPI</artifactId>
74                         <version>${project.version}</version>
75                         <exclusions>
76                                 <exclusion>
77                                         <groupId>org.glassfish.tyrus</groupId>
78                                         <artifactId>tyrus-client</artifactId>
79                                 </exclusion>
80                                 <exclusion>
81                                         <groupId>org.glassfish.tyrus</groupId>
82                                         <artifactId>tyrus-container-grizzly-client</artifactId>
83                                 </exclusion>
84                                 <exclusion>
85                                         <groupId>javax.persistence</groupId>
86                                         <artifactId>persistence-api</artifactId>
87                                 </exclusion>
88                                 <exclusion>
89                                         <groupId>com.att.aft</groupId>
90                                         <artifactId>dme2</artifactId>
91                                 </exclusion>
92                         </exclusions>
93                 </dependency>
94                 <dependency>
95                         <groupId>javax.servlet</groupId>
96                         <artifactId>javax.servlet-api</artifactId>
97                         <version>3.1.0</version>
98                 </dependency>
99                 <dependency>
100                         <groupId>commons-logging</groupId>
101                         <artifactId>commons-logging</artifactId>
102                         <version>1.1.3</version>
103                         <exclusions>
104                                 <exclusion>
105                                         <groupId>javax.servlet</groupId>
106                                         <artifactId>servlet-api</artifactId>
107                                 </exclusion>
108                         </exclusions>
109                 </dependency>
110                 <dependency>
111                         <groupId>com.google.guava</groupId>
112                         <artifactId>guava</artifactId>
113                         <version>14.0.1</version>
114                 </dependency>
115                 <dependency>
116                         <groupId>com.google.code.gson</groupId>
117                         <artifactId>gson</artifactId>
118                         <version>2.8.0</version>
119                 </dependency>
120                 <dependency>
121                         <groupId>junit</groupId>
122                         <artifactId>junit</artifactId>
123                         <version>4.11</version>
124                         <scope>test</scope>
125                 </dependency>
126                 <dependency>
127                         <groupId>org.springframework</groupId>
128                         <artifactId>spring-mock</artifactId>
129                         <version>2.0.8</version>
130                 </dependency>
131                 <dependency>
132                         <groupId>com.mockrunner</groupId>
133                         <artifactId>mockrunner</artifactId>
134                         <version>0.3.1</version>
135                 </dependency>
136                 <dependency>
137                         <groupId>org.eclipse.emf</groupId>
138                         <artifactId>org.eclipse.emf.ecore.xmi</artifactId>
139                         <version>2.11.0-v20150123-0347</version>
140                 </dependency>
141                 <dependency>
142                         <groupId>org.eclipse.emf</groupId>
143                         <artifactId>org.eclipse.emf.ecore</artifactId>
144                         <version>2.11.0-v20150123-0347</version>
145                 </dependency>
146                 <dependency>
147                         <groupId>org.eclipse.emf</groupId>
148                         <artifactId>org.eclipse.emf.common</artifactId>
149                         <version>2.11.0-v20150123-0347</version>
150                 </dependency>
151                 <dependency>
152                         <groupId>org.json</groupId>
153                         <artifactId>json</artifactId>
154                         <version>[20090211,)</version>
155                 </dependency>
156                 <!-- Spring -->
157                 <dependency>
158                         <groupId>org.springframework</groupId>
159                         <artifactId>spring-test</artifactId>
160                         <version>${springframework.version}</version>
161                 </dependency>
162                 <dependency>
163                         <groupId>org.springframework</groupId>
164                         <artifactId>spring-core</artifactId>
165                         <version>${springframework.version}</version>
166                 </dependency>
167                 <dependency>
168                         <groupId>org.springframework</groupId>
169                         <artifactId>spring-web</artifactId>
170                         <version>${springframework.version}</version>
171                 </dependency>
172                 <dependency>
173                         <groupId>org.springframework</groupId>
174                         <artifactId>spring-webmvc</artifactId>
175                         <version>${springframework.version}</version>
176                 </dependency>
177                 <dependency>
178                         <groupId>org.springframework</groupId>
179                         <artifactId>spring-tx</artifactId>
180                         <version>${springframework.version}</version>
181                 </dependency>
182                 <dependency>
183                         <groupId>org.springframework</groupId>
184                         <artifactId>spring-context-support</artifactId>
185                         <version>${springframework.version}</version>
186                 </dependency>
187                 <dependency>
188                         <groupId>org.springframework</groupId>
189                         <artifactId>spring-orm</artifactId>
190                         <version>${springframework.version}</version>
191                 </dependency>
192                 <!-- Hibernate -->
193                 <dependency>
194                         <groupId>org.hibernate</groupId>
195                         <artifactId>hibernate-core</artifactId>
196                         <version>${hibernate.version}</version>
197                 </dependency>
198                 <dependency>
199                         <groupId>org.hibernate</groupId>
200                         <artifactId>hibernate-validator</artifactId>
201                         <version>5.1.3.Final</version>
202                 </dependency>
203                 <dependency>
204                         <groupId>org.apache.tomcat</groupId>
205                         <artifactId>tomcat-dbcp</artifactId>
206                         <version>8.5.9</version>
207                 </dependency>           
208         </dependencies>
209         <properties>
210                 <springframework.version>4.3.3.RELEASE</springframework.version>
211                 <hibernate.version>4.3.10.Final</hibernate.version>
212         </properties>
213 </project>