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/wso2bpel-core/wso2bpel-mgr | |
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/wso2bpel-core/wso2bpel-mgr')
-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 |
3 files changed, 7 insertions, 9 deletions
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> |