DRILL-1292: Standalone JDBC jar is in distribution.

* The code was already there, it just needed to be uncommented.


Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/1994fd40
Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/1994fd40
Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/1994fd40

Branch: refs/heads/master
Commit: 1994fd408b63ad723173b9cd93c611e88b002c32
Parents: 81bd752
Author: Patrick Wong <pw...@maprtech.com>
Authored: Tue Aug 12 18:02:50 2014 -0700
Committer: Jacques Nadeau <jacq...@apache.org>
Committed: Mon Aug 18 09:23:45 2014 -0700

----------------------------------------------------------------------
 distribution/pom.xml              | 4 ++--
 distribution/src/assemble/bin.xml | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/1994fd40/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index bb1582a..87738bb 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -56,11 +56,11 @@
       <artifactId>drill-jdbc</artifactId>
       <version>${project.version}</version>
     </dependency>
-<!--    <dependency>
+    <dependency>
       <groupId>org.apache.drill.exec</groupId>
       <artifactId>drill-jdbc-all</artifactId>
       <version>${project.version}</version>
-    </dependency> -->
+    </dependency>
     <dependency>
       <groupId>org.apache.drill.contrib</groupId>
       <artifactId>drill-storage-hbase</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/1994fd40/distribution/src/assemble/bin.xml
----------------------------------------------------------------------
diff --git a/distribution/src/assemble/bin.xml 
b/distribution/src/assemble/bin.xml
index 889f08e..c1675e9 100644
--- a/distribution/src/assemble/bin.xml
+++ b/distribution/src/assemble/bin.xml
@@ -29,7 +29,7 @@
 
   </moduleSets>
   <dependencySets>
-<!--
+
     <dependencySet>
       <includes>
         <include>org.apache.drill.exec:drill-jdbc-all:jar</include>
@@ -37,7 +37,7 @@
       <outputDirectory>jdbc-driver</outputDirectory>
       <useProjectArtifact>false</useProjectArtifact>
     </dependencySet>
--->
+
     <dependencySet>
       <!-- Now, select which projects to include in this module-set. -->
       <includes>
@@ -67,9 +67,9 @@
         <exclude>org.apache.drill.exec</exclude>
         <exclude>org.apache.drill.contrib</exclude>
         <exclude>org.apache.drill.contrib.storage-hive</exclude>
-        <exclude>org.hsqldb:hsqldb</exclude>
+        <exclude>org.hsqldb:hsqldb</exclude>
         <!-- exclude or sqlline has problems -->
-        <exclude>hsqldb:hsqldb</exclude>
+        <exclude>hsqldb:hsqldb</exclude>
         <!-- exclude or sqlline has problems -->
       </excludes>
       <scope>test</scope>

Reply via email to