* Upgrade dependencies * Fix typos in build files * Fix variable names for dependencies * Fix links to the project * Fix `Implementation-Vendor` for artifact manifest files
6 lines
99 B
Groovy
6 lines
99 B
Groovy
dependencies {
|
|
api project(':spring-twitter-common')
|
|
|
|
testImplementation mockServerNetty
|
|
}
|