I am very new to using Apache Camel and Maven, while browsing the examples section of the Camel webpage I found the Café example and decided to open it up and trace through to learn a few things. When I import the Maven project into the IntelliJ IDE and try to "compile" I receive error messages because it cannot find the libraries for many of the import statements. A few of the libraries that are missing are:
org.apache.camel.*builder* org.apache.camel.*ProducerTemplate* org.apache.camel.*impl* org.apache.camel.*CamelContext* and many more... It seems like the pom.xml file is messed up some how. Unfortunately I do not know enough about using Maven's POM.XML file to accurately troubleshoot this problem. However, the few dependencies that I know should exist, do exist: camel-core 2.12.2 and a few others. If there is any other info that anyone may need in order to help me out I am more than happy to gather it! -- View this message in context: http://camel.465427.n5.nabble.com/camel-example-cafe-does-not-compile-tp5745894.html Sent from the Camel - Users mailing list archive at Nabble.com.