This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 909f6c0  CAMEL-15143: Fixed test to not use undertow
909f6c0 is described below

commit 909f6c0bb52dcc2076c13b3741ecba9003493e38
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jun 10 13:35:49 2020 +0200

    CAMEL-15143: Fixed test to not use undertow
---
 components/camel-openapi-java/pom.xml                                | 5 -----
 .../camel/openapi/RestOpenApiReaderPropertyPlaceholderTest.java      | 3 +++
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/components/camel-openapi-java/pom.xml 
b/components/camel-openapi-java/pom.xml
index a307033..d84cd8c 100644
--- a/components/camel-openapi-java/pom.xml
+++ b/components/camel-openapi-java/pom.xml
@@ -97,11 +97,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-undertow</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter</artifactId>
             <scope>test</scope>
diff --git 
a/components/camel-openapi-java/src/test/java/org/apache/camel/openapi/RestOpenApiReaderPropertyPlaceholderTest.java
 
b/components/camel-openapi-java/src/test/java/org/apache/camel/openapi/RestOpenApiReaderPropertyPlaceholderTest.java
index 56fd7ac..84c22fb 100644
--- 
a/components/camel-openapi-java/src/test/java/org/apache/camel/openapi/RestOpenApiReaderPropertyPlaceholderTest.java
+++ 
b/components/camel-openapi-java/src/test/java/org/apache/camel/openapi/RestOpenApiReaderPropertyPlaceholderTest.java
@@ -39,6 +39,9 @@ public class RestOpenApiReaderPropertyPlaceholderTest extends 
CamelTestSupport {
     @BindToRegistry("dummy-rest")
     private DummyRestProducerFactory factory = new DummyRestProducerFactory();
 
+    @BindToRegistry("dummy-rest-consumer")
+    private DummyRestConsumerFactory consumerFactory = new 
DummyRestConsumerFactory();
+
     @Override
     protected boolean useJmx() {
         return true;

Reply via email to