aboutsummaryrefslogtreecommitdiff
path: root/exec/jdbc-all
diff options
context:
space:
mode:
authorArina Ielchiieva <arina.yelchiyeva@gmail.com>2018-07-25 20:28:45 +0300
committerTimothy Farkas <timothyfarkas@apache.org>2018-07-31 16:24:28 -0700
commit0903a1edb5531d3d28104191b35b57db3a99d5da (patch)
tree37cd5903e50b0be363e07045ec7ef66e05817cd3 /exec/jdbc-all
parentb77441333010b60683c78dbc4cc349b2ee6c0c53 (diff)
DRILL-6634: Add udf module under contrib directory and move some udfs into it
1. Created new contrib/udf module. 2. Moved distance, phonetic, networking, crypto functions from java-exec to contrib/udf module. 3. Moved functions from gis module to contrib/udf module. Removed gis module. 4. Removed unnecessary dependencies from java-exec module. 5. Minor refactoring of moved functions code. closes #1403
Diffstat (limited to 'exec/jdbc-all')
-rw-r--r--exec/jdbc-all/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index 453703a7a..91ad39a5e 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -165,14 +165,6 @@
<artifactId>libpam4j</artifactId>
</exclusion>
<exclusion>
- <groupId>commons-net</groupId>
- <artifactId>commons-net</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-validator</groupId>
- <artifactId>commons-validator</artifactId>
- </exclusion>
- <exclusion>
<artifactId>metadata-extractor</artifactId>
<groupId>com.drewnoakes</groupId>
</exclusion>