Files
MaxKey/gradle.properties

194 lines
6.9 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
version =3.5.18
2021-05-17 14:35:45 +08:00
vendor =https://www.maxkey.top
author =MaxKeyTop
2021-09-08 22:27:59 +08:00
#docker jib image
jibFromImage =adoptopenjdk:8-jre
jibToImage =maxkeytop
jibToAuthUsername =maxkeytop
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
2023-06-19 17:49:04 +08:00
springVersion =5.3.28
springBootVersion =2.7.13
springSecurityVersion =5.7.9
2023-03-24 09:52:28 +08:00
springDataVersion =2.7.8
springkafkaVersion =2.9.0
springretryVersion =1.3.3
springplugincoreVersion =2.0.0.RELEASE
springpluginmetadataVersion =2.0.0.RELEASE
springcloudVersion =3.1.4
springcloudalibabaVersion =2021.1
springcloudalibabaspringVersion =1.0.11
springcloudalibabacsplVersion =1.8.5
alibabanacosclientVersion =2.0.4
2021-04-22 08:59:01 +08:00
#Apache
2022-09-23 17:02:20 +08:00
commonsbeanutilsVersion =1.9.4
2021-05-17 14:35:45 +08:00
commonscodecVersion =1.15
commonscollectionsVersion =3.2.2
commonscollections4Version =4.4
commonscsvVersion =1.7
commonstextVersion =1.9
2022-09-23 17:02:20 +08:00
commonsdbcp2Version =2.9.0
2021-05-17 14:35:45 +08:00
commonsdbutilsVersion =1.7
commonsdigester3Version =3.2
commonsdigesterVersion =2.1
commonsioVersion =2.8.0
commonslangVersion =2.6
commonslang3Version =3.11
commonsloggingVersion =1.2
2021-12-14 12:38:06 +08:00
commonspool2Version =2.11.1
2021-05-17 14:35:45 +08:00
commonshttpclientVersion =3.1
commonsfileuploadVersion =1.5
2021-05-17 14:35:45 +08:00
commonsemailVersion =1.5
commonsvalidatorVersion =1.7
httpcomponentsVersion =4.5.14
httpcoreVersion =4.4.16
2022-07-26 16:01:08 +08:00
httpasyncclientVersion =4.1.5
2021-05-17 14:35:45 +08:00
velocityVersion =1.7
velocitydepVersion =1.4
2023-02-10 10:17:26 +08:00
freemarkerVersion =2.3.32
2021-12-25 11:24:22 +08:00
xmlbeansVersion =5.0.2
2022-09-23 17:02:20 +08:00
commonscompressVersion =1.21
poiVersion =5.2.3
2022-11-27 17:30:45 +08:00
#apache mq
2022-09-23 17:57:13 +08:00
kafkaclientsVersion =2.8.9
2022-07-26 16:01:08 +08:00
rocketmqclientVersion =4.9.4
2022-04-25 08:52:29 +08:00
rocketmqspringbootVersion =2.2.2
2022-11-27 17:30:45 +08:00
#apache tomcat
tomcatVersion =9.0.76
2023-03-24 09:52:28 +08:00
#logs
log4jVersion =2.20.0
2023-03-24 09:52:28 +08:00
slf4jVersion =1.7.36
jbossloggingVersion =3.4.3.Final
2021-04-22 08:59:01 +08:00
#google
2023-01-23 11:29:48 +08:00
jibGradlePluginVersion =3.2.0
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
2022-05-28 11:41:46 +08:00
guavaVersion =31.1-jre
2022-09-20 09:57:08 +08:00
tinkVersion =1.7.0
2023-01-13 09:32:56 +08:00
zxingcoreVersion =3.5.1
2021-08-17 14:11:02 +08:00
concurrentlinkedhashmaplruVersion =1.4.2
2023-03-24 09:52:28 +08:00
#json
gsonVersion =2.10.1
jacksonVersion =2.14.1
fastjsonVersion =1.2.83
2021-04-22 08:59:01 +08:00
#database
2022-09-23 17:02:20 +08:00
postgresqlVersion =42.4.1
2023-02-10 10:17:26 +08:00
mysqlconnectorjavaVersion =8.0.32
2023-03-24 09:52:28 +08:00
hibernateVersion =6.2.5.Final
druidVersion =1.2.16
druidspringbootstarterVersion =1.2.16
2022-07-12 08:53:28 +08:00
jedisVersion =4.2.3
2022-05-28 11:41:46 +08:00
caffeineVersion =2.9.3
2023-03-24 09:52:28 +08:00
hazelcastVersion =4.2.2
2023-03-16 18:28:29 +08:00
mybatisVersion =3.5.12
2022-07-26 16:01:08 +08:00
mybatisspringVersion =2.0.7
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
javasupportVersion =7.5.1
2023-03-24 09:52:28 +08:00
#doc
swaggerV3Version =2.2.8
classgraphVersion =4.8.137
webjarslocatorcoreVersion =0.48
webjarslocatorVersion =0.42
swaggeruiVersion =4.11.1
springdocVersion =1.6.15
knife4jVersion =4.0.0
#jakarta
2021-08-20 18:35:54 +08:00
jakartaannotationVersion =2.0.0
jakartavalidationapiVersion =3.0.0
2023-03-22 10:24:09 +08:00
jakartapersistenceapiVersion =3.0.0
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
2021-09-25 15:48:21 +08:00
bouncycastleVersion =1.69
2021-05-17 14:35:45 +08:00
junitVersion =4.11
mockitoallVersion =1.10.19
xmlunitVersion =1.6
2022-09-20 09:57:08 +08:00
nimbusjosejwtVersion =9.25
2021-05-17 14:35:45 +08:00
jcipannotationsVersion =1.0
2022-09-23 17:02:20 +08:00
minidevjsonsmartVersion =2.4.5
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
2023-03-24 09:52:28 +08:00
#javax
2021-05-17 14:35:45 +08:00
javaxmailVersion =1.6.2
javaxpersistenceVersion =2.2.1
2023-03-24 09:52:28 +08:00
javaxtransactionapiVersion =1.3
2021-05-17 14:35:45 +08:00
javaxannotationapiVersion =1.3.2
2023-03-24 09:52:28 +08:00
activationVersion =1.1.1
2021-05-17 14:35:45 +08:00
jtaVersion =1.1
validationapiVersion =2.0.1.Final
jsr173Version =1.0
jaxbapiVersion =2.3.1
2021-10-06 10:37:12 +08:00
jaxbcoreVersion =3.0.2
jaxbimplVersion =3.0.2
jaxbxjcVersion =3.0.2
2021-05-17 14:35:45 +08:00
classmateVersion =1.5.0
2022-07-26 16:01:08 +08:00
reactivestreamsVersion =1.0.4
reactorcoreVersion =3.4.21
reactornettyVersion =1.0.21
reactorextraVersion =3.4.8
2021-05-17 14:35:45 +08:00
szxcvbnVersion =0.2
2022-11-22 11:02:52 +08:00
jodatimeVersion =2.12.1
2022-09-23 17:02:20 +08:00
snakeyamlVersion =1.32
2021-05-17 14:35:45 +08:00
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
2022-07-26 16:01:08 +08:00
asmVersion =9.3
2021-05-17 14:35:45 +08:00
aopallianceVersion =1.0
aspectjtoolsVersion =1.9.4
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
2023-03-24 09:52:28 +08:00
thymeleafVersion =3.0.15.RELEASE
2023-04-11 15:00:52 +08:00
nettyVersion =4.1.65.Final
2021-04-22 08:59:01 +08:00
#xml
2021-05-17 14:35:45 +08:00
jdomVersion =2.0.2
dom4jVersion =1.6.1
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
2023-03-24 09:52:28 +08:00
#others
quartzVersion =2.3.2
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
mapstructVersion =1.4.1.Final
2023-03-22 10:24:09 +08:00
opentracingVersion =0.33.0
2022-09-20 09:57:08 +08:00
ip2regionVersion =2.6.5
2023-03-24 09:52:28 +08:00
pinyin4jVersion =2.5.1
simplehttpVersion =1.0.5
JustAuthVersion =1.16.5
jsoupVersion =1.15.3
#monitor
springbootadminVersion =2.7.3
2023-04-21 09:08:31 +08:00
micrometercoreVersion =1.9.10
2023-03-24 09:52:28 +08:00
prometheusVersion =0.16.0
2021-04-22 08:59:01 +08:00
#sdk
2021-05-17 14:35:45 +08:00
aliyunjavasdkcoreVersion =4.5.1
tencentcloudsdkjavaVersion =3.1.33