Files
MaxKey/gradle.properties

216 lines
7.6 KiB
Properties
Raw Normal View History

2022-02-25 14:49:47 +08:00
#/*
# * Copyright [2023] [MaxKey of copyright http://www.maxkey.top]
2022-02-25 14:49:47 +08:00
# *
# * Licensed under the Apache License, Version 2.0 (the "License");
# * you may not use this file except in compliance with the License.
# * You may obtain a copy of the License at
# *
# * http://www.apache.org/licenses/LICENSE-2.0
# *
# * Unless required by applicable law or agreed to in writing, software
# * distributed under the License is distributed on an "AS IS" BASIS,
# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# * See the License for the specific language governing permissions and
# * limitations under the License.
# */
#maxkey properties
2023-05-23 10:10:40 +08:00
group =org.dromara.maxkey
2025-02-14 08:50:24 +08:00
version =4.1.6
2021-05-17 14:35:45 +08:00
vendor =https://www.maxkey.top
author =MaxKeyTop
2024-06-21 17:42:12 +08:00
githubUrl =https://github.com/dromara/MaxKey
giteeUrl =https://gitee.com/dromara/MaxKey
licenseName =The Apache Software License, Version 2.0
licenseUrl =https://www.apache.org/licenses/LICENSE-2.0.txt
createYear =2019
2021-09-08 22:27:59 +08:00
#docker jib image
2023-08-15 11:58:38 +08:00
jibFromImage =eclipse-temurin:17-jre
jibToImage =maxkeytop
jibToAuthUsername =maxkeytop
2023-08-30 15:15:05 +08:00
jibToAuthPassword =docker registry credential
2021-09-08 22:27:59 +08:00
#maxkey used jars version
2023-03-24 09:52:28 +08:00
#spring
2025-01-24 17:02:52 +08:00
springVersion =6.2.2
springBootVersion =3.4.2
2024-12-20 09:16:42 +08:00
springSecurityVersion =6.4.2
2025-02-05 09:38:46 +08:00
springDataVersion =3.4.2
springkafkaVersion =3.3.2
2024-12-20 09:16:42 +08:00
springretryVersion =2.0.11
2023-08-15 11:58:38 +08:00
#spring plugin
springplugincoreVersion =3.0.0
springpluginmetadataVersion =3.0.0
#spring cloud
2024-12-09 09:34:10 +08:00
springcloudVersion =4.2.0
2023-08-15 11:58:38 +08:00
#spring cloud alibaba
2024-12-09 09:34:10 +08:00
springcloudalibabaVersion =2023.0.1.2
2023-03-24 09:52:28 +08:00
springcloudalibabaspringVersion =1.0.11
2024-06-03 15:07:38 +08:00
springcloudalibabacsplVersion =1.8.7
2023-08-15 11:58:38 +08:00
alibabanacosclientVersion =2.2.3
#Apache commons
2022-09-23 17:02:20 +08:00
commonsbeanutilsVersion =1.9.4
2024-05-04 22:34:52 +08:00
commonscodecVersion =1.17.0
2021-05-17 14:35:45 +08:00
commonscollectionsVersion =3.2.2
commonscollections4Version =4.4
2023-08-15 11:58:38 +08:00
commonscompressVersion =1.21
2021-05-17 14:35:45 +08:00
commonscsvVersion =1.7
commonstextVersion =1.9
2024-06-03 15:07:38 +08:00
commonsdbcp2Version =2.12.0
2021-05-17 14:35:45 +08:00
commonsdbutilsVersion =1.7
commonsdigester3Version =3.2
commonsdigesterVersion =2.1
2024-05-27 14:58:12 +08:00
commonsioVersion =2.16.1
2021-05-17 14:35:45 +08:00
commonslangVersion =2.6
2024-05-04 22:34:52 +08:00
commonslang3Version =3.14.0
commonsloggingVersion =1.3.1
commonspool2Version =2.12.0
2021-05-17 14:35:45 +08:00
commonshttpclientVersion =3.1
commonsfileuploadVersion =1.5
commonsvalidatorVersion =1.7
2023-08-15 11:58:38 +08:00
#Apache Http
#v4
httpcomponentsVersion =4.5.14
2023-08-15 11:58:38 +08:00
httpcoreVersion =4.4.6
2022-07-26 16:01:08 +08:00
httpasyncclientVersion =4.1.5
2023-08-15 11:58:38 +08:00
#v5
httpcomponentscore5Version =5.3.1
httpcomponentsclient5Version =5.4.1
2023-08-15 11:58:38 +08:00
#Libs
2021-05-17 14:35:45 +08:00
velocityVersion =1.7
velocitydepVersion =1.4
2025-02-05 09:38:46 +08:00
freemarkerVersion =2.3.34
2021-12-25 11:24:22 +08:00
xmlbeansVersion =5.0.2
poiVersion =5.2.3
2023-08-15 11:58:38 +08:00
#tomcat
2025-02-05 09:38:46 +08:00
tomcatVersion =10.1.34
2023-03-24 09:52:28 +08:00
#logs
2024-12-20 09:16:42 +08:00
log4jVersion =2.24.3
2025-02-05 09:38:46 +08:00
slf4jVersion =2.0.16
2024-05-04 22:34:52 +08:00
jbossloggingVersion =3.5.3.Final
2023-08-15 11:58:38 +08:00
#Messaging Kafka & RocketMQ
kafkaclientsVersion =3.4.0
rocketmqclientVersion =5.1.0
rocketmqspringbootVersion =2.2.3
2021-04-22 08:59:01 +08:00
#google
2023-08-30 15:15:05 +08:00
jibGradlePluginVersion =3.3.2
2021-10-23 22:23:24 +08:00
jhlabsfiltersVersion =2.0.235-1
2021-05-17 14:35:45 +08:00
kaptchaVersion =2.3.2
2025-02-05 09:38:46 +08:00
guavaVersion =33.4.0-jre
2023-08-15 11:58:38 +08:00
tinkVersion =1.8.0
2025-02-05 09:38:46 +08:00
zxingcoreVersion =3.5.3
2021-08-17 14:11:02 +08:00
concurrentlinkedhashmaplruVersion =1.4.2
2023-03-24 09:52:28 +08:00
#json
2025-02-05 09:38:46 +08:00
gsonVersion =2.12.1
2024-12-20 09:16:42 +08:00
jacksonVersion =2.18.2
2023-03-24 09:52:28 +08:00
fastjsonVersion =1.2.83
2023-08-15 11:58:38 +08:00
minidevjsonsmartVersion =2.4.5
2021-04-22 08:59:01 +08:00
#database
2024-05-27 14:58:12 +08:00
mysqlconnectorjavaVersion =8.4.0
2023-08-15 11:58:38 +08:00
dm8JdbcDriverVersion =8.1.2.192
postgresqlVersion =42.4.1
2024-06-03 15:07:38 +08:00
druidVersion =1.2.23
druidspringbootstarterVersion =1.2.23
2023-08-15 11:58:38 +08:00
jedisVersion =4.3.2
2024-05-04 22:34:52 +08:00
caffeineVersion =3.1.8
2023-08-15 11:58:38 +08:00
hibernateVersion =7.0.5.Final
2024-05-04 22:34:52 +08:00
mybatisVersion =3.5.16
2024-06-03 15:07:38 +08:00
mybatisspringVersion =3.0.3
2023-08-15 11:58:38 +08:00
mybatisjpaextraVersion =3.2
2021-04-22 08:59:01 +08:00
#saml
2021-05-17 14:35:45 +08:00
opensamlVersion =2.6.6
openwsVersion =1.5.6
xmltoolingVersion =1.4.6
2023-08-15 11:58:38 +08:00
javasupportVersion =8.0.0
2023-03-24 09:52:28 +08:00
#jakarta
2025-02-05 09:38:46 +08:00
jakartaannotationVersion =3.0.0
jakartaactivationVersion =2.1.3
jakartamailapiVersion =2.1.3
2023-03-22 10:24:09 +08:00
jakartapersistenceapiVersion =3.0.0
2023-08-15 11:58:38 +08:00
jakartatransactionapiVersion =2.0.1
2025-02-05 09:38:46 +08:00
jakartavalidationapiVersion =3.1.1
jakartaxmlbindapiVersion =4.0.2
2023-08-15 11:58:38 +08:00
#mail
angusjakartamailVersion =2.0.1
angusactivationVersion =2.0.0
#xml
xmlbindjaxbcoreVersion =3.0.2
xmlbindjaxbimplVersion =3.0.2
xmlbindjaxbxjcVersion =3.0.2
#jwt
2024-11-25 23:08:20 +08:00
nimbusjosejwtVersion =9.47
2023-08-15 11:58:38 +08:00
jcipannotationsVersion =1.0-1
#others
thymeleafVersion =3.0.15.RELEASE
nettyVersion =4.1.65.Final
hazelcastVersion =4.2.2
2021-08-17 14:11:02 +08:00
attoparserVersion =2.0.5.RELEASE
unbescapeVersion =1.1.6.RELEASE
2022-01-28 08:39:57 +08:00
woodstoxVersion =6.2.8
2023-08-15 11:58:38 +08:00
bouncycastleVersion =1.71
2021-05-17 14:35:45 +08:00
junitVersion =4.11
xmlunitVersion =1.6
2023-08-15 11:58:38 +08:00
mockitoallVersion =1.10.19
2021-05-17 14:35:45 +08:00
minidevasmVersion =1.0.2
2022-05-28 11:41:46 +08:00
javassistVersion =3.29.0-GA
2022-09-29 09:32:51 +08:00
esapiVersion =2.2.0.0
2021-05-17 14:35:45 +08:00
jtaVersion =1.1
validationapiVersion =2.0.1.Final
jsr173Version =1.0
jaxbapiVersion =2.3.1
2023-08-15 11:58:38 +08:00
classmateVersion =1.5.1
2022-07-26 16:01:08 +08:00
reactivestreamsVersion =1.0.4
2023-08-15 11:58:38 +08:00
reactorcoreVersion =3.5.3
reactornettyVersion =1.1.4
reactorextraVersion =3.5.0
2021-05-17 14:35:45 +08:00
szxcvbnVersion =0.2
nekohtmlVersion =1.9.22
2022-07-26 16:01:08 +08:00
ognlVersion =3.3.3
2021-05-17 14:35:45 +08:00
cglibVersion =3.3.0
2023-08-15 11:58:38 +08:00
asmVersion =9.4
2021-05-17 14:35:45 +08:00
aopallianceVersion =1.0
2023-08-15 11:58:38 +08:00
aspectjtoolsVersion =1.9.9.1
2021-08-17 14:11:02 +08:00
evictorVersion =1.0.0
2022-07-26 16:01:08 +08:00
lettuceVersion =6.1.9.RELEASE
reflectionsVersion =0.10.2
2021-04-22 08:59:01 +08:00
#xml
2023-08-15 11:58:38 +08:00
jdom2Version =2.0.6.1
dom4jVersion =2.1.4
2021-05-17 14:35:45 +08:00
serializerVersion =2.7.2
xmlresolverVersion =1.2
2022-09-23 17:02:20 +08:00
xmlsecVersion =2.1.7
2021-05-17 14:35:45 +08:00
xpp3Version =1.1.6
2022-09-23 17:02:20 +08:00
xstreamVersion =1.4.19
2022-09-20 09:57:08 +08:00
passayVersion =1.6.2
2021-05-17 14:35:45 +08:00
LatencyUtilsVersion =2.0.3
stax2apiVersion =4.2.1
2023-08-15 11:58:38 +08:00
#tools
quartzVersion =2.3.2
2023-03-24 09:52:28 +08:00
springbootadminVersion =2.7.3
2023-08-15 11:58:38 +08:00
jodatimeVersion =2.12.2
snakeyamlVersion =2.0
ip2regionVersion =2.7.0
maxminddbVersion =3.0.0
maxmindgeoip2Version =4.0.1
pinyin4jVersion =2.5.1
jsoupVersion =1.15.4
micrometercoreVersion =1.10.5
2023-03-24 09:52:28 +08:00
prometheusVersion =0.16.0
2023-08-15 11:58:38 +08:00
mapstructVersion =1.5.3.Final
JustAuthVersion =1.16.5
simplehttpVersion =1.0.5
2024-12-02 09:01:27 +08:00
casclientVersion =4.0.4
2023-08-15 11:58:38 +08:00
#doc
2025-01-06 09:07:02 +08:00
swaggerV3Version =2.2.27
classgraphVersion =4.8.179
webjarslocatorcoreVersion =0.59
2024-05-04 22:34:52 +08:00
webjarslocatorVersion =0.52
2025-01-06 09:07:02 +08:00
webjarslocatorliteVersion =1.0.1
swaggeruiVersion =5.18.2
springdocVersion =2.7.0
2024-05-04 22:34:52 +08:00
knife4jVersion =4.5.0
2021-04-22 08:59:01 +08:00
#sdk
2024-01-05 10:13:29 +08:00
aliyunjavasdkcoreVersion =4.6.4
opentracingVersion =0.33.0
2021-05-17 14:35:45 +08:00
tencentcloudsdkjavaVersion =3.1.33