aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSirisha_Manchikanti <sirisha.manchikanti@est.tech>2021-06-01 16:48:25 +0100
committerSirisha_Manchikanti <sirisha.manchikanti@est.tech>2021-06-17 09:20:15 +0100
commit18526e9a01fc0b0e085d2a6e3457957e6392ce27 (patch)
tree152dfada1a30c767ecb4e4a6219185ac092ad0f2 /pom.xml
parent17f5d3c97e47064407452122bc6cb801e43df5f9 (diff)
Prepare controlloop docker images
Generate runtime, policy-participant and dcae-participant docker images. Issue-ID: POLICY-3320 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I310fd2a098aa48a6a50a9bf6bd2bcb55328f4973
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d9640b45d..b9d0efd98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,5 +137,13 @@
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ </dependency>
</dependencies>
</project>