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.
2 parents c24ee20 + d3b2879 commit d34c610Copy full SHA for d34c610
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