Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-11262

Add javax activation dependency to project pom

    XMLWordPrintable

Details

    • Task
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • 12.6.1, 11.2.11, 10.2.15, 13.0.0
    • None
    • None

    Description

       Not a real issue but when using the enforcer check it's raised as an issue:

      We have javax.mail in the project pom but the activation jar javax depends on is not managed by us. We should add this dependency explicit to be managed. Version 1.1.1 can be used

          <activation.version>1.1.1</activation.version> 
            <dependency>
              <groupId>javax.activation</groupId>
              <artifactId>activation</artifactId>
              <version>${activation.version}</version>
              <scope>provided</scope>
             </dependency> 
          <dependency>
            <groupId>javax.activation</groupId>
            <artifactId>activation</artifactId>
          </dependency> 

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              abanck Arent-Jan Banck (Inactive)
              XM Architecture Chapter XM Architecture Chapter
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: