You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2020/06/29 12:59:39 UTC

[cxf] branch master updated: Eclipse the 3.1 servlet api from test scope to avoid compiler issues in eclipse

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

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 5baa0c0  Eclipse the 3.1 servlet api from test scope to avoid compiler issues in eclipse
5baa0c0 is described below

commit 5baa0c050bf6b252899693d8c96352c6b6567122
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Mon Jun 29 08:58:59 2020 -0400

    Eclipse the 3.1 servlet api from test scope to avoid compiler issues in eclipse
---
 rt/frontend/jaxrs/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rt/frontend/jaxrs/pom.xml b/rt/frontend/jaxrs/pom.xml
index 48c188d..7d99138 100644
--- a/rt/frontend/jaxrs/pom.xml
+++ b/rt/frontend/jaxrs/pom.xml
@@ -154,6 +154,10 @@
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-servlet_2.5_spec</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>javax.servlet</groupId>
+                    <artifactId>javax.servlet-api</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>