aboutsummaryrefslogtreecommitdiffstats
path: root/sidecar/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sidecar/pom.xml')
-rw-r--r--sidecar/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sidecar/pom.xml b/sidecar/pom.xml
index 0c9e5e3..7fcffe3 100644
--- a/sidecar/pom.xml
+++ b/sidecar/pom.xml
@@ -132,6 +132,10 @@
<artifactId>spring-webmvc</artifactId>
<version>${spring.web.version}</version>
</dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ </dependency>
</dependencies>
</dependencyManagement>