[BUILD-61] Remove unnecessary dependencies from parent poms Created: 08/Apr/11  Updated: 13/Apr/17  Resolved: 08/Apr/11

Status: Closed
Project: Build
Component/s: Poms
Affects Version/s: POMs 19
Fix Version/s: POMs 20

Type: Improvement Priority: Critical
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

 Description   

Having the following in our parent poms make it unnecessarily difficult to upgrade projects to JCR 2.0. (i.e even if core now depends on jcr 2.0, STK is still built with JCR 1.0)

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>javax.jcr</groupId>
      <artifactId>jcr</artifactId>
      <version>1.0</version>
    </dependency>
  ..

Same goes for servlet api etc.


Generated at Sun Feb 11 23:38:22 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.