Uploaded image for project: 'Observation'
  1. Observation
  2. MGNLOBS-33

Magnolia module descriptor depends on mail module, which is missing from POM dependencies

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Neutral Neutral
    • None
    • 2.0.3
    • None

      I got the following error at Magnolia startup:

      Module Magnolia Observation Module (version 2.0.3) is dependent on mail version 5.0.1/*, which was not found.
      

      Magnolia module descriptor depends on mail module, which is missing from POM dependencies. Adding this dependency fixes this issue:

      <dependency>
        <groupId>info.magnolia</groupId>
        <artifactId>magnolia-module-mail</artifactId>
      </dependency>
      

        Acceptance criteria

              Unassigned Unassigned
              breun Nils Breunese
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:

                  Bug DoR
                  Task DoD