Skip to content

Commit

Permalink
changes to trigger the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kurilov committed Aug 1, 2016
1 parent da7c50a commit 342a0bd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions deps.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ ext {

lmax_disruptor = [ "com.lmax:disruptor:3.3.0" ]

log4j_api = [ "org.apache.logging.log4j:log4j-api:2.6.1" ]
log4j_core = [ "org.apache.logging.log4j:log4j-core:2.6.1" ]
log4j_iostreams = [ "org.apache.logging.log4j:log4j-iostreams:2.6.1" ]
log4j_jcl = [ "org.apache.logging.log4j:log4j-jcl:2.6.1" ]
log4j_jul = [ "org.apache.logging.log4j:log4j-jul:2.6.1" ]
log4j_slf4j_impl = [ "org.apache.logging.log4j:log4j-slf4j-impl:2.6.1" ]
log4j_web = [ "org.apache.logging.log4j:log4j-web:2.6.1" ]
log4j_api = [ "org.apache.logging.log4j:log4j-api:2.6.2" ]
log4j_core = [ "org.apache.logging.log4j:log4j-core:2.6.2" ]
log4j_iostreams = [ "org.apache.logging.log4j:log4j-iostreams:2.6.2" ]
log4j_jcl = [ "org.apache.logging.log4j:log4j-jcl:2.6.2" ]
log4j_jul = [ "org.apache.logging.log4j:log4j-jul:2.6.2" ]
log4j_slf4j_impl = [ "org.apache.logging.log4j:log4j-slf4j-impl:2.6.2" ]
log4j_web = [ "org.apache.logging.log4j:log4j-web:2.6.2" ]

metrics_core = [ "io.dropwizard.metrics:metrics-core:3.1.2" ]

Expand Down

0 comments on commit 342a0bd

Please sign in to comment.