bibryam / ofbiz-camel

Apache Ofbiz and Apache Camel integration
MIT License
25 stars 12 forks source link

Remove camel dependencies from runtime #6

Closed adityasharma7 closed 5 years ago

adityasharma7 commented 5 years ago

As runtime extends compile-time dependencies. There should be no need to again add camel dependency as a runtime dependency. See https://docs.gradle.org/2.12/userguide/java_plugin.html https://docs.gradle.org/4.9/userguide/java_plugin.html#java_plugin

bibryam commented 5 years ago

Thanks Aditya

adityasharma7 commented 5 years ago

Thank you @bibryam :)