|
|
|
/*
|
|
|
|
* Copyright 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.
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
dependencyManagement {
|
|
|
|
dependencies {
|
|
|
|
dependency 'com.fasterxml.jackson.core:jackson-databind:2.10.1'
|
|
|
|
dependency 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.1'
|
|
|
|
dependency 'com.github.tomakehurst:wiremock-jre8:2.25.1'
|
|
|
|
|
|
|
|
dependency 'com.google.auto.service:auto-service:1.0-rc6'
|
|
|
|
|
|
|
|
dependency 'com.google.errorprone:error_prone_annotation:2.3.3'
|
|
|
|
dependency 'com.google.errorprone:error_prone_check_api:2.3.3'
|
|
|
|
dependency 'com.google.errorprone:error_prone_core:2.3.3'
|
|
|
|
dependency 'com.google.errorprone:error_prone_test_helpers:2.3.3'
|
|
|
|
|
|
|
|
dependency 'com.google.guava:guava:28.1-jre'
|
|
|
|
|
|
|
|
dependency 'com.graphql-java:graphql-java:13.0'
|
|
|
|
|
|
|
|
dependency 'com.squareup.okhttp3:okhttp:4.2.2'
|
|
|
|
|
|
|
|
dependency 'commons-cli:commons-cli:1.4'
|
|
|
|
|
|
|
|
dependency 'commons-io:commons-io:2.6'
|
|
|
|
|
|
|
|
dependency 'info.picocli:picocli:4.1.4'
|
|
|
|
|
|
|
|
dependency 'io.kubernetes:client-java:5.0.0'
|
|
|
|
|
|
|
|
dependency 'io.pkts:pkts-core:3.0.5'
|
|
|
|
|
|
|
|
dependency 'io.prometheus:simpleclient:0.8.0'
|
|
|
|
dependency 'io.prometheus:simpleclient_common:0.8.0'
|
|
|
|
dependency 'io.prometheus:simpleclient_hotspot:0.8.0'
|
|
|
|
dependency 'io.prometheus:simpleclient_pushgateway:0.8.0'
|
|
|
|
|
|
|
|
dependency 'io.reactivex.rxjava2:rxjava:2.2.16'
|
|
|
|
|
|
|
|
dependency 'io.vertx:vertx-auth-jwt:3.8.5'
|
|
|
|
dependency 'io.vertx:vertx-codegen:3.8.5'
|
|
|
|
dependency 'io.vertx:vertx-core:3.8.5'
|
|
|
|
dependency 'io.vertx:vertx-unit:3.8.5'
|
|
|
|
dependency 'io.vertx:vertx-web:3.8.5'
|
|
|
|
|
|
|
|
dependency 'junit:junit:4.13'
|
|
|
|
|
|
|
|
dependency 'net.consensys:orion:1.5.0-SNAPSHOT'
|
|
|
|
|
|
|
|
dependency 'org.apache.commons:commons-compress:1.20'
|
|
|
|
dependency 'org.apache.commons:commons-text:1.8'
|
|
|
|
|
|
|
|
dependency 'org.apache.logging.log4j:log4j-api:2.13.0'
|
|
|
|
dependency 'org.apache.logging.log4j:log4j-core:2.13.0'
|
|
|
|
dependency 'org.apache.logging.log4j:log4j-slf4j-impl:2.13.0'
|
|
|
|
|
|
|
|
dependency 'org.apache.tuweni:tuweni-bytes:1.0.0'
|
|
|
|
dependency 'org.apache.tuweni:tuweni-config:1.0.0'
|
|
|
|
dependency 'org.apache.tuweni:tuweni-crypto:1.0.0'
|
|
|
|
dependency 'org.apache.tuweni:tuweni-io:1.0.0'
|
|
|
|
dependency 'org.apache.tuweni:tuweni-toml:1.0.0'
|
|
|
|
dependency 'org.apache.tuweni:tuweni-units:1.0.0'
|
|
|
|
dependency 'org.apache.tuweni:tuweni-net:1.0.0'
|
|
|
|
|
|
|
|
dependency 'org.assertj:assertj-core:3.14.0'
|
|
|
|
|
|
|
|
dependency 'org.awaitility:awaitility:4.0.1'
|
|
|
|
|
|
|
|
dependency 'org.bouncycastle:bcpkix-jdk15on:1.64'
|
|
|
|
dependency 'org.bouncycastle:bcprov-jdk15on:1.64'
|
|
|
|
|
|
|
|
dependency 'org.java-websocket:Java-WebSocket:1.4.0'
|
|
|
|
|
|
|
|
dependency 'org.jupnp:org.jupnp.support:2.5.2'
|
|
|
|
dependency 'org.jupnp:org.jupnp:2.5.2'
|
|
|
|
|
|
|
|
dependency 'org.mockito:mockito-core:3.2.4'
|
|
|
|
|
|
|
|
dependency 'org.openjdk.jmh:jmh-core:1.22'
|
|
|
|
dependency 'org.openjdk.jmh:jmh-generator-annprocess:1.22'
|
|
|
|
|
|
|
|
dependency 'org.rocksdb:rocksdbjni:6.4.6'
|
|
|
|
|
|
|
|
dependency 'org.slf4j:slf4j-log4j12:1.7.26'
|
|
|
|
|
|
|
|
dependency 'org.springframework.security:spring-security-crypto:5.2.1.RELEASE'
|
|
|
|
|
|
|
|
dependency 'org.web3j:abi:4.5.15'
|
|
|
|
dependency 'org.web3j:besu:4.5.15'
|
|
|
|
dependency 'org.web3j:core:4.5.15'
|
|
|
|
dependency 'org.web3j:crypto:4.5.15'
|
|
|
|
|
|
|
|
dependency 'org.xerial.snappy:snappy-java:1.1.7.3'
|
|
|
|
|
|
|
|
dependency 'tech.pegasys.ethsigner.internal:core:0.4.0'
|
|
|
|
dependency 'tech.pegasys.ethsigner.internal:file-based:0.4.0'
|
|
|
|
dependency 'tech.pegasys.ethsigner.internal:signing-api:0.4.0'
|
|
|
|
}
|
|
|
|
}
|