Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery.common.java
/
mcz-core
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
979c3252
authored
Jul 12, 2016
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
using com.ipgallery.common:utils:1.1.1
parent
7dbe89ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
build.gradle
build.gradle
View file @
979c3252
group
'com.ipgallery.common'
group
'com.ipgallery.common'
version
'1.0.
2
'
version
'1.0.
3
'
apply
plugin:
'java'
apply
plugin:
'java'
apply
plugin:
'maven-publish'
apply
plugin:
'maven-publish'
...
@@ -9,14 +9,13 @@ sourceCompatibility = 1.8
...
@@ -9,14 +9,13 @@ sourceCompatibility = 1.8
repositories
{
repositories
{
//mavenCentral()
//mavenCentral()
maven
{
url
"http://172.16.1.132:8081/repository/internal"
}
maven
{
url
"http://172.16.1.132:8081/repository/internal"
}
maven
{
url
"http://mandubian-mvn.googlecode.com/svn/trunk/mandubian-mvn/repository"
}
}
}
dependencies
{
dependencies
{
compile
'com.fasterxml.jackson.core:jackson-databind:2.2.3'
compile
'com.fasterxml.jackson.core:jackson-databind:2.2.3'
compile
'com.github.stephenc.eaio-uuid:uuid:3.4.0'
compile
'com.github.stephenc.eaio-uuid:uuid:3.4.0'
compile
'redis.clients:jedis:2.4.2'
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:
'org.springframework'
,
name:
'spring-web'
,
version:
'3.2.6.RELEASE'
compile
group:
'com.google.code.gson'
,
name:
'gson'
,
version:
'2.2.2'
compile
group:
'com.google.code.gson'
,
name:
'gson'
,
version:
'2.2.2'
compile
'redis.clients:jedis:2.4.2'
compile
'redis.clients:jedis:2.4.2'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment