bgizdov / quarkus-multi-module-project-quickstart

Modularized Quarkus 3.8 quickstart template project
Other
22 stars 7 forks source link

chore: trim the fat #11

Open codespearhead opened 3 months ago

codespearhead commented 3 months ago

There are a redundant lines in the pom.xml files, ranging from unused dependencies to (I'm pretty sure) declarations to download entire BOMs.

Here's an example of what those files should look like: CaravanaCloud/quarkus-multimodule-example.

I'll be working on a more streamlined version of this repository at codespearhead/quarkus-multi-module-project-demo.

FYI: I'm currently working on consolidating all multi-module information in Quarkus at https://github.com/quarkusio/quarkus/issues/2003 to canonize all things multi-module .

bgizdov commented 1 month ago

Which dependencies are you referring to? There could be some dependencies that I don't use in this demo/quickstart, but I usually do use, like MapStruct, Lombok, etc. Feel free to remove them, and I will merge the PR. Thanks for your contributions.