Commit b443c7cf by amir

prepare to merge with develop

parent 84b2186f
Showing with 3 additions and 2 deletions
### Microservice Framework in JAVA
## 2.0.0 merge the new microservices design in develop branch
## 1.4.x: New microservices design:
- Truly async handling for rest commands receive and send
- set log level from rest:
......
group 'com.ipgallery.common'
version '2.0.6-services'
version '2.0.0'
apply plugin: 'java'
apply plugin: 'maven-publish'
......@@ -26,7 +26,7 @@ dependencies {
compile 'com.netflix.hystrix:hystrix-metrics-event-stream:1.4.12'
compile 'redis.clients:jedis:2.4.2'
compile 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.0.2'
compile 'com.ipgallery.common:utils:1.2.0'
compile 'com.ipgallery.common:utils:1.2.5'
compile ('com.ipgallery.common:rabbitmq:1.0.3')
compile 'com.ecwid.consul:consul-api:1.1.9'
compile 'com.github.davidb:metrics-influxdb:0.8.2'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment