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

Remove unnecessary dependencies from parent poms

XMLWordPrintable

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

      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.

        Acceptance criteria

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

                Created:
                Updated:
                Resolved: