summaryrefslogtreecommitdiffstats
path: root/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml')
-rw-r--r--wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml35
1 files changed, 34 insertions, 1 deletions
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>