We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e640969 commit 5fd9fa7Copy full SHA for 5fd9fa7
1 file changed
contrib/storage-hive/core/pom.xml
@@ -356,6 +356,23 @@
356
<groupId>org.apache.logging.log4j</groupId>
357
<artifactId>log4j-1.2-api</artifactId>
358
</exclusion>
359
+ <!-- Exclude banned servlet dependencies -->
360
+ <exclusion>
361
+ <groupId>javax.servlet</groupId>
362
+ <artifactId>javax.servlet-api</artifactId>
363
+ </exclusion>
364
365
+ <groupId>javax.servlet.jsp</groupId>
366
+ <artifactId>javax.servlet.jsp-api</artifactId>
367
368
369
+ <groupId>org.eclipse.jetty</groupId>
370
+ <artifactId>jetty-runner</artifactId>
371
372
373
+ <groupId>org.apache.hive</groupId>
374
+ <artifactId>hive-service</artifactId>
375
376
</exclusions>
377
</dependency>
378
0 commit comments