Uploaded image for project: 'PicketBox '
  1. PicketBox
  2. SECURITY-607

security-spi should depend on servlet-api 3.0 instead of 2.5

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • None
    • AS-Integration
    • None

    Description

      In security-spi/parent/pom.xml:
      <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.5</version>
      </dependency>

      In security-spi/spi/pom.xml:
      <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      </dependency>

      This dependency should be changed to:
      <dependency>
      <groupId>org.jboss.spec.javax.servlet</groupId>
      <artifactId>jboss-servlet-api_3.0_spec</artifactId>
      <version>1.0.0.Final</version>
      </dependency>

      because the Servlet API in AS 7 is 3.0

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-engineering-lgao Lin Gao
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: