release-1.0.0 changes
[policy/engine.git] / ECOMP-TEST / 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 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24
25         <modelVersion>4.0.0</modelVersion>
26
27         <parent>
28                 <groupId>org.openecomp.policy.engine</groupId>
29                 <artifactId>PolicyEngineSuite</artifactId>
30                 <version>1.0.0</version>
31         </parent>       
32         
33         <artifactId>ECOMP-TEST</artifactId>
34         
35         <description>ECOMP TEST</description>
36          
37         <packaging>jar</packaging>
38
39         <dependencies>
40                 <dependency>
41                         <groupId>org.apache.httpcomponents</groupId>
42                         <artifactId>httpclient</artifactId>
43                         <version>4.2.4</version>
44                 </dependency>
45                 <dependency>
46                         <groupId>junit</groupId>
47                         <artifactId>junit</artifactId>
48                         <version>4.11</version>
49                 </dependency>
50                 <dependency>
51                         <groupId>commons-codec</groupId>
52                         <artifactId>commons-codec</artifactId>
53                         <version>1.5</version>
54                 </dependency>
55                 <dependency>
56                         <groupId>commons-cli</groupId>
57                         <artifactId>commons-cli</artifactId>
58                         <version>1.2</version>
59                 </dependency>
60                 <dependency>
61                         <groupId>commons-logging</groupId>
62                         <artifactId>commons-logging</artifactId>
63                         <version>1.1.3</version>
64                         <exclusions>
65                                 <exclusion>
66                                         <groupId>javax.servlet</groupId>
67                                         <artifactId>servlet-api</artifactId>
68                                 </exclusion>
69                         </exclusions>
70                 </dependency>
71                 <dependency>
72                         <groupId>commons-io</groupId>
73                         <artifactId>commons-io</artifactId>
74                         <version>2.4</version>
75                 </dependency>
76                 <dependency>
77                         <groupId>com.fasterxml.jackson.core</groupId>
78                         <artifactId>jackson-databind</artifactId>
79                         <version>2.3.0-rc1</version>
80                 </dependency>
81                 <dependency>
82                         <groupId>com.google.guava</groupId>
83                         <artifactId>guava</artifactId>
84                         <version>14.0.1</version>
85                 </dependency>
86                 <dependency>
87                         <groupId>org.openecomp.policy.engine</groupId>
88                         <artifactId>ECOMP-PDP-REST</artifactId>
89                         <version>${project.version}</version>
90                         <classifier>classes</classifier>
91                         <scope>test</scope>
92                 </dependency>
93                 <dependency>
94                         <groupId>org.openecomp.policy.engine</groupId>
95                         <artifactId>ECOMP-PAP-REST</artifactId>
96                         <version>${project.version}</version>
97                         <classifier>classes</classifier>
98                         <scope>test</scope>
99                 </dependency>           
100                 <dependency>
101                         <groupId>mysql</groupId>
102                         <artifactId>mysql-connector-java</artifactId>
103                         <version>5.1.30</version>
104                 </dependency>
105                 <dependency>
106                         <groupId>org.mariadb.jdbc</groupId>
107                         <artifactId>mariadb-java-client</artifactId>
108                         <version>1.2.3</version>
109                 </dependency>           
110                 <dependency>
111                         <groupId>postgresql</groupId>
112                         <artifactId>postgresql</artifactId>
113                         <version>9.1-901.jdbc4</version>
114                 </dependency>
115                 <dependency>
116                         <groupId>org.hsqldb</groupId>
117                         <artifactId>hsqldb</artifactId>
118                         <version>2.3.2</version>
119                 </dependency>
120                 <dependency>
121                         <groupId>org.mockito</groupId>
122                         <artifactId>mockito-core</artifactId>
123                         <version>1.9.5</version>
124                 </dependency>     
125                 <dependency>
126                         <groupId>org.springframework</groupId>
127                         <artifactId>spring-mock</artifactId>
128                         <version>2.0.8</version>
129                 </dependency>
130                 <dependency>
131                         <groupId>com.mockrunner</groupId>
132                         <artifactId>mockrunner</artifactId>
133                         <version>0.3.1</version>
134                 </dependency>
135                                 <dependency>
136                         <groupId>com.h2database</groupId>
137                         <artifactId>h2</artifactId>
138                         <version>[1.4.186,)</version>
139                 </dependency>
140                 <dependency>
141                         <groupId>org.eclipse.persistence</groupId>
142                         <artifactId>javax.persistence</artifactId>
143                         <version>2.1.0</version>
144                 </dependency>
145                 <dependency>
146             <groupId>javax.persistence</groupId>
147             <artifactId>persistence-api</artifactId>
148             <version>1.0.2</version>
149                 </dependency>
150                 <dependency>
151                         <groupId>org.eclipse.persistence</groupId>
152                         <artifactId>eclipselink</artifactId>
153                         <version>2.5.2</version>
154                 </dependency>
155         </dependencies>
156 </project>