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