Stash plugin created from AMPS is missing a dependency on sal-api

XMLWordPrintable

      The current workaround is to manually add the dependency to your pom.xml

      <dependencies>
          <dependency>
              <groupId>com.atlassian.sal</groupId>
              <artifactId>sal-api</artifactId>
              <version>2.10.9</version>
              <scope>provided</scope>
          </dependency>
      </dependencies>
      

              Assignee:
              Joe Clark
              Reporter:
              Brent P
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: