Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery.common.java
/
microservice
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
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
a9fd8a9c
authored
Jan 17, 2017
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
upgrade to 1.3.6, utils 1.2.0
parent
0a2e8114
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
README.md
build.gradle
README.md
View file @
a9fd8a9c
### Microservice Framework in JAVA
## 1.3.6: upgrade common-utils 1.2.0
## 1.3.2:
-
add getMD5Hash, catch unhandled exceptions, add command-params builder
## 1.3.1:
...
...
build.gradle
View file @
a9fd8a9c
group
'com.ipgallery.common'
version
'1.3.
5
'
version
'1.3.
6
'
apply
plugin:
'java'
apply
plugin:
'maven-publish'
...
...
@@ -12,7 +12,7 @@ sourceCompatibility = 1.8
repositories
{
//use mavenLocal in cases you want to create this jar on your local machine
//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"
}
}
...
...
@@ -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.
1.5
'
compile
'com.ipgallery.common:utils:1.
2.0
'
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'
...
...
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