You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by al...@apache.org on 2022/02/18 10:17:44 UTC

[incubator-linkis] branch dev-1.1.0-datasource updated: Exclude jetty import #1513 (#1530)

This is an automated email from the ASF dual-hosted git repository.

allenlliu pushed a commit to branch dev-1.1.0-datasource
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.1.0-datasource by this push:
     new 7c85355  Exclude jetty import #1513 (#1530)
7c85355 is described below

commit 7c8535518e997818e58c00cb8192941636654b4f
Author: peacewong <wp...@gmail.com>
AuthorDate: Fri Feb 18 18:17:40 2022 +0800

    Exclude jetty import #1513 (#1530)
---
 linkis-commons/linkis-module/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/linkis-commons/linkis-module/pom.xml b/linkis-commons/linkis-module/pom.xml
index 7318362..f4b17cd 100644
--- a/linkis-commons/linkis-module/pom.xml
+++ b/linkis-commons/linkis-module/pom.xml
@@ -135,6 +135,14 @@
                     <artifactId>asm</artifactId>
                     <groupId>org.ow2.asm</groupId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.jetty</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.jetty.websocket</groupId>
+                    <artifactId>websocket-server</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org