From d31686a080f39f8eeb25dad1bd4adcb1c1c5b2c2 Mon Sep 17 00:00:00 2001 From: qinlihan Date: Fri, 31 Mar 2017 14:06:07 +0800 Subject: remove binaries Change-Id: I3cccba788fd15081a2096aec335d78f6969f9b2a Issue-id: TOSCA-227 Signed-off-by: qinlihan --- .../libs/ode-bpel-api-1.3.5-wso2v4.jar | Bin 116110 -> 0 bytes .../libs/ode-bpel-obj-1.3.5-wso2v4.jar | Bin 74250 -> 0 bytes .../libs/ode-bpel-runtime-1.3.5-wso2v4.jar | Bin 746870 -> 0 bytes wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml | 35 ++++++++++++++++++++- .../wso2bpel-core/distribution/standalone/pom.xml | 4 +-- .../wso2bpel-mgr/lib/soapui-1.7.1.jar | Bin 2031098 -> 0 bytes .../wso2bpel-mgr/lib/soapui-xmlbeans-1.7.jar | Bin 299196 -> 0 bytes wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml | 16 +++++----- 8 files changed, 43 insertions(+), 12 deletions(-) delete mode 100644 wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-api-1.3.5-wso2v4.jar delete mode 100644 wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-obj-1.3.5-wso2v4.jar delete mode 100644 wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-runtime-1.3.5-wso2v4.jar delete mode 100644 wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/lib/soapui-1.7.1.jar delete mode 100644 wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/lib/soapui-xmlbeans-1.7.jar (limited to 'wso2bpel-ext') diff --git a/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-api-1.3.5-wso2v4.jar b/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-api-1.3.5-wso2v4.jar deleted file mode 100644 index b6da951..0000000 Binary files a/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-api-1.3.5-wso2v4.jar and /dev/null differ diff --git a/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-obj-1.3.5-wso2v4.jar b/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-obj-1.3.5-wso2v4.jar deleted file mode 100644 index dccc75f..0000000 Binary files a/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-obj-1.3.5-wso2v4.jar and /dev/null differ diff --git a/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-runtime-1.3.5-wso2v4.jar b/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-runtime-1.3.5-wso2v4.jar deleted file mode 100644 index f8d5c45..0000000 Binary files a/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-runtime-1.3.5-wso2v4.jar and /dev/null differ diff --git a/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml b/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml index 21c9105..3f81980 100644 --- a/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml +++ b/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml @@ -37,6 +37,19 @@ 4.4.1 + + + wso2-nexus + http://dist.wso2.org/maven2 + + true + + + false + + + + bpel4rest @@ -109,7 +122,7 @@ system ${project.basedir}/libs/ode-bpel-runtime-1.3.5-wso2v4.jar - --> + org.apache.ode @@ -138,6 +151,26 @@ ${project.basedir}/libs/ode-bpel-runtime-1.3.5-wso2v4.jar + --> + + + org.wso2.bpel + ode-bpel-api + 1.3.5-wso2v4 + + + + org.wso2.bpel + ode-bpel-obj + 1.3.5-wso2v4 + + + + org.wso2.bpel + ode-bpel-runtime + 1.3.5-wso2v4 + + com.googlecode.json-simple diff --git a/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml b/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml index 1f435eb..00b57ba 100644 --- a/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml +++ b/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml @@ -182,7 +182,7 @@ - + diff --git a/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/lib/soapui-1.7.1.jar b/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/lib/soapui-1.7.1.jar deleted file mode 100644 index cd394a6..0000000 Binary files a/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/lib/soapui-1.7.1.jar and /dev/null differ diff --git a/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/lib/soapui-xmlbeans-1.7.jar b/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/lib/soapui-xmlbeans-1.7.jar deleted file mode 100644 index 79fad6f..0000000 Binary files a/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/lib/soapui-xmlbeans-1.7.jar and /dev/null differ diff --git a/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml b/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml index d60f462..08aa6ab 100644 --- a/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml +++ b/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml @@ -39,6 +39,10 @@ false + + + smartbearsoftware + http://smartbearsoftware.com/repository/maven2/ @@ -422,20 +426,14 @@ - com.eviware.soapui + eviware soapui - 1.7.1 - jar - system - ${project.basedir}/lib/soapui-1.7.1.jar + 1.7.5 - com.eviware.soapui + eviware soapui-xmlbeans 1.7 - jar - system - ${project.basedir}/lib/soapui-xmlbeans-1.7.jar -- cgit 1.2.3-korg