This commit is contained in:
Spencer Gibb
2017-10-02 22:17:34 -04:00
parent 3431f3d87a
commit 09d49cfe80
2 changed files with 4 additions and 2 deletions

View File

@@ -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>

View File

@@ -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,