You only need to add one dependency to your plugin's pom.xml
to enable Active Objects:
1 2<dependency> <groupId>com.atlassian.activeobjects</groupId> <artifactId>activeobjects-plugin</artifactId> <version>${ao.version}</version> <scope>provided</scope> </dependency>
where ao.version
is the version of Active Objects you're using. Find a list of all the versions here.
Rate this page: