move util.Text from client to api and make sure () works (#1460)
This commit is contained in:
@@ -6,8 +6,9 @@ dependencies {
|
||||
compileOnly group: 'org.projectlombok', name: 'lombok', version: lombok
|
||||
|
||||
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: findbugs
|
||||
implementation group: 'org.slf4j', name: 'slf4j-api', version: slf4j
|
||||
implementation group: 'com.google.guava', name: 'guava', version: guava
|
||||
implementation group: 'org.apache.commons', name: 'commons-text', version: apacheCommonsText
|
||||
implementation group: 'org.slf4j', name: 'slf4j-api', version: slf4j
|
||||
|
||||
testImplementation group: 'junit', name: 'junit', version: junit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user