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