DRILL-3260: Exclude servlet-api-2.5 artifact from distribution tar.gz
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/6796006f Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/6796006f Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/6796006f Branch: refs/heads/master Commit: 6796006f2df5aa598f3715be9de2a724b5c338e3 Parents: 9353383 Author: vkorukanti <[email protected]> Authored: Mon Jun 8 10:24:38 2015 -0700 Committer: vkorukanti <[email protected]> Committed: Mon Jun 8 10:24:38 2015 -0700 ---------------------------------------------------------------------- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/6796006f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4130051..c62844e 100644 --- a/pom.xml +++ b/pom.xml @@ -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> @@ -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>
