Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Dec 8, 2017

Adding SAL dependency

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

POM Dependency

1
2
<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: