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
7444a502
authored
Aug 08, 2016
by
Adi Amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
complete debugging rabbit server side
parent
55ce5d33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
build.gradle
build.gradle
View file @
7444a502
...
...
@@ -19,7 +19,7 @@ repositories {
dependencies
{
compile
'io.undertow:undertow-core:1.0.1.Final'
compile
'com.rabbitmq:rabbitmq-client:1.3.0'
//compile 'com.rabbitmq:amqp-client:3.6.3'//
compile 'com.rabbitmq:rabbitmq-client:1.3.0'
compile
'com.fasterxml.jackson.core:jackson-databind:2.2.3'
compile
'com.github.stephenc.eaio-uuid:uuid:3.4.0'
compile
'io.dropwizard.metrics:metrics-core:3.1.0'
...
...
@@ -29,10 +29,8 @@ dependencies {
compile
'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.0.2'
// compile 'com.ipgallery.common:utils:1.1.3-LOCAL' //local
compile
'com.ipgallery.common:utils:1.1.3'
// compile ('com.ipgallery.common:rabbitmq:1.0.1')
compile
(
'com.ipgallery.common:rabbitmq:1.0.1'
)
{
exclude
group:
'com.ipgallery.common'
,
module:
'utils'
}
//compile ('com.ipgallery.common:rabbitmq:1.0.2')
compile
files
(
'resources/rabbitmq-1.0.x.jar'
)
compile
'com.ecwid.consul:consul-api:1.1.9'
compile
'com.github.davidb:metrics-influxdb:0.8.2'
compile
'io.dropwizard.metrics:metrics-graphite:3.1.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