build.gradle 323 Bytes
dependencies {
    api project(':cashier-shared')
    implementation 'org.apache.commons:commons-text:1.15.0'
    implementation('com.aliyun:dysmsapi20170525:4.3.1') {
        // 排除指定模块, 否则将导致logback初始化时xml parse异常
        exclude group: 'pull-parser', module: 'pull-parser'
    }
}