You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/http-auth-aws/pom.xml
-32Lines changed: 0 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -126,11 +126,6 @@
126
126
<artifactId>equalsverifier</artifactId>
127
127
<scope>test</scope>
128
128
</dependency>
129
-
<dependency>
130
-
<groupId>org.reactivestreams</groupId>
131
-
<artifactId>reactive-streams-tck</artifactId>
132
-
<scope>test</scope>
133
-
</dependency>
134
129
<dependency>
135
130
<groupId>software.amazon.awssdk</groupId>
136
131
<artifactId>test-utils</artifactId>
@@ -155,33 +150,6 @@
155
150
156
151
<build>
157
152
<plugins>
158
-
<!-- The Reactive Streams TCK tests are based on TestNG. See http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html#Running_TestNG_and_JUnit_Tests -->
Copy file name to clipboardExpand all lines: core/sdk-core/pom.xml
-32Lines changed: 0 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -193,11 +193,6 @@
193
193
<version>${awsjavasdk.version}</version>
194
194
<scope>test</scope>
195
195
</dependency>
196
-
<dependency>
197
-
<groupId>org.reactivestreams</groupId>
198
-
<artifactId>reactive-streams-tck</artifactId>
199
-
<scope>test</scope>
200
-
</dependency>
201
196
<dependency>
202
197
<groupId>com.google.jimfs</groupId>
203
198
<artifactId>jimfs</artifactId>
@@ -232,33 +227,6 @@
232
227
</dependencies>
233
228
<build>
234
229
<plugins>
235
-
<!-- The Reactive Streams TCK tests are based on TestNG. See http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html#Running_TestNG_and_JUnit_Tests -->
Copy file name to clipboardExpand all lines: http-clients/netty-nio-client/pom.xml
-32Lines changed: 0 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -147,11 +147,6 @@
147
147
<artifactId>assertj-core</artifactId>
148
148
<scope>test</scope>
149
149
</dependency>
150
-
<dependency>
151
-
<groupId>org.reactivestreams</groupId>
152
-
<artifactId>reactive-streams-tck</artifactId>
153
-
<scope>test</scope>
154
-
</dependency>
155
150
<dependency>
156
151
<groupId>org.apache.logging.log4j</groupId>
157
152
<artifactId>log4j-api</artifactId>
@@ -254,33 +249,6 @@
254
249
255
250
<build>
256
251
<plugins>
257
-
<!-- The Reactive Streams TCK tests are based on TestNG. See http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html#Running_TestNG_and_JUnit_Tests -->
Copy file name to clipboardExpand all lines: services-custom/s3-transfer-manager/pom.xml
-32Lines changed: 0 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -185,11 +185,6 @@
185
185
<artifactId>commons-lang3</artifactId>
186
186
<scope>test</scope>
187
187
</dependency>
188
-
<dependency>
189
-
<groupId>org.reactivestreams</groupId>
190
-
<artifactId>reactive-streams-tck</artifactId>
191
-
<scope>test</scope>
192
-
</dependency>
193
188
<dependency>
194
189
<groupId>com.google.jimfs</groupId>
195
190
<artifactId>jimfs</artifactId>
@@ -225,33 +220,6 @@
225
220
226
221
<build>
227
222
<plugins>
228
-
<!-- The Reactive Streams TCK tests are based on TestNG. See http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html#Running_TestNG_and_JUnit_Tests -->
Copy file name to clipboardExpand all lines: services/s3/pom.xml
-32Lines changed: 0 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -31,33 +31,6 @@
31
31
<url>https://aws.amazon.com/sdkforjava</url>
32
32
<build>
33
33
<plugins>
34
-
<!-- The Reactive Streams TCK tests are based on TestNG. See http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html#Running_TestNG_and_JUnit_Tests -->
Copy file name to clipboardExpand all lines: utils/pom.xml
-32Lines changed: 0 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -94,11 +94,6 @@
94
94
<artifactId>commons-io</artifactId>
95
95
<scope>test</scope>
96
96
</dependency>
97
-
<dependency>
98
-
<groupId>org.reactivestreams</groupId>
99
-
<artifactId>reactive-streams-tck</artifactId>
100
-
<scope>test</scope>
101
-
</dependency>
102
97
<dependency>
103
98
<groupId>org.apache.logging.log4j</groupId>
104
99
<artifactId>log4j-api</artifactId>
@@ -139,33 +134,6 @@
139
134
140
135
<build>
141
136
<plugins>
142
-
<!-- The Reactive Streams TCK tests are based on TestNG. See http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html#Running_TestNG_and_JUnit_Tests -->
0 commit comments