summaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-be/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-11-30 17:21:48 +0000
committerVasyl Razinkov <vasyl.razinkov@est.tech>2022-11-30 17:22:58 +0000
commit597cee12965358d4081450cfaeb8c8038d96f7c2 (patch)
tree616e8963876fbdaabff5cd0aa610d0425fcd06a4 /sdc-workflow-designer-be/pom.xml
parent94c088520cc5978daaa7757c9c6491f037c8cccc (diff)
Fix SDC-WORKFLOW-DESIGNER-BE not logging to STDOUT
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I9d9515aa44c823404f05eefe668c222543693790 Issue-ID: SDC-3549
Diffstat (limited to 'sdc-workflow-designer-be/pom.xml')
-rw-r--r--sdc-workflow-designer-be/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sdc-workflow-designer-be/pom.xml b/sdc-workflow-designer-be/pom.xml
index 598b176d..ff4c4999 100644
--- a/sdc-workflow-designer-be/pom.xml
+++ b/sdc-workflow-designer-be/pom.xml
@@ -49,6 +49,12 @@
<dependencies>
<dependency>
+ <groupId>org.codehaus.janino</groupId>
+ <artifactId>janino</artifactId>
+ <version>3.0.16</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
<version>${org.glassfish.version}</version>