Skip to content

Commit cbafa81

Browse files
committed
Use jspecify version from bom
1 parent 993a256 commit cbafa81

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,16 @@
6363
<groupId>io.jenkins.plugins</groupId>
6464
<artifactId>gson-api</artifactId>
6565
</dependency>
66-
<dependency>
67-
<groupId>io.jenkins.plugins</groupId>
68-
<artifactId>gson-api</artifactId>
69-
</dependency>
7066
<dependency>
7167
<groupId>io.jenkins.plugins</groupId>
7268
<artifactId>jspecify-api</artifactId>
73-
<version>1.0.0-1.ve7231e6d0d15</version>
7469
</dependency>
7570
<dependency>
7671
<groupId>land.oras</groupId>
7772
<artifactId>oras-java-sdk</artifactId>
7873
<version>${revision}</version>
7974
<exclusions>
75+
<!-- provided by commons-compress API plugin -->
8076
<exclusion>
8177
<groupId>com.github.luben</groupId>
8278
<artifactId>zstd-jni</artifactId>

0 commit comments

Comments
 (0)