/* * Copyright 2018 ConsenSys AG. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. */ dependencyManagement { dependencies { dependency('com.google.guava:guava:23.6-jre') dependency('commons-cli:commons-cli:1.4') dependency('org.apache.logging.log4j:log4j-api:2.10.0') dependency('org.apache.logging.log4j:log4j-core:2.10.0') dependency('org.apache.logging.log4j:log4j-slf4j-impl:2.10.0') dependency('org.bouncycastle:bcprov-jdk15on:1.58') dependency('junit:junit:4.12') dependency('io.vertx:vertx-core:3.5.0') dependency('io.vertx:vertx-unit:3.5.0') dependency('io.vertx:vertx-web:3.5.0') dependency('io.vertx:vertx-codegen:3.5.0') dependency('org.assertj:assertj-core:3.9.0') dependency('org.mockito:mockito-core:2.21.0') dependency('com.fasterxml.jackson.core:jackson-databind:2.9.7') dependency('com.squareup.okhttp3:okhttp:3.9.1') dependency('org.awaitility:awaitility:3.0.0') dependency('io.pkts:pkts-core:3.0.2') dependency('org.xerial.snappy:snappy-java:1.1.7.1') dependency('com.github.docker-java:docker-java:3.0.14') dependency('info.picocli:picocli:3.6.1') dependency('net.consensys.cava:cava-toml:0.3.1') dependency('org.openjdk.jmh:jmh-core:1.21') dependency('org.openjdk.jmh:jmh-generator-annprocess:1.21') dependency('org.web3j:core:3.5.0') dependency("com.google.errorprone:error_prone_check_api:2.3.1") dependency("com.google.errorprone:error_prone_core:2.3.1") dependency("com.google.errorprone:error_prone_annotation:2.3.1") dependency("com.google.errorprone:error_prone_test_helpers:2.3.1") } }