Update pom and docker version of vfc-wfengine
[vfc/nfvo/wfengine.git] / wso2 / wso2bpel-ext / wso2bpel-core / BPEL4RESTLight / pom.xml
1 <?xml version="1.0"?>
2 <!--
3
4     Copyright 2016-2017 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         <modelVersion>4.0.0</modelVersion>
21
22         <parent>
23                 <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId>
24                 <artifactId>wso2bpel-core-parent</artifactId>
25                 <version>1.2.0-SNAPSHOT</version>
26         </parent>
27 <!--
28         <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId>
29         <version>0.0.1-SNAPSHOT</version>
30         -->
31         <artifactId>BPEL4RESTLight</artifactId>
32         <name>common-services-common-utilities/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight</name>
33         
34         <packaging>jar</packaging>
35         
36         <properties>
37         <httpclient.version>4.4.1</httpclient.version>
38     </properties>
39         
40 <repositories>
41     <repository>
42         <id>wso2-nexus</id>
43         <url>http://dist.wso2.org/maven2</url>
44         <releases>
45       <enabled>true</enabled>
46         </releases>
47         <snapshots>
48       <enabled>false</enabled>
49         </snapshots>
50     </repository>
51  </repositories>
52   
53         <build>
54                 
55                 <finalName>bpel4rest</finalName>
56                 
57         <plugins>
58                         <plugin>
59                 <groupId>com.mycila</groupId>
60                 <artifactId>license-maven-plugin</artifactId>
61                 <configuration>
62                     <excludes>
63                         <excludes>**</excludes>
64                     </excludes>
65                 </configuration>
66             </plugin>
67                         
68             <plugin>
69                 <groupId>org.apache.maven.plugins</groupId>
70                 <artifactId>maven-checkstyle-plugin</artifactId>
71                 <inherited>false</inherited>
72                 <configuration>
73                     <excludes>**</excludes>
74                 </configuration>
75             </plugin>
76                         
77         </plugins>
78     </build>
79         
80         
81         <dependencies>
82                 <dependency>
83                         <groupId>commons-codec</groupId>
84                         <artifactId>commons-codec</artifactId>
85                         <version>1.3</version>
86                         <scope>compile</scope>
87                 </dependency>
88                 <dependency>
89                         <groupId>commons-httpclient</groupId>
90                         <artifactId>commons-httpclient</artifactId>
91                         <version>3.0-rc4</version>
92                 </dependency>
93                 <dependency>
94                         <groupId>commons-logging</groupId>
95                         <artifactId>commons-logging</artifactId>
96                         <version>1.0.3</version>
97                 </dependency>
98                 <dependency>
99                         <groupId>org.apache.httpcomponents</groupId>
100                         <artifactId>httpcore</artifactId>
101                         <version>${httpclient.version}</version>
102                 </dependency>
103                 <!--
104                 <dependency>
105                         <groupId>org.apache.ode</groupId>
106                         <artifactId>ode-bpel-api</artifactId>
107                         <version>1.3.5</version>
108                         <scope>system</scope>
109                         <systemPath>${project.basedir}/libs/ode-bpel-api-1.3.5-wso2v4.jar</systemPath>
110                 </dependency>
111                 <dependency>
112                         <groupId>org.apache.ode</groupId>
113                         <artifactId>ode-bpel-obj</artifactId>
114                         <version>1.3.5</version>
115                         <scope>system</scope>
116                         <systemPath>${project.basedir}/libs/ode-bpel-obj-1.3.5-wso2v4.jar</systemPath>
117                 </dependency>
118                 <dependency>
119                         <groupId>org.apache.ode</groupId>
120                         <artifactId>ode-bpel-runtime</artifactId>
121                         <version>1.3.5</version>
122                         <scope>system</scope>
123                         <systemPath>${project.basedir}/libs/ode-bpel-runtime-1.3.5-wso2v4.jar</systemPath>
124                 </dependency>
125                 
126                 
127                 <dependency>
128                         <groupId>org.apache.ode</groupId>
129                         <artifactId>ode-bpel-api</artifactId>
130                         <version>1.3.5</version>
131                         
132                         <scope>system</scope>
133                         <systemPath>${project.basedir}/libs/ode-bpel-api-1.3.5-wso2v4.jar</systemPath>
134                         
135                 </dependency>
136                 <dependency>
137                         <groupId>org.apache.ode</groupId>
138                         <artifactId>ode-bpel-obj</artifactId>
139                         <version>1.3.5</version>
140                         
141                         <scope>system</scope>
142                         <systemPath>${project.basedir}/libs/ode-bpel-obj-1.3.5-wso2v4.jar</systemPath>
143                         
144                 </dependency>
145                 <dependency>
146                         <groupId>org.apache.ode</groupId>
147                         <artifactId>ode-bpel-runtime</artifactId>
148                         <version>1.3.5</version>
149                         
150                         <scope>system</scope>
151                         <systemPath>${project.basedir}/libs/ode-bpel-runtime-1.3.5-wso2v4.jar</systemPath>
152                         
153                 </dependency>
154                 -->
155                 
156 <dependency>
157     <groupId>org.wso2.bpel</groupId>
158     <artifactId>ode-bpel-api</artifactId>
159     <version>1.3.5-wso2v4</version>
160 </dependency>
161                 
162 <dependency>
163     <groupId>org.wso2.bpel</groupId>
164     <artifactId>ode-bpel-obj</artifactId>
165     <version>1.3.5-wso2v4</version>
166 </dependency>
167                 
168 <dependency>
169     <groupId>org.wso2.bpel</groupId>
170     <artifactId>ode-bpel-runtime</artifactId>
171     <version>1.3.5-wso2v4</version>
172 </dependency>
173
174                 
175                 <dependency>
176                         <groupId>com.googlecode.json-simple</groupId>
177                         <artifactId>json-simple</artifactId>
178                         <version>1.1.1</version>
179                 </dependency>
180         </dependencies>
181 </project>