Skip to content

Commit 6d34720

Browse files
authored
HIVE-29441: Avoid resolving dependency org.glassfish:javax.el (#6297)
Exclude org.glassfish.web:javax.servlet.jsp from hbase-testing-util
1 parent 6f063df commit 6d34720

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,6 +1303,18 @@
13031303
<classifier>tests</classifier>
13041304
<version>${hbase.version}</version>
13051305
</dependency>
1306+
<dependency>
1307+
<groupId>org.apache.hbase</groupId>
1308+
<artifactId>hbase-testing-util</artifactId>
1309+
<version>${hbase.version}</version>
1310+
<classifier>tests</classifier>
1311+
<exclusions>
1312+
<exclusion>
1313+
<groupId>org.glassfish.web</groupId>
1314+
<artifactId>javax.servlet.jsp</artifactId>
1315+
</exclusion>
1316+
</exclusions>
1317+
</dependency>
13061318
<dependency>
13071319
<groupId>org.apache.hadoop</groupId>
13081320
<artifactId>hadoop-minicluster</artifactId>

0 commit comments

Comments
 (0)