Skip to content

Commit 96c7d44

Browse files
Exclude com.alipay.sofa from internal proxy, use Maven Central directly
1 parent 4eccf38 commit 96c7d44

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

dd-java-agent/instrumentation/sofarpc/sofarpc-5.0/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,3 @@ dependencies {
3333

3434
latestDepTestImplementation group: "com.alipay.sofa", name: "sofa-rpc-all", version: "+"
3535
}
36-
37-
repositories {
38-
maven {
39-
url "https://repo.maven.apache.org/maven2/"
40-
content {
41-
includeGroup "com.alipay.sofa"
42-
}
43-
}
44-
}

gradle/repositories.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ repositories {
77
maven {
88
url project.rootProject.property("mavenRepositoryProxy")
99
allowInsecureProtocol = true
10+
content {
11+
excludeGroup "com.alipay.sofa"
12+
}
1013
}
1114
}
1215
mavenCentral()

0 commit comments

Comments
 (0)