diff options
author | YonggangWang <wang.yonggang131@zte.com.cn> | 2017-03-21 14:11:10 +0800 |
---|---|---|
committer | YonggangWang <wang.yonggang131@zte.com.cn> | 2017-03-21 14:25:00 +0800 |
commit | c656c085cf327eea0e149c956e6e63b85c2b8427 (patch) | |
tree | da170cc9d154ba9a9e1ff6665bfbdb025f127f0f /msb-core/pom.xml | |
parent | 080239b0ac6a2fca8a227b5e700ba33638d1d10a (diff) |
Use redis binary from OPEN-O Nexus to build
Issue-id: OCS-174
Modify Maven Scripts to Download Redis Binary from OPEN-O Nexus for MSB Building
Change-Id: Ie8088eba0845034f19585fc9e77031227b1df92e
Signed-off-by: YonggangWang <wang.yonggang131@zte.com.cn>
Diffstat (limited to 'msb-core/pom.xml')
-rw-r--r-- | msb-core/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/msb-core/pom.xml b/msb-core/pom.xml index 2cf5f14..4871844 100644 --- a/msb-core/pom.xml +++ b/msb-core/pom.xml @@ -30,11 +30,18 @@ <version>1.1.0-SNAPSHOT</version> <name>common-services-microservice-bus/msb-core</name> <packaging>pom</packaging> + <properties> + <openresty.version>1.11.2.2</openresty.version> + <redis.version>3.2.6</redis.version> + <classifier.linux64>linux64</classifier.linux64> + <linux64outputdir>target/assembly/${classifier.linux64}/</linux64outputdir> + <version.output>target/version</version.output> + </properties> <modules> <module>openresty</module> <module>openresty-ext</module> <module>eag-openresty-ext</module> - <module>redis</module> + <!--<module>redis</module>--> <module>redis-ext</module> <module>apiroute</module> <module>distributions</module> |