aboutsummaryrefslogtreecommitdiff
path: root/distribution/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'distribution/pom.xml')
-rw-r--r--distribution/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 31a64f74f..735eea8a5 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -285,6 +285,11 @@
<artifactId>drill-udfs</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.drill.contrib</groupId>
+ <artifactId>drill-format-syslog</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
</profile>