andrewharmellaw / camel-boot

A seed-project for starting new REST-API Camel/Spring Boot projects
1 stars 10 forks source link

exclude transitive dependencies from spring boot #27

Closed santosh2020 closed 8 years ago

santosh2020 commented 8 years ago

Exclude 'spring-webmvc' and 'commons-logging' from spring boot

andrewharmellaw commented 8 years ago

Thanks @santosh2020. If you can fix the formatting, this looks good to merge.

santosh2020 commented 8 years ago

updated build.gradle as per your comment.