summaryrefslogtreecommitdiff
path: root/eaaf-springboot-utils/pom.xml
diff options
context:
space:
mode:
authorThomas <>2022-09-29 14:03:44 +0200
committerThomas <>2022-09-29 14:03:44 +0200
commit28f4e988d7e7f7d2aea76d4d4667d9f7106bf5b1 (patch)
treee4952efa59a3e3ed1d971c93c28bb71302b9d3f8 /eaaf-springboot-utils/pom.xml
parentd33fcbca761e07ca87c004e45565bf97268d496e (diff)
downloadEAAF-Components-28f4e988d7e7f7d2aea76d4d4667d9f7106bf5b1.tar.gz
EAAF-Components-28f4e988d7e7f7d2aea76d4d4667d9f7106bf5b1.tar.bz2
EAAF-Components-28f4e988d7e7f7d2aea76d4d4667d9f7106bf5b1.zip
feat(spring-sec): add PasswordEncorder decorator to speed-up password validation on REST API's
Diffstat (limited to 'eaaf-springboot-utils/pom.xml')
-rw-r--r--eaaf-springboot-utils/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/eaaf-springboot-utils/pom.xml b/eaaf-springboot-utils/pom.xml
index 479b6c66..eeb68abe 100644
--- a/eaaf-springboot-utils/pom.xml
+++ b/eaaf-springboot-utils/pom.xml
@@ -53,6 +53,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-security</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>