提交 27906992 编写于 作者: J jurgen

Do not load PROVIDED dependencies

Former-commit-id: 36856964
上级 b1bf499a
......@@ -290,8 +290,8 @@ public class MavenArtifactVersion {
private boolean includesScope(MavenArtifactDependency.Scope scope) {
return
scope == MavenArtifactDependency.Scope.COMPILE ||
scope == MavenArtifactDependency.Scope.RUNTIME ||
scope == MavenArtifactDependency.Scope.PROVIDED;
scope == MavenArtifactDependency.Scope.RUNTIME/* ||
scope == MavenArtifactDependency.Scope.PROVIDED*/;
}
private String findDependencyVersion(DBRProgressMonitor monitor, String groupId, String artifactId) {
......
......@@ -628,7 +628,8 @@
<!-- Hadoop -->
<driver
id="gemfire_xd"
label="GemfireXD"
category="Hadoop"
label="Gemfire XD"
class="com.pivotal.gemfirexd.jdbc.ClientDriver"
sampleURL="jdbc:gemfirexd://{host}[:{port}]/"
defaultPort="1527"
......@@ -638,7 +639,8 @@
</driver>
<driver
id="apache_hive2"
label="Hive"
category="Hadoop"
label="Apache Hive"
class="org.apache.hive.jdbc.HiveDriver"
sampleURL="jdbc:hive2://{host}[:{port}]/{database}"
defaultPort="10000"
......@@ -646,6 +648,17 @@
webURL="https://cwiki.apache.org/confluence/display/Hive/Home">
<file type="jar" path="maven:/org.apache.hive:hive-jdbc:RELEASE"/>
</driver>
<driver
id="apache_drill"
category="Hadoop"
label="Apache Drill"
class="org.apache.drill.jdbc.Driver"
sampleURL="jdbc:drill:zk={host}[;{database}]:{port}"
defaultPort="5181"
description="Apache Drill JDBC"
webURL="https://drill.apache.org/">
<file type="jar" path="maven:/org.apache.drill.exec:drill-jdbc:RELEASE"/>
</driver>
<!-- Cloudera -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册