Skip to content

Commit

Permalink
Fix upperbounds error in other plugin (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Dec 5, 2024
1 parent dad771d commit 53ec891
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,19 @@
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
</exclusion>

<exclusion>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- conflicting versions coming from azure-identity dependency -->
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
Expand Down

0 comments on commit 53ec891

Please sign in to comment.