Skip to content

Explicit dependencies are not needed #171

@fmhwong

Description

@fmhwong

        <!-- tag::opentelemetry[] -->
        <dependency>
            <groupId>io.opentelemetry</groupId>
            <artifactId>opentelemetry-api</artifactId>
            <version>1.39.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>io.opentelemetry.instrumentation</groupId>
            <artifactId>opentelemetry-instrumentation-annotations</artifactId>
            <version>2.5.0</version>
            <scope>provided</scope>
        </dependency>
        <!-- end::opentelemetry[] -->

The above dependencies are redundant as they are already included by microprofile version 7.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions