[MAGNOLIA-3451] Exclude servlet-api from bubbling up from openwfe into a project's dependencies Created: 06/Dec/10  Updated: 17/Jan/11  Resolved: 06/Dec/10

Status: Closed
Project: Magnolia
Component/s: build
Affects Version/s: 4.4.1
Fix Version/s: 4.4.2

Type: Task Priority: Minor
Reporter: Magnolia International Assignee: Magnolia International
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Acceptance criteria:
Empty
Task DoR:
Empty

 Comments   
Comment by Magnolia International [ 07/Dec/10 ]

As a workaround, if you project defines a dependency to magnolia-empty-webapp:pom or magnolia-core, add an exclusion:

<dependency>
    <groupId>info.magnolia</groupId>
    <artifactId>magnolia-empty-webapp</artifactId>
    <version>4.4</version>
    <type>pom</type>
    <exclusions>
        <exclusion>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
        </exclusion>
    </exclusions>
</dependency>
Generated at Mon Feb 12 03:46:37 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.