Skip to content

Commit 5fd9fa7

Browse files
committed
Fix imports
1 parent e640969 commit 5fd9fa7

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

contrib/storage-hive/core/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,23 @@
356356
<groupId>org.apache.logging.log4j</groupId>
357357
<artifactId>log4j-1.2-api</artifactId>
358358
</exclusion>
359+
<!-- Exclude banned servlet dependencies -->
360+
<exclusion>
361+
<groupId>javax.servlet</groupId>
362+
<artifactId>javax.servlet-api</artifactId>
363+
</exclusion>
364+
<exclusion>
365+
<groupId>javax.servlet.jsp</groupId>
366+
<artifactId>javax.servlet.jsp-api</artifactId>
367+
</exclusion>
368+
<exclusion>
369+
<groupId>org.eclipse.jetty</groupId>
370+
<artifactId>jetty-runner</artifactId>
371+
</exclusion>
372+
<exclusion>
373+
<groupId>org.apache.hive</groupId>
374+
<artifactId>hive-service</artifactId>
375+
</exclusion>
359376
</exclusions>
360377
</dependency>
361378

0 commit comments

Comments
 (0)