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

Bootique dependency leaks via BOM import #190

Closed
andrus opened this issue Jul 29, 2021 · 0 comments
Closed

Bootique dependency leaks via BOM import #190

andrus opened this issue Jul 29, 2021 · 0 comments
Labels
Milestone

Comments

@andrus
Copy link
Contributor

andrus commented Jul 29, 2021

Bootique dependency is used for testing only, and should not be visible to the users of LinkMove. That's not the case now, due to some issue of importing Bootique via the BOM:

$ mvn clean verify

[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< org.example.agrest:bookstore >--------------------
[INFO] Building bookstore 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo1.maven.org/maven2/io/bootique/bom/bootique-bom/2.0.B1/bootique-bom-2.0.B1.pom
Downloaded from central: https://repo1.maven.org/maven2/io/bootique/bom/bootique-bom/2.0.B1/bootique-bom-2.0.B1.pom (23 kB at 9.3 kB/s)
Downloading from central: https://repo1.maven.org/maven2/io/bootique/bom/bootique-bom-parent/2.0.B1/bootique-bom-parent-2.0.B1.pom
Downloaded from central: https://repo1.maven.org/maven2/io/bootique/bom/bootique-bom-parent/2.0.B1/bootique-bom-parent-2.0.B1.pom (2.5 kB at 59 kB/s)
Downloading from central: https://repo1.maven.org/maven2/io/bootique/modules/parent/bootique-modules-parent/2.0.6/bootique-modules-parent-2.0.6.pom
Downloaded from central: https://repo1.maven.org/maven2/io/bootique/modules/parent/bootique-modules-parent/2.0.6/bootique-modules-parent-2.0.6.pom (16 kB at 316 kB/s)
Downloading from central: https://repo1.maven.org/maven2/io/bootique/bom/bootique-bom/2.0.M1/bootique-bom-2.0.M1.pom
Downloaded from central: https://repo1.maven.org/maven2/io/bootique/bom/bootique-bom/2.0.M1/bootique-bom-2.0.M1.pom (22 kB at 433 kB/s)
Downloading from central: https://repo1.maven.org/maven2/io/bootique/bom/bootique-bom-parent/2.0.M1/bootique-bom-parent-2.0.M1.pom
Downloaded from central: https://repo1.maven.org/maven2/io/bootique/bom/bootique-bom-parent/2.0.M1/bootique-bom-parent-2.0.M1.pom (2.4 kB at 53 kB/s)
Downloading from central: https://repo1.maven.org/maven2/io/bootique/modules/parent/bootique-modules-parent/2.0.2/bootique-modules-parent-2.0.2.pom
Downloaded from central: https://repo1.maven.org/maven2/io/bootique/modules/parent/bootique-modules-parent/2.0.2/bootique-modules-parent-2.0.2.pom (16 kB at 350 kB/s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant