Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed tomcat-juli/tomcat-jdbc dependency #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pgfox
Copy link

@pgfox pgfox commented Jul 15, 2014

Great examples Torsten.

When I tried to compile Camel-JMS-JDBC-XA-TX I got the following exception

[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.apache.camel.demo.camel-jms-jdbc-xa:routing:2.0.0 (/Users/pfox/fuse/_repos/fuse-demos/Camel/Camel-JMS-JDBC-XA-TX/routing/pom.xml) has 3 errors
[ERROR]     'dependencies.dependency.version' for org.apache.tomcat:tomcat-jdbc:jar must be a valid version but is '${tomcat-jdbc.version}'. @ line 63, column 22
[ERROR]     'dependencies.dependency.version' for org.apache.tomcat:tomcat-juli:jar must be a valid version but is '${tomcat-jdbc.version}'. @ line 69, column 22
[ERROR]     'dependencies.dependency.version' for org.apache.tomcat:juli:jar must be a valid version but is '${juli.version}'. @ line 75, column 22
[ERROR]

I guess this was left from previous versions as I don´t think tomcat-jdbc/tomcat-juli is required by that demo.

Anyway added a pull request that removes the dependency - seem to resolve the issue for me.

Thanks
Pat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant