Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Writing JIRA event listner

Alex M April 9, 2013

Hi,

I was trying to go through the "Writing JIRA event listner" tutorial (https://developer.atlassian.com/display/JIRADEV/Writing+JIRA+event+listeners+with+the+atlassian-event+library). However, it doesn't seem to work for more recent JIRA versions. That happens because the org.springframework.beans.factory.DisposableBean is not being resolved (appearenly it is beeing resolved in 5.0). Should I add a dependency related do the springframework to pom file? If the answer is yes, which is the right dependency to include for the last 5.x version?

Thanks.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Andy Brook [Plugin People]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 9, 2013

Try adding jira-core, there are spring dependencies hanging off:

<dependency>

<groupId>com.atlassian.jira</groupId>

<artifactId>jira-core</artifactId>

<version>${jira.version}</version>

<scope>provided</scope>

</dependency>

TAGS
AUG Leaders

Atlassian Community Events