Skip to content

Commit d79c574

Browse files
jackshiraziCopilot
andauthored
[dynamic control] add OpampPolicyProvider for the policy pipeline (#2748)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d8c3d93 commit d79c574

File tree

3 files changed

+585
-0
lines changed

3 files changed

+585
-0
lines changed

dynamic-control/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ java {
1313
}
1414

1515
dependencies {
16+
implementation(project(":opamp-client"))
17+
implementation("com.squareup.okhttp3:okhttp")
18+
1619
annotationProcessor("com.google.auto.service:auto-service")
1720
compileOnly("com.google.auto.service:auto-service-annotations")
1821

0 commit comments

Comments
 (0)