summaryrefslogtreecommitdiffstats
path: root/cps-service/pom.xml
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2022-04-22 22:47:41 +0100
committersourabh_sourabh <sourabh.sourabh@est.tech>2022-05-05 12:21:23 +0100
commitac5ae3e24e347bb6d643e9b4e5ebcf3baa7152a2 (patch)
tree54237e95d9e639cd3795cb0262260aa73fdedc0e /cps-service/pom.xml
parent47d6b392e984181418b920d0ea8fe658f6375acc (diff)
Security Logging Fields
- logback core and encoder dependencies are added. - New appender is added to log JSON format content on console. Issue-ID: CPS-986 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech> Change-Id: Ia72b27f306019fa259b3d6de4c5399f0ae734076
Diffstat (limited to 'cps-service/pom.xml')
-rw-r--r--cps-service/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/cps-service/pom.xml b/cps-service/pom.xml
index aea122d17..b9d626874 100644
--- a/cps-service/pom.xml
+++ b/cps-service/pom.xml
@@ -107,6 +107,14 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
+ <dependency>
+ <groupId>net.logstash.logback</groupId>
+ <artifactId>logstash-logback-encoder</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.janino</groupId>
+ <artifactId>janino</artifactId>
+ </dependency>
<!-- T E S T D E P E N D E N C I E S -->
<dependency>
<groupId>org.codehaus.groovy</groupId>