Skip to content

Commit 277db4f

Browse files
committed
chore: dependency cleanup
1 parent f2454ac commit 277db4f

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@
131131
<spring-test-profiler.version>0.0.14</spring-test-profiler.version>
132132
<ktlint-maven-plugin.version>3.5.0</ktlint-maven-plugin.version>
133133
<jetbrains-annotations.version>26.0.2-1</jetbrains-annotations.version>
134-
<json-unit-assertj.version>4.1.1</json-unit-assertj.version>
135134
</properties>
136135

137136
<dependencyManagement>
@@ -225,11 +224,6 @@
225224
<artifactId>xmlunit-assertj3</artifactId>
226225
<version>${xmlunit-assertj3.version}</version>
227226
</dependency>
228-
<dependency>
229-
<groupId>net.javacrumbs.json-unit</groupId>
230-
<artifactId>json-unit-assertj</artifactId>
231-
<version>${json-unit-assertj.version}</version>
232-
</dependency>
233227
<dependency>
234228
<groupId>software.amazon.awssdk</groupId>
235229
<artifactId>aws-query-protocol</artifactId>
@@ -306,6 +300,7 @@
306300
<version>${jspecify.version}</version>
307301
</dependency>
308302
<dependency>
303+
<!-- Workaround: set version here to force dependencies to converge. -->
309304
<groupId>org.jetbrains</groupId>
310305
<artifactId>annotations</artifactId>
311306
<version>${jetbrains-annotations.version}</version>

server/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,6 @@
151151
<artifactId>xmlunit-assertj3</artifactId>
152152
<scope>test</scope>
153153
</dependency>
154-
<dependency>
155-
<groupId>net.javacrumbs.json-unit</groupId>
156-
<artifactId>json-unit-assertj</artifactId>
157-
<scope>test</scope>
158-
</dependency>
159154
<dependency>
160155
<groupId>org.jetbrains.kotlin</groupId>
161156
<artifactId>kotlin-test-junit</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.jetbrains</groupId>
57-
<artifactId>annotations</artifactId>
58-
</dependency>
5955
<dependency>
6056
<groupId>org.jspecify</groupId>
6157
<artifactId>jspecify</artifactId>

0 commit comments

Comments
 (0)