Hi, I have a question on camel pom usage.
In camel-core/pom.xml, the spi-annotations dependency is added as <optional>true</optional>, however other modules such as camel-jms/pom.xml do not include this dependency explicitly. Is that intentional? How does camel-jms resolve this spi-annotations jar if it's only optional from the core? When I use IntelliJ IDE to open the camel project, and it complains the @UriParam is not resolvable in JmsEndpoint.java until I add this spi-annotations into camel-jms/pom.xml. I wonder if any of you experience this, or just my misunderstanding of the maven usage? Zemian -- View this message in context: http://camel.465427.n5.nabble.com/About-the-spi-annotations-dependency-tp5736873.html Sent from the Camel Development mailing list archive at Nabble.com.