Skip to content

Commit

Permalink
Merge pull request #133 from schrepfler/develop
Browse files Browse the repository at this point in the history
Adding back fugue as breaking runtime requirements
  • Loading branch information
schrepfler authored Sep 22, 2020
2 parents aec38f7 + df48f95 commit 7effd9b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>jira-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven JIRA Plugin</name>
<version>0.9</version>
<version>0.9.1</version>
<description>This maven plugin contains MOJOs to ease integration with JIRA</description>
<url>https://github.com/schrepfler/jira-maven-plugin</url>

Expand All @@ -33,6 +33,7 @@
<license.maven.plugin.version>2.0.0</license.maven.plugin.version>
<versions.maven.plugin.version>2.8.1</versions.maven.plugin.version>
<jira.rest.java.client.version>5.2.1</jira.rest.java.client.version>
<fugue.version>2.7.0</fugue.version>
<maven.version>3.6.3</maven.version>
<jgitflow.maven.plugin.version>1.0-m5.1</jgitflow.maven.plugin.version>
<nexus.staging.maven.plugin.version>1.6.8</nexus.staging.maven.plugin.version>
Expand Down Expand Up @@ -142,6 +143,14 @@
<version>${jira.rest.java.client.version}</version>
</dependency>

<!-- required https://github.com/schrepfler/jira-maven-plugin/issues/59 -->
<dependency>
<groupId>com.atlassian.fugue</groupId>
<artifactId>fugue</artifactId>
<version>${fugue.version}</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
Expand Down Expand Up @@ -174,7 +183,6 @@
<version>${maven.version}</version>
</dependency>


<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
Expand Down

0 comments on commit 7effd9b

Please sign in to comment.