Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geolatte BOM (Maven Bill of Materials) #163

Open
lbruun opened this issue Sep 28, 2023 · 0 comments
Open

Geolatte BOM (Maven Bill of Materials) #163

lbruun opened this issue Sep 28, 2023 · 0 comments

Comments

@lbruun
Copy link

lbruun commented Sep 28, 2023

I'm using Geolatte via Hibernate Spatial. All wrapped up in a standard Spring Boot 3.x application.

When I pull in the Geolatte JSON module I need to explicitly specify the version:

<dependency>
    <groupId>org.geolatte</groupId>
    <artifactId>geolatte-geojson</artifactId>
    <version>${geolatte-geom-version}</version>
</dependency>

rather than simply:

<dependency>
    <groupId>org.geolatte</groupId>
    <artifactId>geolatte-geojson</artifactId>
</dependency>

This is unfortunate as I basically do not know (or care) which version of Geolatte I'm using, I let Hibernate Spatial decide that for me. (its version is in turn decided by Spring Boot's BOM). Keeping these version numbers in lock-step is a hazzle.

Not sure what is the best practice solution here but I think the solution is if Geolatte project would publish a BOM and then have the Hibernate Spatial project consume the BOM in its <dependencyManagement> section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant