Skip to content

Commit

Permalink
Upgrade Jira to latest LTS patch version, fix pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pathob committed Dec 6, 2024
1 parent d171727 commit 53659bd
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions jira/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<properties>
<atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key>
<jira.version>9.12.5</jira.version>
<jira.version>9.12.16</jira.version>
<jira.data.version>9.12.5</jira.data.version>
<ajp.port>8209</ajp.port>
</properties>
Expand All @@ -55,12 +55,6 @@
<version>${jira.version}</version>
<type>pom</type>
<scope>import</scope>
<exclusions>
<exclusion>
<groupId>jta</groupId>
<artifactId>jta</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down Expand Up @@ -118,13 +112,23 @@
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-api</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-core</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
</exclusion>
<exclusion>
<groupId>jndi</groupId>
<artifactId>jndi</artifactId>
Expand Down

0 comments on commit 53659bd

Please # to comment.