Initial OpenECOMP policy/engine commit
[policy/engine.git] / ECOMP-PDP-REST / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   ECOMP 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
22 <!-- Apache Maven 2 POM generated by Apache Ivy http://ant.apache.org/ivy/ 
23         Apache Ivy version: 2.0.0-beta1 20071206070608 -->
24 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
26
27         <modelVersion>4.0.0</modelVersion>
28         
29         <parent>
30                 <groupId>org.openecomp.policy.engine</groupId>
31                 <artifactId>PolicyEngineSuite</artifactId>
32                 <version>1.0.0-SNAPSHOT</version>
33         </parent>
34         
35         <groupId>org.openecomp.policy.engine</groupId>
36         <artifactId>ECOMP-PDP-REST</artifactId>
37         
38         <description>ECOMP PDP REST</description>
39         
40         <packaging>war</packaging>
41         <build>
42                 <plugins>
43                         <plugin>
44                         <artifactId>maven-war-plugin</artifactId>
45                         <version>2.1</version>
46                         <configuration>
47                                 <attachClasses>true</attachClasses>
48                         </configuration>
49                         </plugin>
50         </plugins>
51         </build>
52         <dependencies>
53                 <!-- Not needed because of XACML-PDP dependency <dependency> <groupId>${project.parent.groupId}</groupId> 
54                         <artifactId>XACML</artifactId> <version>${project.parent.version}</version> 
55                         </dependency> <dependency> <groupId>org.openecomp.policy.pdp.rest</groupId> 
56                         <artifactId>XACML-REST</artifactId> <version>${project.parent.version}</version> 
57                         </dependency> -->
58                 <dependency>
59                         <groupId>org.openecomp.policy.engine</groupId>
60                         <artifactId>ECOMP-PDP</artifactId>
61                         <version>${project.version}</version>
62                 </dependency>
63                 <dependency>
64                         <groupId>org.openecomp.policy.common</groupId>
65                         <artifactId>ECOMP-Logging</artifactId>
66                         <version>${common-modules.version}</version>
67                 </dependency>
68                 <dependency>
69                         <groupId>javax.servlet</groupId>
70                         <artifactId>javax.servlet-api</artifactId>
71                         <version>3.1.0</version>
72                 </dependency>
73                 <dependency>
74                         <groupId>commons-logging</groupId>
75                         <artifactId>commons-logging</artifactId>
76                         <version>1.1.3</version>
77                         <exclusions>
78                                 <exclusion>
79                                         <groupId>javax.servlet</groupId>
80                                         <artifactId>servlet-api</artifactId>
81                                 </exclusion>
82                         </exclusions>
83                 </dependency>
84                 <dependency>
85                         <groupId>log4j</groupId>
86                         <artifactId>apache-log4j-extras</artifactId>
87                         <version>1.2.17</version>
88                 </dependency>
89                 <dependency>
90                         <groupId>commons-io</groupId>
91                         <artifactId>commons-io</artifactId>
92                         <version>2.4</version>
93                 </dependency>
94                 <dependency>
95                         <groupId>org.apache.httpcomponents</groupId>
96                         <artifactId>httpclient</artifactId>
97                         <version>4.3.1</version>
98                 </dependency>
99                 <dependency>
100                         <groupId>com.google.guava</groupId>
101                         <artifactId>guava</artifactId>
102                         <version>14.0.1</version>
103                 </dependency>
104                 <dependency>
105                         <groupId>com.fasterxml.jackson.core</groupId>
106                         <artifactId>jackson-databind</artifactId>
107                         <version>2.3.0-rc1</version>
108                 </dependency>
109                 <dependency>
110                         <groupId>mysql</groupId>
111                         <artifactId>mysql-connector-java</artifactId>
112                         <version>5.1.30</version>
113                 </dependency>
114                 <dependency>
115                         <groupId>org.mariadb.jdbc</groupId>
116                         <artifactId>mariadb-java-client</artifactId>
117                         <version>1.2.3</version>
118                 </dependency>           
119                 <dependency>
120                         <groupId>postgresql</groupId>
121                         <artifactId>postgresql</artifactId>
122                         <version>9.1-901.jdbc4</version>
123                 </dependency>
124                 <dependency>
125                         <groupId>org.hsqldb</groupId>
126                         <artifactId>hsqldb</artifactId>
127                         <version>2.3.2</version>
128                 </dependency>
129                 <dependency>
130                         <groupId>com.sun.jersey</groupId>
131                         <artifactId>jersey-client</artifactId>
132                         <version>1.18</version>
133                 </dependency>
134                 <dependency>
135                         <groupId>com.sun.jersey</groupId>
136                         <artifactId>jersey-core</artifactId>
137                         <version>1.18</version>
138                 </dependency>
139                 <dependency>
140                         <groupId>javax.websocket</groupId>
141                         <artifactId>javax.websocket-api</artifactId>
142                         <version>1.1</version>
143                         <scope>provided</scope>
144                 </dependency>
145                 <!-- <dependency>
146                         <groupId>com.att.nsa</groupId>
147                         <artifactId>gfp-2020</artifactId>
148                          <version>1.0.2</version>
149                         <type>pom</type>
150                         <exclusions>
151                                 <exclusion>
152                                         <artifactId>slf4j-log4j12</artifactId>
153                                         <groupId>org.slf4j</groupId>
154                                 </exclusion>
155                         </exclusions>
156                 </dependency> -->
157                 <dependency>
158                         <groupId>com.att.nsa</groupId>
159                         <artifactId>cambriaClient</artifactId>
160                         <version>0.0.1</version>
161                         <exclusions>
162                                 <exclusion>
163                                         <artifactId>slf4j-log4j12</artifactId>
164                                         <groupId>org.slf4j</groupId>
165                                 </exclusion>
166                         </exclusions>
167                 </dependency>
168                                 <dependency>
169                         <groupId>org.mockito</groupId>
170                         <artifactId>mockito-core</artifactId>
171                         <version>1.9.5</version>
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>javax.servlet</groupId>
185                         <artifactId>javax.servlet-api</artifactId>
186                         <version>3.0.1</version>
187                         <scope>provided</scope>
188                 </dependency>
189                 <dependency>
190                         <groupId>junit</groupId>
191                         <artifactId>junit</artifactId>
192                         <version>4.11</version>
193                         <scope>test</scope>
194                 </dependency>
195                 <dependency>
196                         <groupId>org.powermock</groupId>
197                         <artifactId>powermock-api-mockito</artifactId>
198                         <version>1.5.6</version>
199                 </dependency>
200                 <dependency>
201                         <groupId>org.powermock</groupId>
202                         <artifactId>powermock-module-junit4</artifactId>
203                         <version>1.5.6</version>
204                 </dependency>
205         </dependencies>
206 </project>