Skip to content

Commit

Permalink
Added dependencies to javaagent module, changed library instead of im…
Browse files Browse the repository at this point in the history
…plemenation
  • Loading branch information
cb645j committed Dec 11, 2024
1 parent b267316 commit fb19def
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ muzzle {
dependencies {
implementation(project(":instrumentation:camunda:camunda-7.0:library"))

library("org.camunda.bpm:camunda-engine:7.18.0")
library("org.camunda.bpm:camunda-external-task-client:7.18.0")

api("com.google.auto.value:auto-value-annotations:1.6")
annotationProcessor("com.google.auto.value:auto-value:1.6")
}
4 changes: 2 additions & 2 deletions instrumentation/camunda/camunda-7.0/library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
}

dependencies {
implementation("org.camunda.bpm:camunda-engine:7.18.0")
implementation("org.camunda.bpm:camunda-external-task-client:7.18.0")
library("org.camunda.bpm:camunda-engine:7.18.0")
library("org.camunda.bpm:camunda-external-task-client:7.18.0")

api("com.google.auto.value:auto-value-annotations:1.6")
annotationProcessor("com.google.auto.value:auto-value:1.6")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

package io.opentelemetry.instrumentation.camunda.v7_0.behavior;

import io.opentelemetry.instrumentation.camunda.v7_0.common.CamundaCommonRequest;
import io.opentelemetry.instrumentation.api.instrumenter.SpanNameExtractor;
import io.opentelemetry.instrumentation.camunda.v7_0.common.CamundaCommonRequest;
import java.util.Arrays;

public class CamundaBehaviorSpanNameExtractor implements SpanNameExtractor<CamundaCommonRequest> {
Expand Down

0 comments on commit fb19def

Please sign in to comment.