We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de93bc2 commit 4350eb8Copy full SHA for 4350eb8
crowd/tree.txt
jira/pom.xml
@@ -71,6 +71,13 @@
71
<version>${jira.version}</version>
72
<type>pom</type>
73
<scope>import</scope>
74
+ <exclusions>
75
+ <!-- Somehow the missing version here in the dependency management causes issues during release -->
76
+ <exclusion>
77
+ <groupId>jakarta.ws.rs</groupId>
78
+ <artifactId>jakarta.ws.rs-api</artifactId>
79
+ </exclusion>
80
+ </exclusions>
81
</dependency>
82
</dependencies>
83
</dependencyManagement>
0 commit comments