Skip to content

Commit

Permalink
Exclude jsr311-api artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
asha15 authored Nov 6, 2024
1 parent ec12394 commit b101397
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.identity.action.management</artifactId>
<scope>provided</scope>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
Expand Down

0 comments on commit b101397

Please sign in to comment.