From 2fc88d416c3207c382b9b35f847a25c1114cbdd5 Mon Sep 17 00:00:00 2001 From: 10090474 Date: Sun, 22 Jan 2017 16:06:27 +0800 Subject: Merger the code provide by lvbo chenbo. Change-Id: I6b4b0402dea075e8d4d4629dfef3fe16d7930901 Issue-id: OCS-198 Signed-off-by: 10090474 --- wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml | 147 ++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml (limited to 'wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml') diff --git a/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml b/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml new file mode 100644 index 0000000..1e00421 --- /dev/null +++ b/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml @@ -0,0 +1,147 @@ + + + 4.0.0 + + + org.openo.common-services.common-utilities.wso2bpel-ext + wso2bpel-core-parent + 1.1.0-SNAPSHOT + + + BPEL4RESTLight + openo/commonservice/commonutilities/wso2bpel-core-parent/BPEL4RESTLight + + jar + + + 4.4.1 + + + + + bpel4rest + + + + com.mycila + license-maven-plugin + + + ** + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + false + + ** + + + + + + + + + + commons-codec + commons-codec + 1.3 + compile + + + commons-httpclient + commons-httpclient + 3.0-rc4 + + + commons-logging + commons-logging + 1.0.3 + + + org.apache.httpcomponents + httpcore + ${httpclient.version} + + + + + org.apache.ode + ode-bpel-api + 1.3.5 + + system + ${project.basedir}/libs/ode-bpel-api-1.3.5-wso2v4.jar + + + + org.apache.ode + ode-bpel-obj + 1.3.5 + + system + ${project.basedir}/libs/ode-bpel-obj-1.3.5-wso2v4.jar + + + + org.apache.ode + ode-bpel-runtime + 1.3.5 + + system + ${project.basedir}/libs/ode-bpel-runtime-1.3.5-wso2v4.jar + + + + + com.googlecode.json-simple + json-simple + 1.1.1 + + + -- cgit 1.2.3-korg