From d9b0610153178b84792b6190ad7ac60e24852fb6 Mon Sep 17 00:00:00 2001 From: YonggangWang Date: Tue, 18 Apr 2017 16:10:47 +0800 Subject: remove openresty binaries from MSB Source Issue-id: OCS-166 Change-Id: I9075e31b6ef079d50727b672a11383db16590eb8 Signed-off-by: YonggangWang --- msb-core/openresty/pom.xml | 83 --------------------- .../resources/openresty-1.9.14.1001-win32.zip | Bin 4254852 -> 0 bytes .../resources/openresty-1.9.14.1001-win64.zip | Bin 4648237 -> 0 bytes .../resources/openresty-1.9.15.1-linux64.tar.gz | Bin 13506533 -> 0 bytes msb-core/pom.xml | 1 - 5 files changed, 84 deletions(-) delete mode 100644 msb-core/openresty/pom.xml delete mode 100644 msb-core/openresty/src/assembly/resources/openresty-1.9.14.1001-win32.zip delete mode 100644 msb-core/openresty/src/assembly/resources/openresty-1.9.14.1001-win64.zip delete mode 100644 msb-core/openresty/src/assembly/resources/openresty-1.9.15.1-linux64.tar.gz diff --git a/msb-core/openresty/pom.xml b/msb-core/openresty/pom.xml deleted file mode 100644 index 02d8beb..0000000 --- a/msb-core/openresty/pom.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - org.openo.common-services.microservice-bus - msb-core-parent - 1.1.0-SNAPSHOT - - - - 4.0.0 - openresty - 1.1.0-SNAPSHOT - common-services-microservice-bus/msb-core/openresty - pom - - - openresty-1.9.15.1-linux64 - openresty-1.9.14.1001-win64 - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-artifacts-linux64 - package - - attach-artifact - - - - - src/assembly/resources/${openresty.linux64.version}.tar.gz - linux64 - tar.gz - - - - - - attach-artifacts-win64 - package - - attach-artifact - - - - - src/assembly/resources/${openresty.win64.version}.zip - win64 - zip - - - - - - - - - - diff --git a/msb-core/openresty/src/assembly/resources/openresty-1.9.14.1001-win32.zip b/msb-core/openresty/src/assembly/resources/openresty-1.9.14.1001-win32.zip deleted file mode 100644 index de23278..0000000 Binary files a/msb-core/openresty/src/assembly/resources/openresty-1.9.14.1001-win32.zip and /dev/null differ diff --git a/msb-core/openresty/src/assembly/resources/openresty-1.9.14.1001-win64.zip b/msb-core/openresty/src/assembly/resources/openresty-1.9.14.1001-win64.zip deleted file mode 100644 index 2164cf3..0000000 Binary files a/msb-core/openresty/src/assembly/resources/openresty-1.9.14.1001-win64.zip and /dev/null differ diff --git a/msb-core/openresty/src/assembly/resources/openresty-1.9.15.1-linux64.tar.gz b/msb-core/openresty/src/assembly/resources/openresty-1.9.15.1-linux64.tar.gz deleted file mode 100644 index 96a4ecc..0000000 Binary files a/msb-core/openresty/src/assembly/resources/openresty-1.9.15.1-linux64.tar.gz and /dev/null differ diff --git a/msb-core/pom.xml b/msb-core/pom.xml index 1820f7d..0ddadf6 100644 --- a/msb-core/pom.xml +++ b/msb-core/pom.xml @@ -38,7 +38,6 @@ target/version - openresty openresty-ext eag-openresty-ext redis-ext -- cgit 1.2.3-korg