Skip to content

Commit

Permalink
DRILL-3260: Exclude servlet-api-2.5 artifact from distribution tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorukanti committed Jun 8, 2015
1 parent 9353383 commit 6796006
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@
<excludes>
<exclude>commons-logging</exclude>
<exclude>javax.servlet:servlet-api</exclude>
<exclude>org.mortbay.jetty:servlet-api:2.5</exclude>
<exclude>org.mortbay.jetty:servlet-api</exclude>
<exclude>org.mortbay.jetty:servlet-api-2.5</exclude>
</excludes>
</bannedDependencies>
</rules>
Expand Down Expand Up @@ -1351,6 +1352,10 @@
<groupId>asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
<exclusion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>servlet-api-2.5</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 6796006

Please sign in to comment.