Skip to content

Commit d4e1387

Browse files
committed
fix
1 parent 36b2c8e commit d4e1387

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

it/xds-istio/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ dependencies {
55
implementation libs.testcontainers.k3s
66
implementation libs.testcontainers.junit.jupiter
77

8-
testImplementation project(':xds')
8+
testImplementation(project(':xds')) {
9+
// Exclude the unshaded pgv-java-stub since it should be shaded via xds-pgv-shaded
10+
exclude group: 'build.buf.protoc-gen-validate', module: 'pgv-java-stub'
11+
}
912
}
1013

1114
def kubeconfigEnvValue =

0 commit comments

Comments
 (0)