Skip to content

Spring boot 3 support for auto-configure #9928

Closed Answered by swaroopar
swaroopar asked this question in Q&A
Discussion options

You must be logged in to vote

Adding this specific dependency is needed for spring-boot in addition to the starter

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>io.opentelemetry</groupId>
            <artifactId>opentelemetry-bom</artifactId>
            <version>1.32.0</version>
            <type>pom</type>
        </dependency>
    </dependencies>
</dependencyManagement>

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by swaroopar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants