Skip to content

scope of javax.servlet in portlet pom is compile instead of provided [SPR-6284] #10951

@spring-projects-issues

Description

@spring-projects-issues

David Marteinson opened SPR-6284 and commented

The dependency for servlet-api is declared in the org.springframework.web.portlet pom.xml as:

<dependency>
  <groupId>javax.servlet</groupId>
  <artifactId>servlet-api</artifactId>
  <version>2.5</version>
  <scope>compile</scope>
</dependency>

I think the scope should be 'provided'?


Affects: 3.0 RC1

Referenced from: commits 6494041

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions