Last updated Apr 4, 2024

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: