Files
MaxKey/gradle.properties

183 lines
6.6 KiB
Properties
Raw Normal View History

2022-02-25 14:49:47 +08:00
#/*
# * Copyright [2022] [MaxKey of copyright http://www.maxkey.top]
# *
# * 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
2021-05-17 14:35:45 +08:00
group =maxkey.top
2022-06-26 16:14:15 +08:00
version =3.5.2
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
2021-11-21 18:35:52 +08:00
jibToAuthPassword =1qazZXCV
2021-09-08 22:27:59 +08:00
#maxkey used jars version
2021-04-22 08:59:01 +08:00
#Apache
2021-05-17 14:35:45 +08:00
commonsbeanutilsVersion =1.9.3
commonscodecVersion =1.15
commonscollectionsVersion =3.2.2
commonscollections4Version =4.4
commonscsvVersion =1.7
commonstextVersion =1.9
commonsdbcp2Version =2.6.0
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.4
commonsemailVersion =1.5
commonsvalidatorVersion =1.7
2021-05-17 14:35:45 +08:00
httpcomponentsVersion =4.5.13
httpcoreVersion =4.4.14
httpasyncclientVersion =4.1.4
2021-05-17 14:35:45 +08:00
velocityVersion =1.7
velocitydepVersion =1.4
freemarkerVersion =2.3.31
2021-12-25 11:24:22 +08:00
xmlbeansVersion =5.0.2
2021-05-17 14:35:45 +08:00
commonscompressVersion =1.20
2022-07-19 17:22:53 +08:00
log4jVersion =2.18.0
2021-09-22 11:57:12 +08:00
kafkaclientsVersion =2.8.1
2022-04-25 08:52:29 +08:00
rocketmqclientVersion =4.9.3
rocketmqspringbootVersion =2.2.2
poiVersion =5.1.0
2022-07-19 17:22:53 +08:00
tomcatVersion =9.0.64
2021-05-17 14:35:45 +08:00
tomcatembedloggingjuliVersion =8.5.2
2022-04-14 10:03:12 +08:00
#spring
2022-07-12 08:53:28 +08:00
springVersion =5.3.21
springBootVersion =2.6.9
springSecurityVersion =5.6.6
2022-05-18 19:38:55 +08:00
springDataVersion =2.6.4
2022-01-28 08:39:57 +08:00
springkafkaVersion =2.8.2
2021-05-17 14:35:45 +08:00
springretryVersion =1.3.0
springplugincoreVersion =2.0.0.RELEASE
springpluginmetadataVersion =2.0.0.RELEASE
2022-07-12 08:53:28 +08:00
springcloudVersion =3.1.3
2021-08-17 14:11:02 +08:00
springcloudalibabaVersion =2021.1
springcloudalibabaspringVersion =1.0.11
2022-03-28 22:41:15 +08:00
springcloudalibabacsplVersion =1.8.2
2022-07-12 08:53:28 +08:00
alibabanacosclientVersion =2.0.4
2021-04-22 08:59:01 +08:00
#google
2021-09-22 11:57:12 +08:00
jibGradlePluginVersion =3.1.4
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
gsonVersion =2.9.0
guavaVersion =31.1-jre
2021-05-17 14:35:45 +08:00
tinkVersion =1.4.0
2022-05-28 11:41:46 +08:00
zxingcoreVersion =3.5.0
2021-08-17 14:11:02 +08:00
concurrentlinkedhashmaplruVersion =1.4.2
2021-04-22 08:59:01 +08:00
#jboss
2022-01-28 08:39:57 +08:00
jbossloggingVersion =3.4.3.Final
hibernateVersion =6.2.0.Final
2021-04-22 08:59:01 +08:00
#doc
2021-12-14 12:38:06 +08:00
swaggerV3Version =2.1.11
springdocVersion =1.5.13
2021-08-20 13:43:24 +08:00
knife4jVersion =3.0.3
2021-04-22 08:59:01 +08:00
#database
2022-02-16 16:19:30 +08:00
postgresqlVersion =42.3.3
2022-05-28 11:41:46 +08:00
mysqlconnectorjavaVersion =8.0.29
2022-07-19 17:22:53 +08:00
druidVersion =1.2.11
druidspringbootstarterVersion =1.2.11
2022-07-12 08:53:28 +08:00
jedisVersion =4.2.3
2022-05-28 11:41:46 +08:00
#ehcacheVersion =3.9.6
caffeineVersion =2.9.3
mybatisVersion =3.5.10
2021-05-17 14:35:45 +08:00
mybatisspringVersion =2.0.6
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
2021-04-22 08:59:01 +08:00
#others
2022-01-28 08:39:57 +08:00
thymeleafVersion =3.0.14.RELEASE
2022-04-10 18:26:23 +08:00
springbootadminVersion =2.6.6
2021-08-17 14:11:02 +08:00
nettyVersion =4.1.66.Final
hazelcastVersion =4.2.2
2021-08-20 18:35:54 +08:00
jakartaannotationVersion =2.0.0
jakartavalidationapiVersion =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
slf4jVersion =1.7.35
2022-05-28 11:41:46 +08:00
jacksonVersion =2.13.3
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-01-28 08:39:57 +08:00
nimbusjosejwtVersion =9.16.1
2021-05-17 14:35:45 +08:00
jcipannotationsVersion =1.0
minidevjsonsmartVersion =2.3
minidevasmVersion =1.0.2
2021-09-24 14:37:15 +08:00
simplehttpVersion =1.0.5
2022-01-28 08:39:57 +08:00
JustAuthVersion =1.16.5
2022-05-28 11:41:46 +08:00
javassistVersion =3.29.0-GA
2021-05-17 14:35:45 +08:00
esapiVersion =2.2.0.0
javaxmailVersion =1.6.2
javaxpersistenceVersion =2.2.1
activationVersion =1.1.1
javaxannotationapiVersion =1.3.2
jtaVersion =1.1
javaxtransactionapiVersion =1.3
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-05-28 11:41:46 +08:00
fastjsonVersion =1.2.83
2021-08-17 14:11:02 +08:00
reactivestreamsVersion =1.0.3
reactorcoreVersion =3.4.9
reactornettyVersion =1.0.10
reactorextraVersion =3.4.4
2021-05-17 14:35:45 +08:00
szxcvbnVersion =0.2
quartzVersion =2.3.2
2022-05-28 11:41:46 +08:00
jodatimeVersion =2.10.14
2021-08-20 13:43:24 +08:00
snakeyamlVersion =1.29
2021-05-17 14:35:45 +08:00
nekohtmlVersion =1.9.22
ognlVersion =3.2.14
cglibVersion =3.3.0
asmVersion =7.3.1
aopallianceVersion =1.0
aspectjtoolsVersion =1.9.4
2021-08-17 14:11:02 +08:00
evictorVersion =1.0.0
lettuceVersion =6.1.4.RELEASE
2021-11-16 11:48:08 +08:00
pinyin4jVersion =2.5.1
jsoupVersion =1.14.3
reflectionsVersion =0.9.11
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
xmlsecVersion =1.5.8
xpp3Version =1.1.6
xstreamVersion =1.4.10
2022-05-28 11:41:46 +08:00
passayVersion =1.6.1
2021-12-14 12:38:06 +08:00
micrometercoreVersion =1.8.1
2022-01-07 09:48:40 +08:00
prometheusVersion =0.14.1
2021-05-17 14:35:45 +08:00
LatencyUtilsVersion =2.0.3
stax2apiVersion =4.2.1
mapstructVersion =1.4.1.Final
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