Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-1092

servlet-api dependency should have scope "provided"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.1.1
    • 4.1.1
    • Framework
    • None

    Description

      There's no need for servlet-api to be a transitive dependency.

      <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <scope>provided</scope> <-- add this line
      </dependency>

      Attachments

        Activity

          People

            Unassigned Unassigned
            ms Martin Strand
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: