Skip to content

Commit

Permalink
add disrupter dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lxning committed Dec 16, 2021
1 parent c3dbddc commit 6eaf8f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion frontend/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ testng_version=7.1.0
torchserve_sdk_version=0.0.4
snakeyaml_version=1.8
grpc_version=1.31.1
protoc_version=3.13.0
protoc_version=3.13.0
lmax_disruptor_version=3.4.4
3 changes: 2 additions & 1 deletion frontend/server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies {
implementation project(":archive")
implementation "commons-cli:commons-cli:${commons_cli_version}"
implementation "org.pytorch:torchserve-plugins-sdk:${torchserve_sdk_version}"
implementation "com.lmax:disruptor:${lmax_disruptor_version}"
implementation "org.apache.logging.log4j:log4j-core:${slf4j_log4j_version}"
testImplementation "org.testng:testng:${testng_version}"
}
Expand Down Expand Up @@ -33,4 +34,4 @@ test {
}
environment "METRICS_LOCATION","build/logs"
environment "LOG_LOCATION","build/logs"
}
}

0 comments on commit 6eaf8f3

Please sign in to comment.