Skip to content

Commit b56b12c

Browse files
committed
chore(deps): remove jspecify, not needed with Kotlin
1 parent 0c0cf9d commit b56b12c

File tree

5 files changed

+0
-22
lines changed

5 files changed

+0
-22
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
<docker-builder.image.name>s3mock-buildx</docker-builder.image.name>
9696
<docker-maven-plugin.version>0.48.0</docker-maven-plugin.version>
9797
<docker.image.name>adobe/s3mock</docker.image.name>
98-
<jspecify.version>1.0.0</jspecify.version>
9998
<junit-jupiter.version>5.7.2</junit-jupiter.version>
10099
<junit.version>4.13.2</junit.version>
101100

@@ -227,11 +226,6 @@
227226
<artifactId>httpmime</artifactId>
228227
<version>${httpmime.version}</version>
229228
</dependency>
230-
<dependency>
231-
<groupId>org.jspecify</groupId>
232-
<artifactId>jspecify</artifactId>
233-
<version>${jspecify.version}</version>
234-
</dependency>
235229
<dependency>
236230
<!-- Workaround: set version here to force dependencies to converge. -->
237231
<groupId>org.jetbrains</groupId>

server/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@
7878
<groupId>software.amazon.awssdk</groupId>
7979
<artifactId>aws-crt-client</artifactId>
8080
</dependency>
81-
<dependency>
82-
<groupId>org.jspecify</groupId>
83-
<artifactId>jspecify</artifactId>
84-
</dependency>
8581
<dependency>
8682
<groupId>org.jetbrains.kotlin</groupId>
8783
<artifactId>kotlin-stdlib</artifactId>

testsupport/common/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
<groupId>software.amazon.awssdk</groupId>
4444
<artifactId>url-connection-client</artifactId>
4545
</dependency>
46-
<dependency>
47-
<groupId>org.jspecify</groupId>
48-
<artifactId>jspecify</artifactId>
49-
</dependency>
5046
<dependency>
5147
<groupId>org.assertj</groupId>
5248
<artifactId>assertj-core</artifactId>

testsupport/testcontainers/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
<groupId>org.jetbrains.kotlin</groupId>
5353
<artifactId>kotlin-stdlib</artifactId>
5454
</dependency>
55-
<dependency>
56-
<groupId>org.jspecify</groupId>
57-
<artifactId>jspecify</artifactId>
58-
</dependency>
5955
<dependency>
6056
<groupId>com.adobe.testing</groupId>
6157
<artifactId>s3mock</artifactId>

testsupport/testng/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
<groupId>org.testng</groupId>
4040
<artifactId>testng</artifactId>
4141
</dependency>
42-
<dependency>
43-
<groupId>org.jspecify</groupId>
44-
<artifactId>jspecify</artifactId>
45-
</dependency>
4642
<dependency>
4743
<groupId>org.assertj</groupId>
4844
<artifactId>assertj-core</artifactId>

0 commit comments

Comments
 (0)