diff options
author | seanfos <sean.osullivan@est.tech> | 2021-10-06 16:09:15 +0100 |
---|---|---|
committer | seanfos <sean.osullivan@est.tech> | 2021-10-11 11:08:55 +0100 |
commit | a5b9e047b91a933ab1485011b459bfeac6e857ce (patch) | |
tree | 17071362de32ff9b4855bd1ded09ec90d57e455b /pom.xml | |
parent | 80adb1f3525753841a7853d245dacc894417a4f7 (diff) |
[MR] Add support for configuring jaas.sasl.config at runtime
Signed-off-by: seanfos <sean.osullivan@est.tech>
Change-Id: I92a6fdb9e375db7b355e19127a5fdbe2b4d2a827
Issue-ID: DMAAP-1653
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -719,6 +719,12 @@ <artifactId>slf4j-api</artifactId> <version>1.7.32</version> </dependency> + <dependency> + <groupId>com.github.stefanbirkner</groupId> + <artifactId>system-rules</artifactId> + <version>1.17.2</version> + <scope>test</scope> + </dependency> </dependencies> <profiles> <!-- Use this profile to run the AJSC locally. This profile can be successfully |