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

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git

commit 9c34b0fd965c8f12236c024a0d06e7d457a93bfd
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jul 22 13:44:24 2024 +0100

    Stop IDE complaining about a missing dependency
---
 el-tck/pom.xml        | 4 ++++
 jsp-tck/pom.xml       | 4 ++++
 servlet-tck/pom.xml   | 4 ++++
 websocket-tck/pom.xml | 4 ++++
 4 files changed, 16 insertions(+)

diff --git a/el-tck/pom.xml b/el-tck/pom.xml
index ba88f1b..52ae6d8 100644
--- a/el-tck/pom.xml
+++ b/el-tck/pom.xml
@@ -41,6 +41,10 @@
                 <groupId>jakarta.el</groupId>
                 <artifactId>jakarta.el-api</artifactId>
               </exclusion>
+              <exclusion>
+                <groupId>org.netbeans.tools</groupId>
+                <artifactId>ct-sym</artifactId>
+              </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git a/jsp-tck/pom.xml b/jsp-tck/pom.xml
index bcb5171..f6a94c6 100644
--- a/jsp-tck/pom.xml
+++ b/jsp-tck/pom.xml
@@ -39,6 +39,10 @@
                 <groupId>jakarta.servlet.jsp</groupId>
                 <artifactId>jakarta.jsp-api</artifactId>
               </exclusion>
+              <exclusion>
+                <groupId>org.netbeans.tools</groupId>
+                <artifactId>ct-sym</artifactId>
+              </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git a/servlet-tck/pom.xml b/servlet-tck/pom.xml
index 825ff6e..127bf5e 100644
--- a/servlet-tck/pom.xml
+++ b/servlet-tck/pom.xml
@@ -39,6 +39,10 @@
                 <groupId>jakarta.servlet</groupId>
                 <artifactId>jakarta.servlet-api</artifactId>
               </exclusion>
+              <exclusion>
+                <groupId>org.netbeans.tools</groupId>
+                <artifactId>ct-sym</artifactId>
+              </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git a/websocket-tck/pom.xml b/websocket-tck/pom.xml
index e6b2356..0f90b2a 100644
--- a/websocket-tck/pom.xml
+++ b/websocket-tck/pom.xml
@@ -38,6 +38,10 @@
                 <groupId>jakarta.websocket</groupId>
                 <artifactId>jakarta.websocket-client-api</artifactId>
               </exclusion>
+              <exclusion>
+                <groupId>org.netbeans.tools</groupId>
+                <artifactId>ct-sym</artifactId>
+              </exclusion>
             </exclusions>
         </dependency>
         <!--


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to