Merge "Enhance RProxy authorization to use request method"
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>