Nevermind, sorry -

On Mon, Mar 5, 2018 at 10:57 AM, Alexander Farber <
[email protected]> wrote:
> Here the full log:
https://gist.github.com/afarber/e91c4670b491e15c6de007b7eb1e306d

I have fixed my problem by adding the following to WAR pom.xml:

    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>3.1.0</version>
      <scope>provided</scope>
    </dependency>

As described in the
https://www.eclipse.org/jetty/documentation/9.4.x/maven-and-jetty.html

After that the WEB-INF/lib/javax.servlet-api-3.1.0.jar has disappeared from
my WAR file contents

Regards
Alex
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to