summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorNiamh Core <niamh.core@est.tech>2021-08-23 14:40:55 +0000
committerGerrit Code Review <gerrit@onap.org>2021-08-23 14:40:55 +0000
commitf2f0a770d2e4e9dde29c4e77c18fedd70331b5e7 (patch)
tree356975d0bd24bac5d0357c1bc46c8bd2af0490f2 /pom.xml
parent2a41a4f022af65ab878f6e6f7646e78d4ef27a06 (diff)
parent743380d1f171d4c0dd46dc0cd5b47d8ea93bea44 (diff)
Merge "Add basic security to query interface"
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e5f5396..6664f42 100755
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,10 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-security</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
@@ -163,6 +167,11 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.springframework.security</groupId>
+ <artifactId>spring-security-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<scope>test</scope>