summaryrefslogtreecommitdiffstats
path: root/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight
diff options
context:
space:
mode:
authorqinlihan <qin.lihan@zte.com.cn>2017-03-31 14:06:07 +0800
committerqinlihan <qin.lihan@zte.com.cn>2017-03-31 15:07:45 +0800
commitd31686a080f39f8eeb25dad1bd4adcb1c1c5b2c2 (patch)
treeee851091d415553fdf939b7174a5bcb851d2fa15 /wso2bpel-ext/wso2bpel-core/BPEL4RESTLight
parent343731a386b6e23fc828e2b9829588a806a53687 (diff)
remove binaries
Change-Id: I3cccba788fd15081a2096aec335d78f6969f9b2a Issue-id: TOSCA-227 Signed-off-by: qinlihan <qin.lihan@zte.com.cn>
Diffstat (limited to 'wso2bpel-ext/wso2bpel-core/BPEL4RESTLight')
-rw-r--r--wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-api-1.3.5-wso2v4.jarbin116110 -> 0 bytes
-rw-r--r--wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-obj-1.3.5-wso2v4.jarbin74250 -> 0 bytes
-rw-r--r--wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-runtime-1.3.5-wso2v4.jarbin746870 -> 0 bytes
-rw-r--r--wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml35
4 files changed, 34 insertions, 1 deletions
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
--- a/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-api-1.3.5-wso2v4.jar
+++ /dev/null
Binary files 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
--- a/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-obj-1.3.5-wso2v4.jar
+++ /dev/null
Binary files 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
--- a/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-runtime-1.3.5-wso2v4.jar
+++ /dev/null
Binary files 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 @@
<httpclient.version>4.4.1</httpclient.version>
</properties>
+<repositories>
+ <repository>
+ <id>wso2-nexus</id>
+ <url>http://dist.wso2.org/maven2</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
<build>
<finalName>bpel4rest</finalName>
@@ -109,7 +122,7 @@
<scope>system</scope>
<systemPath>${project.basedir}/libs/ode-bpel-runtime-1.3.5-wso2v4.jar</systemPath>
</dependency>
- -->
+
<dependency>
<groupId>org.apache.ode</groupId>
@@ -138,6 +151,26 @@
<systemPath>${project.basedir}/libs/ode-bpel-runtime-1.3.5-wso2v4.jar</systemPath>
</dependency>
+ -->
+
+<dependency>
+ <groupId>org.wso2.bpel</groupId>
+ <artifactId>ode-bpel-api</artifactId>
+ <version>1.3.5-wso2v4</version>
+</dependency>
+
+<dependency>
+ <groupId>org.wso2.bpel</groupId>
+ <artifactId>ode-bpel-obj</artifactId>
+ <version>1.3.5-wso2v4</version>
+</dependency>
+
+<dependency>
+ <groupId>org.wso2.bpel</groupId>
+ <artifactId>ode-bpel-runtime</artifactId>
+ <version>1.3.5-wso2v4</version>
+</dependency>
+
<dependency>
<groupId>com.googlecode.json-simple</groupId>