Skip to content

Commit

Permalink
updated used dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
  • Loading branch information
thjaeckle committed May 15, 2018
1 parent 0b62511 commit f38f5ba
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
28 changes: 14 additions & 14 deletions 3rd-dependencies/compile.txt
Expand Up @@ -5,6 +5,7 @@
com.fasterxml.jackson.core:jackson-annotations:jar:2.8.0:compile
com.fasterxml.jackson.core:jackson-core:jar:2.8.10:compile
com.fasterxml.jackson.core:jackson-databind:jar:2.8.10:compile
com.github.ben-manes.caffeine:caffeine:jar:2.6.2:compile
com.github.jjagged:metrics-statsd:jar:1.0.0:compile
com.github.jnr:jffi:jar:1.2.16:compile
com.github.jnr:jnr-constants:jar:0.9.9:compile
Expand All @@ -14,7 +15,6 @@
com.github.scullxbones:akka-persistence-mongo-casbah_2.12:jar:2.0.9:compile
com.github.scullxbones:akka-persistence-mongo-common_2.12:jar:2.0.9:compile
com.google.code.findbugs:jsr305:jar:3.0.1:compile
com.google.guava:guava:jar:21.0:compile
com.newmotion:akka-rabbitmq_2.12:jar:5.0.0:compile
com.rabbitmq:amqp-client:jar:5.1.1:compile
com.typesafe.akka:akka-actor_2.12:jar:2.5.12:compile
Expand Down Expand Up @@ -43,25 +43,25 @@
io.kamon:kamon-scala_2.12:jar:0.6.7:compile
io.kamon:kamon-statsd_2.12:jar:0.6.7:compile
io.kamon:kamon-system-metrics_2.12:jar:0.6.7:compile
io.netty:netty-buffer:jar:4.1.22.Final:compile
io.netty:netty-codec-http:jar:4.1.22.Final:compile
io.netty:netty-codec:jar:4.1.22.Final:compile
io.netty:netty-common:jar:4.1.22.Final:compile
io.netty:netty-handler:jar:4.1.22.Final:compile
io.netty:netty-buffer:jar:4.1.24.Final:compile
io.netty:netty-codec-http:jar:4.1.24.Final:compile
io.netty:netty-codec:jar:4.1.24.Final:compile
io.netty:netty-common:jar:4.1.24.Final:compile
io.netty:netty-handler:jar:4.1.24.Final:compile
io.netty:netty:jar:3.10.6.Final:compile
io.netty:netty-resolver:jar:4.1.22.Final:compile
io.netty:netty-transport:jar:4.1.22.Final:compile
io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.22.Final:compile
io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.22.Final:compile
io.netty:netty-transport-native-unix-common:jar:4.1.22.Final:compile
io.netty:netty-resolver:jar:4.1.24.Final:compile
io.netty:netty-transport:jar:4.1.24.Final:compile
io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.24.Final:compile
io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.24.Final:compile
io.netty:netty-transport-native-unix-common:jar:4.1.24.Final:compile
javax.jms:javax.jms-api:jar:2.0.1:compile
joda-time:joda-time:jar:2.9.4:compile
net.logstash.logback:logstash-logback-encoder:jar:4.11:compile
nl.grons:metrics-scala_2.12:jar:3.5.5_a2.4:compile
org.agrona:agrona:jar:0.9.12:compile
org.apache.geronimo.specs:geronimo-jms_2.0_spec:jar:1.0-alpha-2:compile
org.apache.qpid:proton-j:jar:0.26.0:compile
org.apache.qpid:qpid-jms-client:jar:0.31.0:compile
org.apache.qpid:proton-j:jar:0.27.1:compile
org.apache.qpid:qpid-jms-client:jar:0.32.0:compile
org.codehaus.janino:commons-compiler:jar:2.7.8:compile
org.codehaus.janino:janino:jar:2.7.8:compile
org.hdrhistogram:HdrHistogram:jar:2.1.9:compile
Expand Down Expand Up @@ -90,5 +90,5 @@
org.scala-lang:scala-library:jar:2.12.3:compile
org.slf4j:slf4j-api:jar:1.7.25:compile
org.typelevel:macro-compat_2.12:jar:1.1.1:compile
org.webjars.npm:bytebuffer:jar:5.0.0:compile
org.webjars.npm:bytebuffer:jar:5.0.1:compile
org.webjars.npm:long:jar:3.2.0:compile
3 changes: 2 additions & 1 deletion 3rd-dependencies/test.txt
@@ -1,5 +1,4 @@
com.github.dnvriend:akka-persistence-inmemory_2.12:jar:2.5.1.1:test
com.github.jnr:jffi:jar:native:1.2.16:test
commons-io:commons-io:jar:2.4:test
com.typesafe.akka:akka-http-testkit_2.12:jar:10.1.1:test
com.typesafe.akka:akka-persistence-query_2.12:jar:2.5.12:test
Expand All @@ -18,7 +17,9 @@
org.apache.commons:commons-lang3:jar:3.1:test
org.apache.commons:commons-math3:jar:3.2:test
org.assertj:assertj-core:jar:3.8.0:test
org.awaitility:awaitility:jar:3.1.0:test
org.hamcrest:hamcrest-core:jar:1.3:test
org.hamcrest:hamcrest-library:jar:1.3:test
org.json:json:jar:20090211:test
org.mockito:mockito-core:jar:2.9.0:test
org.mutabilitydetector:MutabilityDetector:jar:0.9.6:test
Expand Down
Expand Up @@ -17,7 +17,7 @@ ditto {
}

health-check {
enabled = false
enabled = true

persistence {
enabled = true
Expand Down

0 comments on commit f38f5ba

Please sign in to comment.