Skip to content

Commit 7405bdc

Browse files
authored
Remove org.glassfish.javax.el dependency of hive (#31774)
1 parent 75c5b58 commit 7405bdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,10 @@
488488
<version>${hive.version}</version>
489489
<scope>provided</scope>
490490
<exclusions>
491+
<exclusion>
492+
<groupId>org.glassfish</groupId>
493+
<artifactId>javax.el</artifactId>
494+
</exclusion>
491495
<exclusion>
492496
<groupId>com.github.joshelser</groupId>
493497
<artifactId>dropwizard-metrics-hadoop-metrics2-reporter</artifactId>

0 commit comments

Comments
 (0)