Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3.10' into 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Feb 11, 2020
2 parents 8d79672 + b2b2ee0 commit 1ce9274
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion symmetric-assemble/common.gradle
Expand Up @@ -337,7 +337,15 @@ subprojects { subproject ->

provided 'org.apache.phoenix:phoenix:5.0.0-HBase-2.0'

provided "org.apache.hbase:hbase-client:1.3.6"
provided ("org.apache.hbase:hbase-client:1.3.6") {
exclude group: 'commons-cli'
exclude group: 'junit'
exclude group: 'javax.xml.bind'
exclude group: 'commons-beanutils'
exclude group: 'commons-codec'
exclude group: 'commons-io'
exclude group: 'org.apache.commons', module: 'commons-math3'
}

provided ('com.google.cloud:google-cloud-bigquery:1.99.0') {
exclude group: 'com.google.protobuf'
Expand Down

0 comments on commit 1ce9274

Please sign in to comment.