Commit e2e6fdd9 by Adi Amir

change version to 1.3.1

parent e5e6efa2
Showing with 6 additions and 4 deletions
### Microservice Framework in JAVA ### Microservice Framework in JAVA
## 1.3.1:
- add rabbotmq command client + change version to 1.3.1
## 1.3.0: ## 1.3.0:
- add service authorization with jwt - add service authorization with jwt
- env param override config file - env param override config file
......
group 'com.ipgallery.common' group 'com.ipgallery.common'
version '1.3.0' version '1.3.1'
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'maven-publish' apply plugin: 'maven-publish'
...@@ -27,9 +27,9 @@ dependencies { ...@@ -27,9 +27,9 @@ dependencies {
compile 'redis.clients:jedis:2.4.2' compile 'redis.clients:jedis:2.4.2'
compile 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.0.2' compile 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.0.2'
compile 'com.ipgallery.common:utils:1.1.4' compile 'com.ipgallery.common:utils:1.1.4'
//compile ('com.ipgallery.common:rabbitmq:1.0.2') compile ('com.ipgallery.common:rabbitmq:1.0.3')
compile 'com.rabbitmq:amqp-client:3.6.3' //compile 'com.rabbitmq:amqp-client:3.6.3'
compile files ('resources/rabbitmq-1.0.x.jar') //compile files ('resources/rabbitmq-1.0.x.jar')
compile 'com.ecwid.consul:consul-api:1.1.9' compile 'com.ecwid.consul:consul-api:1.1.9'
compile 'com.github.davidb:metrics-influxdb:0.8.2' compile 'com.github.davidb:metrics-influxdb:0.8.2'
compile 'io.dropwizard.metrics:metrics-graphite:3.1.2' compile 'io.dropwizard.metrics:metrics-graphite:3.1.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