summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRenu Kumari <renu.kumari@bell.ca>2021-10-22 00:50:29 -0400
committerRenu Kumari <renu.kumari@bell.ca>2021-11-02 10:02:02 -0400
commit306cadd63b69274afbb3073d35a15381a12d6389 (patch)
tree548a631648bdb0116a4765f4f244957a5a608ee2 /pom.xml
parentb8c23f7eea015f22cef9d3638b276025f38a1ff6 (diff)
Refactor Get Modules by CMHandle flow
- Used jayway to convert sdnc response to POJO to clean up classes - Moved SDNC error handling to the SDNCOperation - Added SdncException - Added spring-security test Mock user in the controllerSpec Issue-ID: CPS-571 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: Ice91e48536dd2e309721440b61d37a49ce43b403
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 53969b41..552d30fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,10 @@
<artifactId>groovy</artifactId>
</dependency>
<dependency>
+ <groupId>com.jayway.jsonpath</groupId>
+ <artifactId>json-path</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
@@ -99,6 +103,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.springframework.security</groupId>
+ <artifactId>spring-security-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.6.2</version>