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 993a256 commit cbafa81Copy full SHA for cbafa81
pom.xml
@@ -63,20 +63,16 @@
63
<groupId>io.jenkins.plugins</groupId>
64
<artifactId>gson-api</artifactId>
65
</dependency>
66
- <dependency>
67
- <groupId>io.jenkins.plugins</groupId>
68
- <artifactId>gson-api</artifactId>
69
- </dependency>
70
<dependency>
71
72
<artifactId>jspecify-api</artifactId>
73
- <version>1.0.0-1.ve7231e6d0d15</version>
74
75
76
<groupId>land.oras</groupId>
77
<artifactId>oras-java-sdk</artifactId>
78
<version>${revision}</version>
79
<exclusions>
+ <!-- provided by commons-compress API plugin -->
80
<exclusion>
81
<groupId>com.github.luben</groupId>
82
<artifactId>zstd-jni</artifactId>
0 commit comments