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

Clean up javaagent-instrumentation-api and javaagent-extension-api de… #3557

Conversation

mateuszrzeszutek
Copy link
Member

…ps a bit

@@ -7,10 +7,8 @@ plugins {
group = "io.opentelemetry.javaagent"

dependencies {
api("io.opentelemetry:opentelemetry-api")
compileOnly("io.opentelemetry:opentelemetry-sdk")
api(project(":instrumentation-api"))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

javaagent-instrumentation-api directly extends instrumentation-api with a few javaagent-specific usecases, so it makes sense to expose instrumentation-api as API dependency here.

@iNikem iNikem merged commit 1d27432 into open-telemetry:main Jul 14, 2021
@mateuszrzeszutek mateuszrzeszutek deleted the javaagent-instrumentation-extension-api-deps branch July 14, 2021 08:48
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

Successfully merging this pull request may close these issues.

4 participants