aboutsummaryrefslogtreecommitdiff
path: root/exec/pom.xml
diff options
context:
space:
mode:
authorSorabh Hamirwasia <shamirwasia@maprtech.com>2018-04-05 15:49:22 -0700
committerBen-Zvi <bben-zvi@mapr.com>2018-04-13 16:10:27 -0700
commitf8691f4f9b2a8a64d33bad61bd7cb1d9a428569e (patch)
treef6515ac8848162bbe3ae1977a132b9cc6955ee39 /exec/pom.xml
parent379196970a0eb4d1c1059902b5daa0673dfb7fbf (diff)
DRILL-6311: No logging information in drillbit.log / drillbit.out
closes #1202
Diffstat (limited to 'exec/pom.xml')
-rw-r--r--exec/pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/exec/pom.xml b/exec/pom.xml
index 7f2cc64df..402064bc8 100644
--- a/exec/pom.xml
+++ b/exec/pom.xml
@@ -43,7 +43,6 @@
</profile>
</profiles>
-
<modules>
<module>memory</module>
<module>rpc</module>
@@ -51,4 +50,14 @@
<module>java-exec</module>
<module>jdbc</module>
</modules>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.drill</groupId>
+ <artifactId>drill-common</artifactId>
+ <version>${project.version}</version>
+ <classifier>tests</classifier>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>