fix pom.xml warning duplicate groupId versionId
[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         <artifactId>ECOMP-PDP-REST</artifactId>
36         
37         <description>ECOMP PDP REST</description>
38         
39         <packaging>war</packaging>
40         <build>
41                 <plugins>
42                         <plugin>
43                         <artifactId>maven-war-plugin</artifactId>
44                         <version>2.1</version>
45                         <configuration>
46                                 <attachClasses>true</attachClasses>
47                         </configuration>
48                         </plugin>
49         </plugins>
50         </build>
51         <dependencies>
52                 <!-- Not needed because of XACML-PDP dependency <dependency> <groupId>${project.parent.groupId}</groupId> 
53                         <artifactId>XACML</artifactId> <version>${project.parent.version}</version> 
54                         </dependency> <dependency> <groupId>org.openecomp.policy.pdp.rest</groupId> 
55                         <artifactId>XACML-REST</artifactId> <version>${project.parent.version}</version> 
56                         </dependency> -->
57                 <dependency>
58                         <groupId>org.openecomp.policy.engine</groupId>
59                         <artifactId>ECOMP-PDP</artifactId>
60                         <version>${project.version}</version>
61                 </dependency>
62                 <dependency>
63                         <groupId>org.openecomp.policy.common</groupId>
64                         <artifactId>ECOMP-Logging</artifactId>
65                         <version>${common-modules.version}</version>
66                 </dependency>
67                 <dependency>
68                         <groupId>javax.servlet</groupId>
69                         <artifactId>javax.servlet-api</artifactId>
70                         <version>3.1.0</version>
71                 </dependency>
72                 <dependency>
73                         <groupId>commons-logging</groupId>
74                         <artifactId>commons-logging</artifactId>
75                         <version>1.1.3</version>
76                         <exclusions>
77                                 <exclusion>
78                                         <groupId>javax.servlet</groupId>
79                                         <artifactId>servlet-api</artifactId>
80                                 </exclusion>
81                         </exclusions>
82                 </dependency>
83                 <dependency>
84                         <groupId>log4j</groupId>
85                         <artifactId>apache-log4j-extras</artifactId>
86                         <version>1.2.17</version>
87                 </dependency>
88                 <dependency>
89                         <groupId>commons-io</groupId>
90                         <artifactId>commons-io</artifactId>
91                         <version>2.4</version>
92                 </dependency>
93                 <dependency>
94                         <groupId>org.apache.httpcomponents</groupId>
95                         <artifactId>httpclient</artifactId>
96                         <version>4.3.1</version>
97                 </dependency>
98                 <dependency>
99                         <groupId>com.google.guava</groupId>
100                         <artifactId>guava</artifactId>
101                         <version>14.0.1</version>
102                 </dependency>
103                 <dependency>
104                         <groupId>com.fasterxml.jackson.core</groupId>
105                         <artifactId>jackson-databind</artifactId>
106                         <version>2.3.0-rc1</version>
107                 </dependency>
108                 <dependency>
109                         <groupId>mysql</groupId>
110                         <artifactId>mysql-connector-java</artifactId>
111                         <version>5.1.30</version>
112                 </dependency>
113                 <dependency>
114                         <groupId>org.mariadb.jdbc</groupId>
115                         <artifactId>mariadb-java-client</artifactId>
116                         <version>1.2.3</version>
117                 </dependency>           
118                 <dependency>
119                         <groupId>postgresql</groupId>
120                         <artifactId>postgresql</artifactId>
121                         <version>9.1-901.jdbc4</version>
122                 </dependency>
123                 <dependency>
124                         <groupId>org.hsqldb</groupId>
125                         <artifactId>hsqldb</artifactId>
126                         <version>2.3.2</version>
127                 </dependency>
128                 <dependency>
129                         <groupId>com.sun.jersey</groupId>
130                         <artifactId>jersey-client</artifactId>
131                         <version>1.18</version>
132                 </dependency>
133                 <dependency>
134                         <groupId>com.sun.jersey</groupId>
135                         <artifactId>jersey-core</artifactId>
136                         <version>1.18</version>
137                 </dependency>
138                 <dependency>
139                         <groupId>javax.websocket</groupId>
140                         <artifactId>javax.websocket-api</artifactId>
141                         <version>1.1</version>
142                         <scope>provided</scope>
143                 </dependency>
144                 <dependency>
145                         <groupId>com.att.nsa</groupId>
146                         <artifactId>cambriaClient</artifactId>
147                         <version>0.0.1</version>
148                         <exclusions>
149                                 <exclusion>
150                                         <artifactId>slf4j-log4j12</artifactId>
151                                         <groupId>org.slf4j</groupId>
152                                 </exclusion>
153                         </exclusions>
154                 </dependency>
155                                 <dependency>
156                         <groupId>org.mockito</groupId>
157                         <artifactId>mockito-core</artifactId>
158                         <version>1.9.5</version>
159                 </dependency>     
160                 <dependency>
161                         <groupId>org.springframework</groupId>
162                         <artifactId>spring-mock</artifactId>
163                         <version>2.0.8</version>
164                 </dependency>
165                 <dependency>
166                         <groupId>com.mockrunner</groupId>
167                         <artifactId>mockrunner</artifactId>
168                         <version>0.3.1</version>
169                 </dependency>
170                 <!--  PLD WHICH VERSION?>dependency>
171                         <groupId>javax.servlet</groupId>
172                         <artifactId>javax.servlet-api</artifactId>
173                         <version>3.0.1</version>
174                         <scope>provided</scope>
175                 </dependency -->
176                 <dependency>
177                         <groupId>junit</groupId>
178                         <artifactId>junit</artifactId>
179                         <version>4.11</version>
180                         <scope>test</scope>
181                 </dependency>
182                 <dependency>
183                         <groupId>org.powermock</groupId>
184                         <artifactId>powermock-api-mockito</artifactId>
185                         <version>1.5.6</version>
186                 </dependency>
187                 <dependency>
188                         <groupId>org.powermock</groupId>
189                         <artifactId>powermock-module-junit4</artifactId>
190                         <version>1.5.6</version>
191                 </dependency>
192         </dependencies>
193 </project>