Uploaded image for project: 'Build'
  1. Build
  2. BUILD-61

Remove unnecessary dependencies from parent poms

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Critical
    • POMs 20
    • POMs 19
    • Poms
    • None

    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.

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              gjoseph Magnolia International
              gjoseph Magnolia International
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: