Skip to content

Commit 9fb1aed

Browse files
committed
remove unused dependencies and supress warning
1 parent 26df3f1 commit 9fb1aed

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

instrumentation/camunda/camunda-7.0/javaagent/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ dependencies {
1818
library("org.camunda.bpm:camunda-engine:7.18.0")
1919
library("org.camunda.bpm:camunda-external-task-client:7.18.0")
2020

21-
api("com.google.auto.value:auto-value-annotations:1.6")
2221
annotationProcessor("com.google.auto.value:auto-value:1.6")
2322
}

instrumentation/camunda/camunda-7.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/camunda/v7_0/task/CamundaTopicSubscriptionMangerInstrumentation.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public void transform(TypeTransformer transformer) {
5050

5151
public static class CamundaTopicSubscriptionMangerAdvice {
5252

53+
@SuppressWarnings("rawtypes")
5354
@Advice.OnMethodEnter(suppress = Throwable.class)
5455
public static void addTracingEnter(
5556
@Advice.FieldValue("typedValues") TypedValues typedValues,

instrumentation/camunda/camunda-7.0/library/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ dependencies {
66
library("org.camunda.bpm:camunda-engine:7.18.0")
77
library("org.camunda.bpm:camunda-external-task-client:7.18.0")
88

9-
api("com.google.auto.value:auto-value-annotations:1.6")
109
annotationProcessor("com.google.auto.value:auto-value:1.6")
1110
}
1211

0 commit comments

Comments
 (0)