remove binaries
authorqinlihan <qin.lihan@zte.com.cn>
Fri, 31 Mar 2017 06:06:07 +0000 (14:06 +0800)
committerqinlihan <qin.lihan@zte.com.cn>
Fri, 31 Mar 2017 07:07:45 +0000 (15:07 +0800)
Change-Id: I3cccba788fd15081a2096aec335d78f6969f9b2a
Issue-id: TOSCA-227
Signed-off-by: qinlihan <qin.lihan@zte.com.cn>
wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-api-1.3.5-wso2v4.jar [deleted file]
wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-obj-1.3.5-wso2v4.jar [deleted file]
wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-runtime-1.3.5-wso2v4.jar [deleted file]
wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/pom.xml
wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml
wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/lib/soapui-1.7.1.jar [deleted file]
wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/lib/soapui-xmlbeans-1.7.jar [deleted file]
wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml

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 (file)
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 (file)
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 (file)
index f8d5c45..0000000
Binary files a/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/libs/ode-bpel-runtime-1.3.5-wso2v4.jar and /dev/null differ
index 21c9105..3f81980 100644 (file)
         <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>
                        <scope>system</scope>
                        <systemPath>${project.basedir}/libs/ode-bpel-runtime-1.3.5-wso2v4.jar</systemPath>
                </dependency>
-               -->
+               
                
                <dependency>
                        <groupId>org.apache.ode</groupId>
                        <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>
index 1f435eb..00b57ba 100644 (file)
                         </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>
                                     <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
deleted file mode 100644 (file)
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 (file)
index 79fad6f..0000000
Binary files a/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/lib/soapui-xmlbeans-1.7.jar and /dev/null differ
index d60f462..08aa6ab 100644 (file)
        <snapshots>
       <enabled>false</enabled>
        </snapshots>
+    </repository>
+       <repository>
+       <id>smartbearsoftware</id>
+       <url>http://smartbearsoftware.com/repository/maven2/</url>
     </repository>
   </repositories>
   
 </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>