summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorseanfos <sean.osullivan@est.tech>2021-10-06 16:09:15 +0100
committerseanfos <sean.osullivan@est.tech>2021-10-11 11:08:55 +0100
commita5b9e047b91a933ab1485011b459bfeac6e857ce (patch)
tree17071362de32ff9b4855bd1ded09ec90d57e455b /pom.xml
parent80adb1f3525753841a7853d245dacc894417a4f7 (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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6035e25..12e4b98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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