Thanks!

Updated my pom file with

        <dependency>
            <groupId>org.apache.camel</groupId>
            <artifactId>camel-core</artifactId>
            <version>2.10.4-SNAPSHOT</version>
        </dependency> 
   <repositories>
        <repository>
            <id>apache.snapshots</id>
            <name>Apache Development Snapshot Repository</name>
           
<url>https://repository.apache.org/content/repositories/snapshots/</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
    </repositories>



--
View this message in context: 
http://camel.465427.n5.nabble.com/Test-Intercept-with-adviceWith-and-http-tp5723473p5724050.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to