diff options
author | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-06-01 16:48:25 +0100 |
---|---|---|
committer | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-06-17 09:20:15 +0100 |
commit | 18526e9a01fc0b0e085d2a6e3457957e6392ce27 (patch) | |
tree | 152dfada1a30c767ecb4e4a6219185ac092ad0f2 /runtime/pom.xml | |
parent | 17f5d3c97e47064407452122bc6cb801e43df5f9 (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 'runtime/pom.xml')
-rw-r--r-- | runtime/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml index 1f1a64390..7dda5c6b8 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -351,16 +351,6 @@ </exclusions> </dependency> <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-core</artifactId> - <version>1.2.3</version> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>1.2.3</version> - </dependency> - <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> |