Commit de79f6a9 by Adi Amir

update common.utils to 1.2.5

parent 1c4257f5
Showing with 6 additions and 3 deletions
### Microservice Framework in JAVA ### Microservice Framework in JAVA
### 1.4.2:
- update common.utils to 1.2.5
### 1.4.1: ### 1.4.1:
- update common.utils to 1.2.4 - update common.utils to 1.2.4
......
group 'com.ipgallery.common' group 'com.ipgallery.common'
version '1.4.1' version '1.4.1.x'
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'maven-publish' apply plugin: 'maven-publish'
...@@ -12,7 +12,7 @@ sourceCompatibility = 1.8 ...@@ -12,7 +12,7 @@ sourceCompatibility = 1.8
repositories { repositories {
//use mavenLocal in cases you want to create this jar on your local machine //use mavenLocal in cases you want to create this jar on your local machine
//or to be able to use one //or to be able to use one
//mavenLocal()//defaults to ~/.m2/repository mavenLocal()//defaults to ~/.m2/repository
maven { url "http://172.16.1.132:8081/repository/internal" } maven { url "http://172.16.1.132:8081/repository/internal" }
} }
...@@ -26,7 +26,7 @@ dependencies { ...@@ -26,7 +26,7 @@ dependencies {
compile 'com.netflix.hystrix:hystrix-metrics-event-stream:1.4.12' compile 'com.netflix.hystrix:hystrix-metrics-event-stream:1.4.12'
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.2.4' compile 'com.ipgallery.common:utils:1.2.4.x'
compile ('com.ipgallery.common:rabbitmq:1.0.3') compile ('com.ipgallery.common:rabbitmq:1.0.3')
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'
......
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