feat(datahub-upgrade): Added msk IAM auth as a build dependency. (#6439)

This commit is contained in:
Parham Ghazanfari 2022-11-22 16:36:53 -05:00 committed by GitHub
parent 7b13c28391
commit 497c5eee74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,8 @@ dependencies {
runtime externalDependency.mysqlConnector
runtime externalDependency.postgresql
implementation externalDependency.awsMskIamAuth
annotationProcessor externalDependency.lombok
annotationProcessor externalDependency.picocli
}