-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdependencies.gradle
53 lines (44 loc) · 1.4 KB
/
dependencies.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
ext {
versions = [:]
}
versions += [
jupiter : "5.8.2",
junitPlatform : "1.8.2",
kotlin : "1.6.10",
kotlinCoroutines : "1.5.2",
// acp-core
jodaTime : "2.10.13",
commons_codec : "1.15",
commons_text : "1.9",
commons_lang3 : "3.12.0",
dom4j : "1.6.1",
bouncycastle : "1.68",
slf4j : "1.7.36",
logback : "1.2.10",
xstream : "1.4.18",
jackson : "2.13.1",
zip4j : "2.9.0",
hikaricp : "4.0.3",
// acp-client
netty : "4.1.74.Final",
okhttp : "3.14.9",
// acp-file
freemarker : "2.3.31",
flyingSaucer : "9.1.20",
jsoup : "1.14.3",
batik : "1.14",
poi : "5.1.0",
// acp-ftp
ftpserver : "1.1.1",
sftp : "2.5.1",
commons_net : "3.7.2",
jsch : "0.1.55",
// acp-message
javaxMail : "1.4.7",
// acp-spring-boot-starter/-ftp
springBoot : "2.6.4",
knife4j : "3.0.3",
// acp-spring-cloud-starter
springCloud : "2021.0.1",
springCloudAlibaba: "2021.0.1.0"
]