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