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

micrometer-docs-generator-bom declares JUnit BOM import #38

Closed
mp911de opened this issue Oct 5, 2022 · 0 comments
Closed

micrometer-docs-generator-bom declares JUnit BOM import #38

mp911de opened this issue Oct 5, 2022 · 0 comments
Labels
bug A general bug
Milestone

Comments

@mp911de
Copy link

mp911de commented Oct 5, 2022

The BOM declares the JUnit BOM:

      <dependency>
        <groupId>org.junit</groupId>
        <artifactId>junit-bom</artifactId>
        <version>5.8.2</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>

which affects projects importing the BOM via:

<dependency>
	<groupId>io.micrometer</groupId>
	<artifactId>micrometer-docs-generator-bom</artifactId>
	<version>${micrometer-docs-generator}</version>
	<type>pom</type>
	<scope>import</scope>
</dependency>

Affected version: 1.0.0-M7

@jonatan-ivanov jonatan-ivanov added the bug A general bug label Oct 5, 2022
@jonatan-ivanov jonatan-ivanov added this to the 1.0.0-RC1 milestone Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants