diff options
author | qinlihan <qin.lihan@zte.com.cn> | 2017-03-31 14:06:07 +0800 |
---|---|---|
committer | qinlihan <qin.lihan@zte.com.cn> | 2017-03-31 15:07:45 +0800 |
commit | d31686a080f39f8eeb25dad1bd4adcb1c1c5b2c2 (patch) | |
tree | ee851091d415553fdf939b7174a5bcb851d2fa15 /wso2bpel-ext | |
parent | 343731a386b6e23fc828e2b9829588a806a53687 (diff) |
remove binaries
Change-Id: I3cccba788fd15081a2096aec335d78f6969f9b2a
Issue-id: TOSCA-227
Signed-off-by: qinlihan <qin.lihan@zte.com.cn>
Diffstat (limited to 'wso2bpel-ext')
-rw-r--r-- | wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-api-1.3.5-wso2v4.jar | bin | 116110 -> 0 bytes | |||
-rw-r--r-- | wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-obj-1.3.5-wso2v4.jar | bin | 74250 -> 0 bytes | |||
-rw-r--r-- | wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-runtime-1.3.5-wso2v4.jar | bin | 746870 -> 0 bytes | |||
-rw-r--r-- | wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml | 35 | ||||
-rw-r--r-- | wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml | 4 | ||||
-rw-r--r-- | wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/lib/soapui-1.7.1.jar | bin | 2031098 -> 0 bytes | |||
-rw-r--r-- | wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/lib/soapui-xmlbeans-1.7.jar | bin | 299196 -> 0 bytes | |||
-rw-r--r-- | wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml | 16 |
8 files changed, 43 insertions, 12 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 Binary files differdeleted file mode 100644 index b6da951..0000000 --- a/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-api-1.3.5-wso2v4.jar +++ /dev/null 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 Binary files differdeleted file mode 100644 index dccc75f..0000000 --- a/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-obj-1.3.5-wso2v4.jar +++ /dev/null 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 Binary files differdeleted file mode 100644 index f8d5c45..0000000 --- a/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-runtime-1.3.5-wso2v4.jar +++ /dev/null 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> 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 @@ </goals> <configuration> <target name="distribution"> - <copy todir="target/assembly/linux64/wso2bps-ext/lib"> + <!--copy todir="target/assembly/linux64/wso2bps-ext/lib"> <fileset dir="../../wso2bpel-mgr/lib"> <include name="*"/> </fileset> @@ -191,7 +191,7 @@ <fileset dir="../../wso2bpel-mgr/lib"> <include name="*"/> </fileset> - </copy> + </copy--> <tar destfile="${version.output}/${packagename}-${project.version}-linux64.tar.gz" longfile="posix" compression="gzip"> <tarfileset dir="target/assembly/linux64" filemode="0644" dirmode="0755"> <exclude name="**/*.sh"/> 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 Binary files differdeleted file mode 100644 index cd394a6..0000000 --- a/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/lib/soapui-1.7.1.jar +++ /dev/null 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 Binary files differdeleted file mode 100644 index 79fad6f..0000000 --- a/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/lib/soapui-xmlbeans-1.7.jar +++ /dev/null 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 @@ -40,6 +40,10 @@ <enabled>false</enabled> </snapshots> </repository> + <repository> + <id>smartbearsoftware</id> + <url>http://smartbearsoftware.com/repository/maven2/</url> + </repository> </repositories> <build> @@ -422,20 +426,14 @@ </dependency> <dependency> - <groupId>com.eviware.soapui</groupId> + <groupId>eviware</groupId> <artifactId>soapui</artifactId> - <version>1.7.1</version> - <type>jar</type> - <scope>system</scope> - <systemPath>${project.basedir}/lib/soapui-1.7.1.jar</systemPath> + <version>1.7.5</version> </dependency> <dependency> - <groupId>com.eviware.soapui</groupId> + <groupId>eviware</groupId> <artifactId>soapui-xmlbeans</artifactId> <version>1.7</version> - <type>jar</type> - <scope>system</scope> - <systemPath>${project.basedir}/lib/soapui-xmlbeans-1.7.jar</systemPath> </dependency> </dependencies> |