This is an automated email from the ASF dual-hosted git repository.
bohdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 81dba65 DRILL-7397: Fix logback errors when building the project
81dba65 is described below
commit 81dba65268fd86fd04d9c98a4de0be5288d43ae9
Author: Bohdan Kazydub <[email protected]>
AuthorDate: Mon Oct 28 16:19:00 2019 +0200
DRILL-7397: Fix logback errors when building the project
---
common/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/common/pom.xml b/common/pom.xml
index 47b60fc..743374d 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -102,6 +102,14 @@
<version>2.9</version>
</dependency>
+ <!-- Conditional processing in logback configuration files requires the
Janino library
+ (see logback-test.xml, DRILL-7397,
http://logback.qos.ch/setup.html#janino) -->
+ <dependency>
+ <groupId>org.codehaus.janino</groupId>
+ <artifactId>janino</artifactId>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
<build>