Skip to content

Commit

Permalink
CONDEC-699: Add missing jira-core dependency (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleebaum committed May 3, 2020
1 parent 02673a4 commit 33656cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@

<dependencies>
<!-- Jira -->
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-core</artifactId>
<version>8.5.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-api</artifactId>
Expand Down

0 comments on commit 33656cc

Please sign in to comment.