artshishkin / art-sfg-mssc-brewery

Tutorial on Microservices from SFG (Udemy)
0 stars 0 forks source link

Assignment 22: Assignment Refactor Maven for Common Dependencies #44

Closed artshishkin closed 3 years ago

artshishkin commented 3 years ago

DRY - Don’t Repeat Yourself

Microservices have duplicated Spring Cloud Dependencies

Common cloud dependencies have been added to the parent BOM 1.0.13 (and higher)

Challenge: Refactor services to use 1.0.13, remove common deps

Only applies to beer service, inventory service, and order service