blob: 5033b3aabbf1318929ddcf5eda0771d68736215f [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You 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.
*/
dependencies {
api "com.google.guava:guava"
api "org.slf4j:slf4j-api"
api "org.assertj:assertj-core"
api "org.apache.commons:commons-collections4"
api "org.apache.commons:commons-text"
api "org.apache.commons:commons-lang3"
implementation "org.apache.logging.log4j:log4j-api"
implementation "org.apache.logging.log4j:log4j-core"
implementation "org.apache.logging.log4j:log4j-slf4j-impl"
implementation 'com.github.seancfoley:ipaddress:5.3.3'
implementation "com.lmax:disruptor"
api "com.fasterxml.jackson.core:jackson-databind"
api "com.fasterxml.jackson.core:jackson-core"
api "com.fasterxml.jackson.core:jackson-annotations"
implementation "org.apache.httpcomponents:httpclient"
implementation "io.netty:netty-all"
implementation "io.grpc:grpc-protobuf:1.17.1"
implementation "io.grpc:grpc-stub:1.17.1"
implementation "javax.annotation:javax.annotation-api:1.3.2"
implementation "com.github.stefanbirkner:system-rules"
compileOnly 'org.projectlombok:lombok:1.18.22'
annotationProcessor 'org.projectlombok:lombok:1.18.22'
testCompileOnly 'org.projectlombok:lombok:1.18.22'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.22'
testImplementation "org.apache.commons:commons-lang3"
testImplementation "com.google.guava:guava"
testImplementation "org.slf4j:slf4j-api"
testImplementation "org.apache.logging.log4j:log4j-api"
testImplementation "org.apache.logging.log4j:log4j-core"
testImplementation "org.apache.logging.log4j:log4j-slf4j-impl"
testImplementation "com.lmax:disruptor"
testImplementation "com.fasterxml.jackson.core:jackson-databind"
testImplementation "com.fasterxml.jackson.core:jackson-core"
testImplementation "com.fasterxml.jackson.core:jackson-annotations"
testImplementation "org.apache.httpcomponents:httpclient"
testImplementation "io.netty:netty-all"
testImplementation "org.assertj:assertj-core"
testImplementation "org.mockito:mockito-core"
testImplementation "org.powermock:powermock-module-junit4"
testImplementation "org.powermock:powermock-api-mockito2"
}