Skip to content

Commit

Permalink
Adding disrupter dependency for async logging (#984)
Browse files Browse the repository at this point in the history
* Adding disrupter dependency for async logging

* Trigger Build
  • Loading branch information
maaquib authored Dec 16, 2021
1 parent 664b188 commit 3379d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ gson_version=2.8.5
commons_cli_version=1.3.1
testng_version=6.8.1
mms_server_sdk_version=1.0.1
lmax_disruptor_version=3.4.4
1 change: 1 addition & 0 deletions frontend/server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dependencies {
compile project(":modelarchive")
compile "commons-cli:commons-cli:${commons_cli_version}"
compile "software.amazon.ai:mms-plugins-sdk:${mms_server_sdk_version}"
compile "com.lmax:disruptor:${lmax_disruptor_version}"
testCompile "org.testng:testng:${testng_version}"
}

Expand Down

0 comments on commit 3379d65

Please sign in to comment.