Repository: camel Updated Branches: refs/heads/master 03d6b3e08 -> d8a377579
Upgraded rest-assured to 3.0.0 and groupId changed accordingly Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d8a37757 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d8a37757 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d8a37757 Branch: refs/heads/master Commit: d8a377579c279e05b2ee5def6c68567652413a20 Parents: 03d6b3e Author: Andrea Cosentino <anco...@gmail.com> Authored: Thu Jul 14 09:43:24 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Thu Jul 14 09:43:24 2016 +0200 ---------------------------------------------------------------------- components/camel-rx/pom.xml | 2 +- .../src/test/java/org/apache/camel/rx/CamelOperatorTest.java | 3 ++- components/camel-servlet/pom.xml | 2 +- .../camel/component/servlet/ServletAsyncArquillianTest.java | 2 +- parent/pom.xml | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d8a37757/components/camel-rx/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-rx/pom.xml b/components/camel-rx/pom.xml index 281b125..6105c8a 100644 --- a/components/camel-rx/pom.xml +++ b/components/camel-rx/pom.xml @@ -68,7 +68,7 @@ <scope>test</scope> </dependency> <dependency> - <groupId>com.jayway.restassured</groupId> + <groupId>io.rest-assured</groupId> <artifactId>rest-assured</artifactId> <version>${rest-assured-version}</version> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/camel/blob/d8a37757/components/camel-rx/src/test/java/org/apache/camel/rx/CamelOperatorTest.java ---------------------------------------------------------------------- diff --git a/components/camel-rx/src/test/java/org/apache/camel/rx/CamelOperatorTest.java b/components/camel-rx/src/test/java/org/apache/camel/rx/CamelOperatorTest.java index 93d25f8..da43e63 100644 --- a/components/camel-rx/src/test/java/org/apache/camel/rx/CamelOperatorTest.java +++ b/components/camel-rx/src/test/java/org/apache/camel/rx/CamelOperatorTest.java @@ -24,9 +24,10 @@ import org.junit.Test; import rx.Subscription; import rx.observables.ConnectableObservable; -import static com.jayway.restassured.RestAssured.given; +import static io.restassured.RestAssured.given; import static org.hamcrest.Matchers.containsString; + public class CamelOperatorTest extends RxTestSupport { @Test http://git-wip-us.apache.org/repos/asf/camel/blob/d8a37757/components/camel-servlet/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-servlet/pom.xml b/components/camel-servlet/pom.xml index fadf999..90cf758 100644 --- a/components/camel-servlet/pom.xml +++ b/components/camel-servlet/pom.xml @@ -127,7 +127,7 @@ <scope>test</scope> </dependency> <dependency> - <groupId>com.jayway.restassured</groupId> + <groupId>io.rest-assured</groupId> <artifactId>rest-assured</artifactId> <version>${rest-assured-version}</version> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/camel/blob/d8a37757/components/camel-servlet/src/test/java/org/apache/camel/component/servlet/ServletAsyncArquillianTest.java ---------------------------------------------------------------------- diff --git a/components/camel-servlet/src/test/java/org/apache/camel/component/servlet/ServletAsyncArquillianTest.java b/components/camel-servlet/src/test/java/org/apache/camel/component/servlet/ServletAsyncArquillianTest.java index 7c1a877..6de26a0 100644 --- a/components/camel-servlet/src/test/java/org/apache/camel/component/servlet/ServletAsyncArquillianTest.java +++ b/components/camel-servlet/src/test/java/org/apache/camel/component/servlet/ServletAsyncArquillianTest.java @@ -29,7 +29,7 @@ import org.jboss.shrinkwrap.api.spec.WebArchive; import org.junit.Test; import org.junit.runner.RunWith; -import static com.jayway.restassured.RestAssured.given; +import static io.restassured.RestAssured.given; import static org.hamcrest.CoreMatchers.equalTo; @RunWith(Arquillian.class) http://git-wip-us.apache.org/repos/asf/camel/blob/d8a37757/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 94b2896..b36ca78 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -469,7 +469,7 @@ <rabbitmq-amqp-client-version>3.6.3</rabbitmq-amqp-client-version> <reflections-bundle-version>0.9.10_3</reflections-bundle-version> <regexp-bundle-version>1.4_1</regexp-bundle-version> - <rest-assured-version>2.9.0</rest-assured-version> + <rest-assured-version>3.0.0</rest-assured-version> <restlet-version>2.3.6</restlet-version> <restlet-jackson-version>2.4.4</restlet-jackson-version> <restlet-woodstox-version>4.3.0</restlet-woodstox-version>