Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-20882

Exclude non official servlet-api from jetty dependencies

    XMLWordPrintable

    Details

    • Tags:
    • Sprint:
      NOS-31
    • Story Points:
      1

      Description

      Those two dependencies are retrieving a non-official servlet-api version :

      <dependency>
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>jsp-api-2.1</artifactId>
         <version>6.1.6</version>
      </dependency>
      <dependency>
          <groupId>org.mortbay.jetty</groupId>
          <artifactId>jsp-2.1</artifactId>
          <version>6.1.6</version>
      </dependency>
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated: