Update pom and docker version of vfc-wfengine
[vfc/nfvo/wfengine.git] / wso2 / wso2bpel-ext / wso2bpel-parent / wso2bpelparent / pom.xml
1 <?xml version="1.0"?>
2 <!--
3
4     Copyright 2016 ZTE Corporation.
5
6     Licensed under the Apache License, Version 2.0 (the "License");
7     you may not use this file except in compliance with the License.
8     You may obtain a copy of the License at
9
10         http://www.apache.org/licenses/LICENSE-2.0
11
12     Unless required by applicable law or agreed to in writing, software
13     distributed under the License is distributed on an "AS IS" BASIS,
14     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15     See the License for the specific language governing permissions and
16     limitations under the License.
17
18 -->
19 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20     <parent>
21         <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId>
22         <artifactId>wso2bpelparent-lite</artifactId>
23         <version>1.2.0-SNAPSHOT</version>
24         <relativePath>../wso2bpelparent-lite</relativePath>
25     </parent>
26
27     <modelVersion>4.0.0</modelVersion>
28     <artifactId>wso2bpelparent</artifactId>
29     <name>common-services-common-utilities/wso2bpel-ext/wso2bpel-parent/wso2bpelparent</name>
30     <packaging>pom</packaging>
31
32     <properties>
33         <dropwizard.version>0.8.0</dropwizard.version>
34         <swagger.version>1.5.3</swagger.version>
35         <lombok.version>1.16.4</lombok.version>
36         <jersey.version>2.22.2</jersey.version>
37         <jaxrs.consumer.version>5.0</jaxrs.consumer.version>
38         <gson.version>2.2.4</gson.version>
39         <junit.version>4.10</junit.version>
40         <org.powermock.version>1.4.10</org.powermock.version>
41         <org.apache.ant.version>1.8.2</org.apache.ant.version>
42     </properties>
43
44     <dependencyManagement>
45         <dependencies>
46             <dependency>
47                 <groupId>io.dropwizard</groupId>
48                 <artifactId>dropwizard-core</artifactId>
49                 <version>${dropwizard.version}</version>
50             </dependency>
51             <dependency>
52                 <groupId>io.dropwizard</groupId>
53                 <artifactId>dropwizard-assets</artifactId>
54                 <version>${dropwizard.version}</version>
55             </dependency>
56             <dependency>
57                 <groupId>io.dropwizard</groupId>
58                 <artifactId>dropwizard-hibernate</artifactId>
59                 <version>${dropwizard.version}</version>
60             </dependency>
61             <dependency>
62                 <groupId>io.swagger</groupId>
63                 <artifactId>swagger-jersey2-jaxrs</artifactId>
64                 <version>${swagger.version}</version>
65             </dependency> 
66             <!-- lombok -->
67             <dependency>
68                 <groupId>org.projectlombok</groupId>
69                 <artifactId>lombok</artifactId>
70                 <version>${lombok.version}</version>
71             </dependency>
72             <!-- jersey -->
73             <dependency>
74                 <groupId>org.glassfish.jersey.core</groupId>
75                 <artifactId>jersey-server</artifactId>
76                 <version>${jersey.version}</version>
77             </dependency>
78             <dependency>
79                 <groupId>org.glassfish.jersey.media</groupId>
80                 <artifactId>jersey-media-multipart</artifactId>
81                 <version>${jersey.version}</version>
82             </dependency>
83             <dependency>
84                 <groupId>org.glassfish.jersey.containers</groupId>
85                 <artifactId>jersey-container-servlet-core</artifactId>
86                 <version>${jersey.version}</version>
87             </dependency>
88             <!-- consumer -->
89             <dependency>
90                 <groupId>com.eclipsesource.jaxrs</groupId>
91                 <artifactId>consumer</artifactId>
92                 <version>${jaxrs.consumer.version}</version>
93             </dependency>
94             <!-- gson -->
95             <dependency>
96                 <groupId>com.google.code.gson</groupId>
97                 <artifactId>gson</artifactId>
98                 <version>${gson.version}</version>
99             </dependency> 
100             <!-- UT -->
101             <dependency>  
102                 <groupId>junit</groupId>  
103                 <artifactId>junit</artifactId>  
104                 <version>${junit.version}</version>
105             </dependency> 
106             <dependency> 
107                 <groupId>org.powermock</groupId> 
108                 <artifactId>powermock-module-junit4</artifactId> 
109                 <version>${org.powermock.version}</version>
110             </dependency> 
111             <dependency> 
112                 <groupId>org.powermock</groupId> 
113                 <artifactId>powermock-api-mockito</artifactId> 
114                 <version>${org.powermock.version}</version>
115             </dependency> 
116             <dependency>
117                 <groupId>org.apache.ant</groupId>
118                 <artifactId>ant</artifactId>
119                 <version>${org.apache.ant.version}</version>
120             </dependency>
121             <!-- UT end -->
122         </dependencies>
123     </dependencyManagement>
124 </project>