Skip to content

Commit 43e1c25

Browse files
Fix sdk dependencies (#1103)
1 parent 3794cf1 commit 43e1c25

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

examples/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,6 @@
216216
<skip>true</skip>
217217
</configuration>
218218
</plugin>
219-
<plugin>
220-
<groupId>org.codehaus.mojo</groupId>
221-
<artifactId>animal-sniffer-maven-plugin</artifactId>
222-
<configuration>
223-
<!-- Spring Boot 3 has a Java 17 baseline, no Java 8 support -->
224-
<skip>true</skip>
225-
</configuration>
226-
</plugin>
227219
</plugins>
228220
</build>
229221
</project>

sdk/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@
5050
<artifactId>reactor-core</artifactId>
5151
<version>3.5.0</version>
5252
</dependency>
53-
<dependency>
54-
<groupId>io.projectreactor</groupId>
55-
<artifactId>reactor-test</artifactId>
56-
<version>3.5.0</version>
57-
</dependency>
5853
<dependency>
5954
<groupId>com.squareup.okhttp3</groupId>
6055
<artifactId>okhttp</artifactId>
@@ -111,12 +106,6 @@
111106
<version>2.7.18</version>
112107
<scope>test</scope>
113108
</dependency>
114-
<dependency>
115-
<groupId>io.grpc</groupId>
116-
<artifactId>grpc-testing</artifactId>
117-
<version>${grpc.version}</version>
118-
<scope>test</scope>
119-
</dependency>
120109
<dependency>
121110
<groupId>uk.org.webcompere</groupId>
122111
<artifactId>system-stubs-jupiter</artifactId>

0 commit comments

Comments
 (0)