Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-6154

Revise CE bundle's dependencies

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Obsolete
    • Icon: Neutral Neutral
    • None
    • 5.4
    • bundle
    • None

      Due to the removal of STK from the ce-bundle, some dependencies that were previously pulled in transitively are now not in the bundle anymore.

      E.g.

      • public-user-registration
      • form (a requirement for personalization in EE)
      • commenting (no real need, but beneficial for test of sitemesh in EE)
      • ...

      Additionally we have to add

      <dependency>
        <groupId>info.magnolia.templating</groupId>
        <artifactId>magnolia-templating-essentials-imaging</artifactId>
      </dependency>
      

      to the bundle so that the new travel-demo is easily addable to the bundle (simply drop tha jars info.magnolia.demo:magnolia-travel-demo & info.magnolia.demo:magnolia-travel-tours). This dependency is already managed in the parent pom.

        Acceptance criteria

              Unassigned Unassigned
              cringele Christian Ringele
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD