[jboss-jira] [JBoss JIRA] Created: (SECURITY-607) security-spi should depend on servlet-api 3.0 instead of 2.5

Lin Gao (JIRA) jira-events at lists.jboss.org
Tue Aug 2 01:31:23 EDT 2011


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

                 Key: SECURITY-607
                 URL: https://issues.jboss.org/browse/SECURITY-607
             Project: PicketBox (JBoss Security and Identity Management)
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: AS-Integration
            Reporter: Lin Gao
            Assignee: Anil Saldhana


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

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list