emotional-help-competition / backend

Java backend team's repository
1 stars 0 forks source link

[Java] Refactor project pom.xml #31

Open maximelyashevich opened 1 year ago

maximelyashevich commented 1 year ago

Refactor pom.xml:

  1. Add the jaxb-api dependency - can be useful for Flyway migration.
  2. Update the h2 dependency scope from test to runtime.
  3. Reorder project dependencies - test dependencies should be at the end of pom.xml.
kolesroma commented 1 year ago

I would also add build plugin that solve current problem with manifest file

kolesroma commented 1 year ago

And maybe swagger

kolesroma commented 1 year ago

I push to develop