Merge "Fix issues reported by sonar"
[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.3.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                 <dependency>
42                         <groupId>com.h2database</groupId>
43                         <artifactId>h2</artifactId>
44                         <scope>test</scope>
45                 </dependency>
46                 <dependency>
47                         <groupId>org.onap.policy.engine</groupId>
48                         <version>${project.version}</version>
49                         <artifactId>ONAP-XACML</artifactId>
50                 </dependency>
51                 <dependency>
52                         <groupId>org.onap.policy.engine</groupId>
53                         <artifactId>PolicyEngineAPI</artifactId>
54                         <version>${project.version}</version>
55                         <exclusions>
56                                 <exclusion>
57                                         <groupId>org.glassfish.tyrus</groupId>
58                                         <artifactId>tyrus-client</artifactId>
59                                 </exclusion>
60                                 <exclusion>
61                                         <groupId>org.glassfish.tyrus</groupId>
62                                         <artifactId>tyrus-container-grizzly-client</artifactId>
63                                 </exclusion>
64                                 <exclusion>
65                                         <groupId>javax.persistence</groupId>
66                                         <artifactId>persistence-api</artifactId>
67                                 </exclusion>
68                                 <exclusion>
69                                         <groupId>com.att.aft</groupId>
70                                         <artifactId>dme2</artifactId>
71                                 </exclusion>
72                         </exclusions>
73                 </dependency>
74                 <dependency>
75                         <groupId>javax.servlet</groupId>
76                         <artifactId>javax.servlet-api</artifactId>
77                         <version>3.1.0</version>
78                 </dependency>
79                 <dependency>
80                         <groupId>commons-logging</groupId>
81                         <artifactId>commons-logging</artifactId>
82                         <version>1.1.3</version>
83                         <exclusions>
84                                 <exclusion>
85                                         <groupId>javax.servlet</groupId>
86                                         <artifactId>servlet-api</artifactId>
87                                 </exclusion>
88                         </exclusions>
89                 </dependency>
90                 <dependency>
91                         <groupId>com.google.guava</groupId>
92                         <artifactId>guava</artifactId>
93                         <version>14.0.1</version>
94                 </dependency>
95                 <dependency>
96                         <groupId>com.google.code.gson</groupId>
97                         <artifactId>gson</artifactId>
98                         <version>2.8.0</version>
99                 </dependency>
100                 <dependency>
101                         <groupId>org.eclipse.emf</groupId>
102                         <artifactId>org.eclipse.emf.ecore.xmi</artifactId>
103                         <version>2.11.0-v20150123-0347</version>
104                 </dependency>
105                 <dependency>
106                         <groupId>org.eclipse.emf</groupId>
107                         <artifactId>org.eclipse.emf.ecore</artifactId>
108                         <version>2.11.0-v20150123-0347</version>
109                 </dependency>
110                 <dependency>
111                         <groupId>org.eclipse.emf</groupId>
112                         <artifactId>org.eclipse.emf.common</artifactId>
113                         <version>2.11.0-v20150123-0347</version>
114                 </dependency>
115                 <dependency>
116                         <groupId>org.json</groupId>
117                         <artifactId>json</artifactId>
118                         <version>[20090211,)</version>
119                 </dependency>
120                 <!-- Spring -->
121                 <dependency>
122                         <groupId>org.springframework</groupId>
123                         <artifactId>spring-test</artifactId>
124                         <version>${springframework.version}</version>
125                 </dependency>
126                 <dependency>
127                         <groupId>org.springframework</groupId>
128                         <artifactId>spring-core</artifactId>
129                         <version>${springframework.version}</version>
130                 </dependency>
131                 <dependency>
132                         <groupId>org.springframework</groupId>
133                         <artifactId>spring-web</artifactId>
134                         <version>${springframework.version}</version>
135                 </dependency>
136                 <dependency>
137                         <groupId>org.springframework</groupId>
138                         <artifactId>spring-webmvc</artifactId>
139                         <version>${springframework.version}</version>
140                 </dependency>
141                 <dependency>
142                         <groupId>org.springframework</groupId>
143                         <artifactId>spring-tx</artifactId>
144                         <version>${springframework.version}</version>
145                 </dependency>
146                 <dependency>
147                         <groupId>org.springframework</groupId>
148                         <artifactId>spring-context-support</artifactId>
149                         <version>${springframework.version}</version>
150                 </dependency>
151                 <dependency>
152                         <groupId>org.springframework</groupId>
153                         <artifactId>spring-orm</artifactId>
154                         <version>${springframework.version}</version>
155                 </dependency>
156                 <!-- Hibernate -->
157                 <dependency>
158                         <groupId>org.hibernate</groupId>
159                         <artifactId>hibernate-core</artifactId>
160                         <version>${hibernate.version}</version>
161                 </dependency>
162                 <dependency>
163                         <groupId>org.hibernate</groupId>
164                         <artifactId>hibernate-validator</artifactId>
165                         <version>5.4.2.Final</version>
166                 </dependency>
167                 <dependency>
168                         <groupId>org.apache.tomcat</groupId>
169                         <artifactId>tomcat-dbcp</artifactId>
170                         <version>8.5.9</version>
171                 </dependency>           
172         </dependencies>
173         <properties>
174                 <springframework.version>4.3.15.RELEASE</springframework.version>
175                 <hibernate.version>4.3.10.Final</hibernate.version>
176         </properties>
177 </project>