Last updated Dec 8, 2017

Adding SAL dependency

Add this to the dependencies section of your pom.xml.

POM Dependency

1 2 3 4 5 6 <dependency> <groupId>com.atlassian.sal</groupId> <artifactId>sal-api</artifactId> <version>2.0.17</version> <scope>provided</scope> <!-- Uses the application's SAL instead of bundling it into the plugin. --> </dependency>

You can find which versions of particular apps and SAL work together in the SAL Version Matrix.

Rate this page: