polish
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
<artifactId>assertj-core</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!--<dependency>
|
||||
<groupId>org.synchronoss.cloud</groupId>
|
||||
<artifactId>nio-multipart-parser</artifactId>
|
||||
<version>1.0.2</version>
|
||||
@@ -104,7 +104,7 @@
|
||||
<artifactId>javax.mail</artifactId>
|
||||
<version>1.6.0-rc1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependency>-->
|
||||
</dependencies>
|
||||
<profiles>
|
||||
<profile>
|
||||
|
||||
@@ -44,6 +44,7 @@ import org.springframework.cloud.gateway.handler.predicate.BetweenRoutePredicate
|
||||
import org.springframework.cloud.gateway.handler.predicate.HostRoutePredicateFactoryTests;
|
||||
import org.springframework.cloud.gateway.handler.predicate.MethodRoutePredicateFactoryTests;
|
||||
import org.springframework.cloud.gateway.handler.predicate.PathRoutePredicateFactoryTests;
|
||||
import org.springframework.cloud.gateway.test.websocket.WebSocketIntegrationTests;
|
||||
|
||||
import static org.hamcrest.Matchers.equalTo;
|
||||
import static org.hamcrest.Matchers.is;
|
||||
@@ -58,6 +59,7 @@ import static org.junit.Assume.assumeThat;
|
||||
FormIntegrationTests.class,
|
||||
PostTests.class,
|
||||
RedisRateLimiterTests.class,
|
||||
WebSocketIntegrationTests.class,
|
||||
// route filter tests
|
||||
AddRequestHeaderWebFilterFactoryTests.class,
|
||||
AddRequestParameterWebFilterFactoryTests.class,
|
||||
|
||||
Reference in New Issue
Block a user