Add gRPC & REST basic auth support
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / inbounds / selfservice-api / pom.xml
index c05b84a..f538a15 100755 (executable)
     <description>Blueprints Processor Selfservice API</description>
 
     <dependencies>
+
+        <dependency>
+            <groupId>org.springframework.security</groupId>
+            <artifactId>spring-security-core</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.onap.ccsdk.apps.components</groupId>
             <artifactId>proto-definition</artifactId>