Commit 979c3252 by amir

using com.ipgallery.common:utils:1.1.1

parent 7dbe89ca
Showing with 2 additions and 3 deletions
group 'com.ipgallery.common'
version '1.0.2'
version '1.0.3'
apply plugin: 'java'
apply plugin: 'maven-publish'
......@@ -9,14 +9,13 @@ sourceCompatibility = 1.8
repositories {
//mavenCentral()
maven { url "http://172.16.1.132:8081/repository/internal" }
maven { url "http://mandubian-mvn.googlecode.com/svn/trunk/mandubian-mvn/repository" }
}
dependencies {
compile 'com.fasterxml.jackson.core:jackson-databind:2.2.3'
compile 'com.github.stephenc.eaio-uuid:uuid:3.4.0'
compile 'redis.clients:jedis:2.4.2'
compile 'com.ipgallery.common:utils:1.1.0'
compile 'com.ipgallery.common:utils:1.1.1'
compile group: 'org.springframework', name: 'spring-web', version: '3.2.6.RELEASE'
compile group: 'com.google.code.gson', name: 'gson', version: '2.2.2'
compile 'redis.clients:jedis:2.4.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