diff options
| author | zhaoyixiang <[email protected]> | 2024-04-24 00:00:10 +0800 |
|---|---|---|
| committer | zhaoyixiang <[email protected]> | 2024-04-24 00:00:10 +0800 |
| commit | 6dfaecddf87f3669a3f0108d2a77313dd18d6190 (patch) | |
| tree | 4ab2f341f15f3b3d4585b23bd3436a749bc521cd /build.gradle | |
| parent | 01ee96e0b62af169ace9a910bb05d610a6a352df (diff) | |
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 4eb220c..63ab739 100644 --- a/build.gradle +++ b/build.gradle @@ -49,6 +49,7 @@ dependencies { implementation 'com.alibaba:easyexcel:3.3.3' implementation 'com.baomidou:dynamic-datasource-spring-boot3-starter:4.3.0' implementation 'com.github.xiaoymin:knife4j-openapi3-jakarta-spring-boot-starter:4.4.0' + implementation 'com.squareup.okhttp3:okhttp:4.12.0' } tasks.named('test') { |
