Constaing latest support version of Apache Dubbo (#2628)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
This commit is contained in:
parent
1b0438439a
commit
bb5f2c5ece
|
@ -21,7 +21,7 @@ These are the supported libraries and frameworks:
|
|||
| Library/Framework | Versions |
|
||||
|---------------------------------------------------------------------------------------------------------------------------------------|--------------------------------|
|
||||
| [Akka HTTP](https://doc.akka.io/docs/akka-http/current/index.html) | 10.0+ |
|
||||
| [Apache Dubbo](https://github.com/apache/dubbo/) | 2.7+ |
|
||||
| [Apache Dubbo](https://github.com/apache/dubbo/) | 2.7+ (not including 3.x yet) |
|
||||
| [Apache HttpAsyncClient](https://hc.apache.org/index.html) | 4.1+ |
|
||||
| [Apache HttpClient](https://hc.apache.org/index.html) | 2.0+ |
|
||||
| [Apache RocketMQ](https://rocketmq.apache.org/) | 4.8+ |
|
||||
|
|
|
@ -4,7 +4,7 @@ muzzle {
|
|||
pass {
|
||||
group = "org.apache.dubbo"
|
||||
module = "dubbo"
|
||||
versions = "[2.7.0,)"
|
||||
versions = "[2.7.0,3.0.0)"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -16,4 +16,6 @@ dependencies {
|
|||
testImplementation project(':instrumentation:apache-dubbo:apache-dubbo-2.7:testing')
|
||||
|
||||
testLibrary group: 'org.apache.dubbo', name: 'dubbo-config-api', version: '2.7.0'
|
||||
latestDepTestLibrary group: 'org.apache.dubbo', name: 'dubbo', version: '2+'
|
||||
latestDepTestLibrary group: 'org.apache.dubbo', name: 'dubbo-config-api', version: '2+'
|
||||
}
|
||||
|
|
|
@ -6,4 +6,6 @@ dependencies {
|
|||
testImplementation project(':instrumentation:apache-dubbo:apache-dubbo-2.7:testing')
|
||||
|
||||
testLibrary group: 'org.apache.dubbo', name: 'dubbo-config-api', version: '2.7.0'
|
||||
latestDepTestLibrary group: 'org.apache.dubbo', name: 'dubbo', version: '2+'
|
||||
latestDepTestLibrary group: 'org.apache.dubbo', name: 'dubbo-config-api', version: '2+'
|
||||
}
|
Loading…
Reference in New Issue