You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ve...@apache.org on 2015/06/08 21:07:30 UTC

[5/5] drill git commit: DRILL-3260: Exclude servlet-api-2.5 artifact from distribution tar.gz

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 <ve...@gmail.com>
Authored: Mon Jun 8 10:24:38 2015 -0700
Committer: vkorukanti <ve...@gmail.com>
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>