Uploaded image for project: '[Read Only] - Hippo Site Toolkit 2'
  1. [Read Only] - Hippo Site Toolkit 2
  2. HSTTWO-4494

Make sure the hst-api dependency get scope 'provided' for compile use case

    XMLWordPrintable

Details

    • Task
    • Status: Closed
    • Top
    • Resolution: Fixed
    • None
    • 13.0.0
    • None
    • None
    • Platform 192 - Messy HST 2, Platform 193 - HST Almost, Platform 194 - Features Done!

    Description

      Since the hst-api has moved to the shared lib, no single module is allowed to transitively pull in the hst-api, hence where needed, change

          <dependency>
              <groupId>org.onehippo.cms7.hst</groupId>
              <artifactId>hst-api</artifactId>
              <version>${hippo.hst.version}</version>
            </dependency>
      

      into

          <dependency>
              <groupId>org.onehippo.cms7.hst</groupId>
              <artifactId>hst-api</artifactId>
              <version>${hippo.hst.version}</version>
              <scope>provided</scope>
            </dependency>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            aschrijvers Ard Schrijvers
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: