Skip to content

Commit

Permalink
ODP-1640: fixing jdk11 compilation with hive-4.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
basapuram-kumar committed Jun 14, 2024
1 parent b97430a commit d17552a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,15 @@
</licenseUrlReplacements>
<licenseUrlFileNames>
<APACHE-2.0>
https?://www\.apache\.org/licenses/LICENSE-2\.0.*
http://apache.org/licenses/LICENSE-2.0.txt
\Qhttp://www.apache.org/licenses/LICENSE-2.0
\Qhttps://www.apache.org/licenses/LICENSE-2.0.txt
\Qhttp://www.apache.org/licenses/LICENSE-2.0.txt
\Qhttp://www.apache.org/licenses/LICENSE-2.0.html
\Qhttps://www.apache.org/licenses/LICENSE-2.0
\Qhttps://www.apache.org/licenses/LICENSE-2.0
\Qhttps://aws.amazon.com/apache2.0
\Qhttps?://www.apache.org/licenses/LICENSE-2.0.*
\Qhttps://aws.amazon.com/apache2.0\E
\Qhttps://opensource.org/licenses/Apache-2.0\E
\Qhttp://www.apache.org/licenses/\E
Expand Down
6 changes: 3 additions & 3 deletions packaging/src/main/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
<useStrictFiltering>false</useStrictFiltering>
<useTransitiveFiltering>true</useTransitiveFiltering>
<excludes>
<exclude>org.apache.calcite:*</exclude>
<!--exclude>org.apache.calcite:*</exclude-->
<exclude>org.apache.hadoop:*</exclude>
<exclude>org.apache.hive.hcatalog:*</exclude>
<exclude>org.slf4j:*</exclude>
<exclude>log4j:*</exclude>
<!--exclude>log4j:*</exclude-->
<exclude>ch.qos.reload4j:*</exclude>
<exclude>junit:*</exclude>
<exclude>commons-configuration:commons-configuration</exclude>
Expand Down Expand Up @@ -103,7 +103,7 @@
<excludes>
<exclude>org.apache.hadoop:*</exclude>
<exclude>org.apache.hive:hive-jdbc:jar:standalone</exclude>
<exclude>org.apache.httpcomponents:*</exclude>
<!--exclude>org.apache.httpcomponents:*</exclude-->
</excludes>
<includes>
<include>org.apache.hive.hcatalog:hive-webhcat:*</include>
Expand Down

0 comments on commit d17552a

Please sign in to comment.