2020-01-10 21:48:43 +08:00
|
|
|
plugins {
|
2020-01-23 03:24:37 +08:00
|
|
|
id "org.springframework.boot.bom"
|
|
|
|
id "org.springframework.boot.conventions"
|
|
|
|
id "org.springframework.boot.deployed"
|
2020-01-10 21:48:43 +08:00
|
|
|
}
|
|
|
|
|
2020-01-23 03:24:37 +08:00
|
|
|
description = "Spring Boot Dependencies"
|
2020-01-10 21:48:43 +08:00
|
|
|
|
|
|
|
bom {
|
2020-06-29 20:39:54 +08:00
|
|
|
effectiveBomArtifact()
|
2020-01-10 21:48:43 +08:00
|
|
|
upgrade {
|
2023-01-23 22:45:42 +08:00
|
|
|
policy = "same-major-version"
|
2020-01-10 21:48:43 +08:00
|
|
|
gitHub {
|
2020-01-23 03:24:37 +08:00
|
|
|
issueLabels = ["type: dependency-upgrade"]
|
2020-01-10 21:48:43 +08:00
|
|
|
}
|
|
|
|
}
|
2023-01-24 01:51:28 +08:00
|
|
|
library("Angus Mail", "1.1.0") {
|
2022-11-07 04:20:58 +08:00
|
|
|
group("org.eclipse.angus") {
|
|
|
|
modules = [
|
|
|
|
"angus-core",
|
|
|
|
"angus-mail",
|
2023-01-23 22:56:44 +08:00
|
|
|
"dsn",
|
|
|
|
"gimap",
|
|
|
|
"imap",
|
2022-11-07 04:20:58 +08:00
|
|
|
"jakarta.mail",
|
|
|
|
"logging-mailhandler",
|
|
|
|
"pop3",
|
|
|
|
"smtp"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:17:29 +08:00
|
|
|
library("Artemis", "2.28.0") {
|
2022-01-07 20:35:46 +08:00
|
|
|
group("org.apache.activemq") {
|
|
|
|
modules = [
|
|
|
|
"artemis-amqp-protocol",
|
2022-01-07 22:03:21 +08:00
|
|
|
"artemis-commons",
|
|
|
|
"artemis-core-client",
|
|
|
|
"artemis-jakarta-client",
|
|
|
|
"artemis-jakarta-server",
|
2022-05-17 22:19:59 +08:00
|
|
|
"artemis-jakarta-service-extensions",
|
2022-05-17 22:01:23 +08:00
|
|
|
"artemis-jdbc-store",
|
2022-01-07 20:35:46 +08:00
|
|
|
"artemis-journal",
|
2022-05-17 22:03:57 +08:00
|
|
|
"artemis-quorum-api",
|
2022-01-07 20:35:46 +08:00
|
|
|
"artemis-selector",
|
2022-01-07 22:03:21 +08:00
|
|
|
"artemis-server",
|
2022-01-07 20:35:46 +08:00
|
|
|
"artemis-service-extensions"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-12-22 00:21:37 +08:00
|
|
|
library("AspectJ", "1.9.19") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.aspectj") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"aspectjrt",
|
|
|
|
"aspectjtools",
|
|
|
|
"aspectjweaver"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-01-06 20:47:04 +08:00
|
|
|
library("AssertJ", "3.24.2") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.assertj") {
|
2023-01-06 20:47:04 +08:00
|
|
|
imports = [
|
|
|
|
"assertj-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-03-18 16:17:18 +08:00
|
|
|
library("Awaitility", "4.2.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.awaitility") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"awaitility",
|
|
|
|
"awaitility-groovy",
|
|
|
|
"awaitility-kotlin",
|
|
|
|
"awaitility-scala"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:17:34 +08:00
|
|
|
library("Brave", "5.15.0") {
|
2022-10-07 04:58:25 +08:00
|
|
|
group("io.zipkin.brave") {
|
|
|
|
imports = [
|
|
|
|
"brave-bom"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-01-19 17:09:31 +08:00
|
|
|
library("Build Helper Maven Plugin", "3.3.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.codehaus.mojo") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"build-helper-maven-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-21 18:40:54 +08:00
|
|
|
library("Byte Buddy", "1.14.2") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("net.bytebuddy") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"byte-buddy",
|
|
|
|
"byte-buddy-agent"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-02-11 07:37:23 +08:00
|
|
|
library("cache2k", "2.6.1.Final") {
|
|
|
|
group("org.cache2k") {
|
|
|
|
modules = [
|
|
|
|
"cache2k-api",
|
|
|
|
"cache2k-config",
|
|
|
|
"cache2k-core",
|
|
|
|
"cache2k-jcache",
|
|
|
|
"cache2k-micrometer",
|
|
|
|
"cache2k-spring"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-11 00:27:23 +08:00
|
|
|
library("Caffeine", "3.1.5") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.github.ben-manes.caffeine") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"caffeine",
|
|
|
|
"guava",
|
|
|
|
"jcache",
|
|
|
|
"simulator"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-10-11 17:11:23 +08:00
|
|
|
library("Cassandra Driver", "4.15.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.datastax.oss") {
|
2020-03-11 00:03:51 +08:00
|
|
|
imports = [
|
|
|
|
"java-driver-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
2020-03-11 03:59:29 +08:00
|
|
|
modules = [
|
|
|
|
"java-driver-core" {
|
2021-07-12 20:29:25 +08:00
|
|
|
exclude group: "org.slf4j", module: "jcl-over-slf4j"
|
|
|
|
}
|
|
|
|
]
|
2020-01-10 21:48:43 +08:00
|
|
|
}
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
library("Classmate", "1.5.1") {
|
|
|
|
group("com.fasterxml") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"classmate"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-09-16 17:53:36 +08:00
|
|
|
library("Commons Codec", "1.15") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("commons-codec") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"commons-codec"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-08-12 20:08:18 +08:00
|
|
|
library("Commons DBCP2", "2.9.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.commons") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"commons-dbcp2" {
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
2020-01-10 21:48:43 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-03-16 19:32:06 +08:00
|
|
|
library("Commons Lang3", "3.12.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.commons") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"commons-lang3"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
library("Commons Pool", "1.6") {
|
|
|
|
group("commons-pool") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"commons-pool"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-15 14:17:34 +08:00
|
|
|
library("Commons Pool2", "2.11.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.commons") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"commons-pool2"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-21 18:40:59 +08:00
|
|
|
library("Couchbase Client", "3.4.4") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.couchbase.client") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"java-client"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-02 03:54:50 +08:00
|
|
|
library("DB2 JDBC", "11.5.8.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.ibm.db2") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jcc"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-10-18 17:06:06 +08:00
|
|
|
library("Dependency Management Plugin", "1.1.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("io.spring.gradle") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"dependency-management-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-07-07 17:09:23 +08:00
|
|
|
library("Derby", "10.16.1.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.derby") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"derby",
|
2022-01-21 00:09:56 +08:00
|
|
|
"derbyclient",
|
2022-07-21 02:23:50 +08:00
|
|
|
"derbynet",
|
|
|
|
"derbyoptionaltools",
|
2022-01-21 00:09:56 +08:00
|
|
|
"derbyshared",
|
|
|
|
"derbytools"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-21 18:41:06 +08:00
|
|
|
library("Dropwizard Metrics", "4.2.18") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("io.dropwizard.metrics") {
|
2020-02-04 18:25:59 +08:00
|
|
|
imports = [
|
|
|
|
"metrics-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-22 22:03:40 +08:00
|
|
|
library("Ehcache3", "3.10.8") {
|
2022-02-27 04:43:05 +08:00
|
|
|
group("org.ehcache") {
|
|
|
|
modules = [
|
|
|
|
"ehcache" {
|
|
|
|
classifier = 'jakarta'
|
|
|
|
},
|
|
|
|
"ehcache-clustered",
|
|
|
|
"ehcache-transactions" {
|
|
|
|
classifier = 'jakarta'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-21 01:48:57 +08:00
|
|
|
library("Elasticsearch Client", "8.6.2") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.elasticsearch.client") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"elasticsearch-rest-client" {
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
2020-01-10 21:48:43 +08:00
|
|
|
},
|
2020-11-18 04:36:34 +08:00
|
|
|
"elasticsearch-rest-client-sniffer" {
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
|
|
|
},
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
2022-07-12 21:30:49 +08:00
|
|
|
group("co.elastic.clients") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2022-07-12 21:30:49 +08:00
|
|
|
"elasticsearch-java"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-11 00:27:33 +08:00
|
|
|
library("Flyway", "9.15.2") {
|
2023-03-21 20:05:16 +08:00
|
|
|
prohibit {
|
|
|
|
versionRange "[9.16.0,)"
|
|
|
|
because "https://github.com/flyway/flyway/issues/3636"
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.flywaydb") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2022-01-03 19:47:25 +08:00
|
|
|
"flyway-core",
|
2022-01-19 16:03:32 +08:00
|
|
|
"flyway-firebird",
|
|
|
|
"flyway-mysql",
|
2022-07-12 22:47:54 +08:00
|
|
|
"flyway-sqlserver"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"flyway-maven-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-01-19 20:04:12 +08:00
|
|
|
library("FreeMarker", "2.3.32") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.freemarker") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"freemarker"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-16 18:08:26 +08:00
|
|
|
library("Git Commit ID Maven Plugin", "5.0.0") {
|
2022-01-21 00:19:05 +08:00
|
|
|
group("io.github.git-commit-id") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2022-01-21 00:19:05 +08:00
|
|
|
"git-commit-id-maven-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-21 00:29:59 +08:00
|
|
|
library("Glassfish JAXB", "4.0.2") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.glassfish.jaxb") {
|
2022-11-08 17:10:42 +08:00
|
|
|
imports = [
|
|
|
|
"jaxb-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-22 22:03:43 +08:00
|
|
|
library("Glassfish JSTL", "3.0.1") {
|
2021-11-13 04:00:14 +08:00
|
|
|
group("org.glassfish.web") {
|
|
|
|
modules = [
|
|
|
|
"jakarta.servlet.jsp.jstl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-23 01:50:58 +08:00
|
|
|
library("GraphQL Java", "20.1") {
|
2022-07-20 19:57:17 +08:00
|
|
|
group("com.graphql-java") {
|
|
|
|
modules = [
|
|
|
|
"graphql-java"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-21 18:41:18 +08:00
|
|
|
library("Groovy", "4.0.10") {
|
2022-03-18 20:34:13 +08:00
|
|
|
group("org.apache.groovy") {
|
2020-06-24 17:52:55 +08:00
|
|
|
imports = [
|
|
|
|
"groovy-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:18:05 +08:00
|
|
|
library("Gson", "2.10.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.google.code.gson") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"gson"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-07-08 00:36:52 +08:00
|
|
|
library("H2", "2.1.214") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.h2database") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"h2"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
library("Hamcrest", "2.2") {
|
|
|
|
group("org.hamcrest") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"hamcrest",
|
|
|
|
"hamcrest-core",
|
|
|
|
"hamcrest-library"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-21 00:30:11 +08:00
|
|
|
library("Hazelcast", "5.2.2") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.hazelcast") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"hazelcast",
|
|
|
|
"hazelcast-spring"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-21 00:30:16 +08:00
|
|
|
library("Hibernate", "6.1.7.Final") {
|
2022-07-09 20:43:25 +08:00
|
|
|
group("org.hibernate.orm") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2022-07-09 20:43:25 +08:00
|
|
|
"hibernate-agroal",
|
|
|
|
"hibernate-ant",
|
2020-01-23 03:24:37 +08:00
|
|
|
"hibernate-c3p0",
|
2022-07-09 20:43:25 +08:00
|
|
|
"hibernate-community-dialects",
|
|
|
|
"hibernate-core",
|
|
|
|
"hibernate-envers",
|
|
|
|
"hibernate-graalvm",
|
2020-01-23 03:24:37 +08:00
|
|
|
"hibernate-hikaricp",
|
|
|
|
"hibernate-jcache",
|
2022-07-09 20:43:25 +08:00
|
|
|
"hibernate-jpamodelgen",
|
2021-02-16 18:36:30 +08:00
|
|
|
"hibernate-micrometer",
|
2020-01-23 03:24:37 +08:00
|
|
|
"hibernate-proxool",
|
|
|
|
"hibernate-spatial",
|
2022-07-09 20:43:25 +08:00
|
|
|
"hibernate-testing",
|
2020-01-23 03:24:37 +08:00
|
|
|
"hibernate-vibur"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-08 17:13:52 +08:00
|
|
|
library("Hibernate Validator", "8.0.0.Final") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.hibernate.validator") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"hibernate-validator",
|
|
|
|
"hibernate-validator-annotation-processor"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-01-21 00:09:57 +08:00
|
|
|
library("HikariCP", "5.0.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.zaxxer") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"HikariCP"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-02 03:54:58 +08:00
|
|
|
library("HSQLDB", "2.7.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.hsqldb") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"hsqldb"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:18:16 +08:00
|
|
|
library("HtmlUnit", "2.70.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("net.sourceforge.htmlunit") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"htmlunit" {
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
2020-01-10 21:48:43 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-01-19 17:09:31 +08:00
|
|
|
library("HttpAsyncClient", "4.1.5") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.httpcomponents") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"httpasyncclient" {
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
2020-01-10 21:48:43 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:18:24 +08:00
|
|
|
library("HttpClient5", "5.2.1") {
|
2021-04-12 15:21:20 +08:00
|
|
|
group("org.apache.httpcomponents.client5") {
|
|
|
|
modules = [
|
|
|
|
"httpclient5",
|
|
|
|
"httpclient5-cache",
|
|
|
|
"httpclient5-fluent",
|
|
|
|
"httpclient5-win",
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-12-22 00:21:55 +08:00
|
|
|
library("HttpCore", "4.4.16") {
|
2021-04-12 17:41:57 +08:00
|
|
|
group("org.apache.httpcomponents") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"httpcore",
|
|
|
|
"httpcore-nio"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:18:29 +08:00
|
|
|
library("HttpCore5", "5.2.1") {
|
2021-04-12 17:41:57 +08:00
|
|
|
group("org.apache.httpcomponents.core5") {
|
2021-04-12 15:21:20 +08:00
|
|
|
modules = [
|
|
|
|
"httpcore5",
|
|
|
|
"httpcore5-h2",
|
|
|
|
"httpcore5-reactive"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-21 18:41:23 +08:00
|
|
|
library("Infinispan", "14.0.7.Final") {
|
2022-10-04 18:11:43 +08:00
|
|
|
group("org.infinispan") {
|
|
|
|
imports = [
|
|
|
|
"infinispan-bom"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-07-08 00:37:00 +08:00
|
|
|
library("InfluxDB Java", "2.23") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.influxdb") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"influxdb-java"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:18:34 +08:00
|
|
|
library("Jackson Bom", "2.14.2") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.fasterxml.jackson") {
|
2020-01-10 21:48:43 +08:00
|
|
|
imports = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jackson-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-01-12 21:21:59 +08:00
|
|
|
library("Jakarta Activation", "2.1.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("jakarta.activation") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jakarta.activation-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-08 17:47:55 +08:00
|
|
|
library("Jakarta Annotation", "2.1.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("jakarta.annotation") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jakarta.annotation-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-08 17:48:15 +08:00
|
|
|
library("Jakarta JMS", "3.1.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("jakarta.jms") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jakarta.jms-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-08 17:15:28 +08:00
|
|
|
library("Jakarta Json", "2.1.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("jakarta.json") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jakarta.json-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-08 17:16:54 +08:00
|
|
|
library("Jakarta Json Bind", "3.0.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("jakarta.json.bind") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jakarta.json.bind-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-01-12 21:22:02 +08:00
|
|
|
library("Jakarta Mail", "2.1.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("jakarta.mail") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jakarta.mail-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-10-14 21:10:18 +08:00
|
|
|
library("Jakarta Management", "1.1.4") {
|
|
|
|
group("jakarta.management.j2ee") {
|
|
|
|
modules = [
|
|
|
|
"jakarta.management.j2ee-api"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-08 17:14:20 +08:00
|
|
|
library("Jakarta Persistence", "3.1.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("jakarta.persistence") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jakarta.persistence-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-06 08:57:18 +08:00
|
|
|
library("Jakarta Servlet", "6.0.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("jakarta.servlet") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jakarta.servlet-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-06 08:57:18 +08:00
|
|
|
library("Jakarta Servlet JSP JSTL", "3.0.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("jakarta.servlet.jsp.jstl") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jakarta.servlet.jsp.jstl-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-05-11 01:21:19 +08:00
|
|
|
library("Jakarta Transaction", "2.0.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("jakarta.transaction") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jakarta.transaction-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-07-08 00:37:05 +08:00
|
|
|
library("Jakarta Validation", "3.0.2") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("jakarta.validation") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jakarta.validation-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-06 08:57:18 +08:00
|
|
|
library("Jakarta WebSocket", "2.1.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("jakarta.websocket") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2022-11-06 08:57:18 +08:00
|
|
|
"jakarta.websocket-api",
|
|
|
|
"jakarta.websocket-client-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-06 08:57:18 +08:00
|
|
|
library("Jakarta WS RS", "3.1.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("jakarta.ws.rs") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jakarta.ws.rs-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-08 17:10:42 +08:00
|
|
|
library("Jakarta XML Bind", "4.0.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("jakarta.xml.bind") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jakarta.xml.bind-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-08 17:51:17 +08:00
|
|
|
library("Jakarta XML SOAP", "3.0.0") {
|
2020-03-24 20:07:08 +08:00
|
|
|
group("jakarta.xml.soap") {
|
|
|
|
modules = [
|
|
|
|
"jakarta.xml.soap-api"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-08 17:51:51 +08:00
|
|
|
library("Jakarta XML WS", "4.0.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("jakarta.xml.ws") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jakarta.xml.ws-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-22 22:03:49 +08:00
|
|
|
library("Janino", "3.1.9") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.codehaus.janino") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"commons-compiler",
|
|
|
|
"commons-compiler-jdk",
|
|
|
|
"janino"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
library("Javax Cache", "1.1.1") {
|
|
|
|
group("javax.cache") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"cache-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-06-16 17:33:10 +08:00
|
|
|
library("Javax Money", "1.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("javax.money") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"money-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
library("Jaxen", "1.2.0") {
|
|
|
|
group("jaxen") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jaxen"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:18:40 +08:00
|
|
|
library("Jaybird", "4.0.9.java11") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.firebirdsql.jdbc") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2022-11-02 19:38:52 +08:00
|
|
|
"jaybird"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-05-11 01:21:24 +08:00
|
|
|
library("JBoss Logging", "3.5.0.Final") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.jboss.logging") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jboss-logging"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-01-19 17:09:31 +08:00
|
|
|
library("JDOM2", "2.0.6.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.jdom") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jdom2"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-22 02:58:01 +08:00
|
|
|
library("Jedis", "4.3.2") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("redis.clients") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jedis"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:18:45 +08:00
|
|
|
library("Jersey", "3.1.1") {
|
2022-08-08 22:45:20 +08:00
|
|
|
group("org.glassfish.jersey") {
|
|
|
|
imports = [
|
|
|
|
"jersey-bom"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-11 00:27:38 +08:00
|
|
|
library("Jetty Reactive HTTPClient", "3.0.8") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.eclipse.jetty") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jetty-reactive-httpclient"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-11 00:27:43 +08:00
|
|
|
library("Jetty", "11.0.14") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.eclipse.jetty") {
|
2020-01-10 21:48:43 +08:00
|
|
|
imports = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jetty-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
library("JMustache", "1.15") {
|
|
|
|
group("com.samskivert") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jmustache"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-22 02:58:07 +08:00
|
|
|
library("jOOQ", "3.18.1") {
|
2022-01-05 23:46:54 +08:00
|
|
|
group("org.jooq") {
|
|
|
|
modules = [
|
|
|
|
"jooq",
|
|
|
|
"jooq-codegen",
|
|
|
|
"jooq-kotlin",
|
|
|
|
"jooq-meta"
|
|
|
|
]
|
|
|
|
plugins = [
|
|
|
|
"jooq-codegen-maven"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-02-16 16:41:19 +08:00
|
|
|
library("Json Path", "2.7.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.jayway.jsonpath") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"json-path",
|
|
|
|
"json-path-assert"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-21 18:41:29 +08:00
|
|
|
library("Json-smart", "2.4.10") {
|
2020-06-18 17:31:43 +08:00
|
|
|
group("net.minidev") {
|
|
|
|
modules = [
|
|
|
|
"json-smart"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-07-08 00:37:15 +08:00
|
|
|
library("JsonAssert", "1.5.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.skyscreamer") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jsonassert"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
library("JTDS", "1.3.1") {
|
|
|
|
group("net.sourceforge.jtds") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jtds"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-02-17 20:51:46 +08:00
|
|
|
library("JUnit", "4.13.2") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("junit") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"junit"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-01-12 21:22:05 +08:00
|
|
|
library("JUnit Jupiter", "5.9.2") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.junit") {
|
2020-01-10 21:48:43 +08:00
|
|
|
imports = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"junit-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-21 00:30:26 +08:00
|
|
|
library("Kafka", "3.4.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.kafka") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2022-03-02 19:06:25 +08:00
|
|
|
"connect",
|
2020-01-23 03:24:37 +08:00
|
|
|
"connect-api",
|
|
|
|
"connect-basic-auth-extension",
|
|
|
|
"connect-file",
|
|
|
|
"connect-json",
|
2022-03-02 19:06:25 +08:00
|
|
|
"connect-mirror",
|
|
|
|
"connect-mirror-client",
|
2020-01-23 03:24:37 +08:00
|
|
|
"connect-runtime",
|
|
|
|
"connect-transforms",
|
2022-03-02 19:06:25 +08:00
|
|
|
"generator",
|
2020-01-23 03:24:37 +08:00
|
|
|
"kafka-clients",
|
2022-03-02 19:06:25 +08:00
|
|
|
"kafka-clients" {
|
|
|
|
classifier = "test"
|
|
|
|
},
|
2020-01-23 03:24:37 +08:00
|
|
|
"kafka-log4j-appender",
|
2022-03-02 19:21:56 +08:00
|
|
|
"kafka-metadata",
|
2022-03-02 19:06:25 +08:00
|
|
|
"kafka-raft",
|
2022-03-02 19:21:56 +08:00
|
|
|
"kafka-server-common",
|
|
|
|
"kafka-shell",
|
|
|
|
"kafka-storage",
|
|
|
|
"kafka-storage-api",
|
2020-01-23 03:24:37 +08:00
|
|
|
"kafka-streams",
|
|
|
|
"kafka-streams-scala_2.12",
|
2020-01-16 07:15:42 +08:00
|
|
|
"kafka-streams-scala_2.13",
|
2020-01-23 03:24:37 +08:00
|
|
|
"kafka-streams-test-utils",
|
|
|
|
"kafka-tools",
|
2020-01-16 07:15:42 +08:00
|
|
|
"kafka_2.12",
|
2022-03-02 19:06:25 +08:00
|
|
|
"kafka_2.12" {
|
|
|
|
classifier = "test"
|
|
|
|
},
|
|
|
|
"kafka_2.13",
|
|
|
|
"kafka_2.13" {
|
|
|
|
classifier = "test"
|
2022-03-02 19:21:56 +08:00
|
|
|
},
|
|
|
|
"trogdor"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
library("Kotlin", "${kotlinVersion}") {
|
|
|
|
group("org.jetbrains.kotlin") {
|
2020-01-10 21:48:43 +08:00
|
|
|
imports = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"kotlin-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"kotlin-maven-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-07-15 17:39:41 +08:00
|
|
|
library("Kotlin Coroutines", "1.6.4") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.jetbrains.kotlinx") {
|
2020-01-10 21:48:43 +08:00
|
|
|
imports = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"kotlinx-coroutines-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-21 00:30:36 +08:00
|
|
|
library("Lettuce", "6.2.3.RELEASE") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("io.lettuce") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"lettuce-core"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-11 00:27:58 +08:00
|
|
|
library("Liquibase", "4.20.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.liquibase") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2022-02-11 19:34:51 +08:00
|
|
|
"liquibase-cdi",
|
2021-01-21 03:40:22 +08:00
|
|
|
"liquibase-core"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
2020-07-22 14:32:59 +08:00
|
|
|
plugins = [
|
|
|
|
"liquibase-maven-plugin"
|
|
|
|
]
|
2020-01-10 21:48:43 +08:00
|
|
|
}
|
|
|
|
}
|
2023-02-23 22:41:42 +08:00
|
|
|
library("Log4j2", "2.20.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.logging.log4j") {
|
2020-01-10 21:48:43 +08:00
|
|
|
imports = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"log4j-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-21 18:41:34 +08:00
|
|
|
library("Logback", "1.4.6") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("ch.qos.logback") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"logback-access",
|
|
|
|
"logback-classic",
|
|
|
|
"logback-core"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:18:56 +08:00
|
|
|
library("Lombok", "1.18.26") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.projectlombok") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"lombok"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-23 01:51:03 +08:00
|
|
|
library("MariaDB", "3.1.3") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.mariadb.jdbc") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"mariadb-java-client"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-05-11 01:21:34 +08:00
|
|
|
library("Maven AntRun Plugin", "3.1.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-antrun-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-23 22:41:47 +08:00
|
|
|
library("Maven Assembly Plugin", "3.5.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-assembly-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-04-18 16:49:39 +08:00
|
|
|
library("Maven Clean Plugin", "3.2.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-clean-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-11 00:28:03 +08:00
|
|
|
library("Maven Compiler Plugin", "3.11.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-compiler-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:19:06 +08:00
|
|
|
library("Maven Dependency Plugin", "3.5.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-dependency-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-21 00:30:44 +08:00
|
|
|
library("Maven Deploy Plugin", "3.1.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-deploy-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:19:10 +08:00
|
|
|
library("Maven Enforcer Plugin", "3.2.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-enforcer-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
library("Maven Failsafe Plugin", "2.22.2") {
|
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-failsafe-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-21 18:41:39 +08:00
|
|
|
library("Maven Help Plugin", "3.4.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-help-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:19:15 +08:00
|
|
|
library("Maven Install Plugin", "3.1.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-install-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-21 00:30:54 +08:00
|
|
|
library("Maven Invoker Plugin", "3.5.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-invoker-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-09-21 14:30:25 +08:00
|
|
|
library("Maven Jar Plugin", "3.3.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-jar-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-21 00:31:02 +08:00
|
|
|
library("Maven Javadoc Plugin", "3.5.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-javadoc-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-09-14 21:34:41 +08:00
|
|
|
library("Maven Resources Plugin", "3.3.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-resources-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-02 03:55:12 +08:00
|
|
|
library("Maven Shade Plugin", "3.4.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-shade-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-03-11 04:09:52 +08:00
|
|
|
library("Maven Source Plugin", "3.2.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-source-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
library("Maven Surefire Plugin", "2.22.2") {
|
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-surefire-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-15 14:17:50 +08:00
|
|
|
library("Maven War Plugin", "3.3.2") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.maven.plugins") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"maven-war-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-04-05 20:12:32 +08:00
|
|
|
library("Micrometer", "1.11.0-SNAPSHOT") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("io.micrometer") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"micrometer-registry-stackdriver" {
|
|
|
|
exclude group: "javax.annotation", module: "javax.annotation-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
imports = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"micrometer-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-04-05 20:12:38 +08:00
|
|
|
library("Micrometer Tracing", "1.1.0-SNAPSHOT") {
|
2022-03-10 21:59:05 +08:00
|
|
|
group("io.micrometer") {
|
2022-03-16 22:59:33 +08:00
|
|
|
imports = [
|
|
|
|
"micrometer-tracing-bom"
|
2022-03-10 21:59:05 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:19:25 +08:00
|
|
|
library("Mockito", "4.11.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.mockito") {
|
2022-04-20 16:49:06 +08:00
|
|
|
imports = [
|
|
|
|
"mockito-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-21 00:31:19 +08:00
|
|
|
library("MongoDB", "4.9.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.mongodb") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"bson",
|
2023-01-23 19:31:10 +08:00
|
|
|
"bson-record-codec",
|
2020-01-23 03:24:37 +08:00
|
|
|
"mongodb-driver-core",
|
2020-01-29 00:29:21 +08:00
|
|
|
"mongodb-driver-legacy",
|
|
|
|
"mongodb-driver-reactivestreams",
|
|
|
|
"mongodb-driver-sync"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-01-19 20:04:40 +08:00
|
|
|
library("MSSQL JDBC", "11.2.3.jre17") {
|
2023-01-12 23:21:09 +08:00
|
|
|
prohibit {
|
2023-01-13 17:48:20 +08:00
|
|
|
endsWith([".jre8", ".jre11", ".jre18"])
|
|
|
|
because "we use the .jre17 version"
|
2023-01-12 23:21:09 +08:00
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.microsoft.sqlserver") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"mssql-jdbc"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-01-19 20:04:46 +08:00
|
|
|
library("MySQL", "8.0.32") {
|
2022-10-17 07:09:31 +08:00
|
|
|
group("com.mysql") {
|
|
|
|
modules = [
|
|
|
|
"mysql-connector-j" {
|
|
|
|
exclude group: "com.google.protobuf", module: "protobuf-java"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2020-01-10 21:48:43 +08:00
|
|
|
}
|
2022-07-12 19:05:00 +08:00
|
|
|
library("Native Build Tools Plugin", "${nativeBuildToolsVersion}") {
|
2022-04-13 16:56:21 +08:00
|
|
|
group("org.graalvm.buildtools") {
|
|
|
|
plugins = [
|
|
|
|
"native-maven-plugin"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
library("NekoHTML", "1.9.22") {
|
|
|
|
group("net.sourceforge.nekohtml") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"nekohtml"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-21 00:31:32 +08:00
|
|
|
library("Neo4j Java Driver", "5.5.0") {
|
2020-07-07 04:59:44 +08:00
|
|
|
group("org.neo4j.driver") {
|
|
|
|
modules = [
|
|
|
|
"neo4j-java-driver"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-21 18:41:45 +08:00
|
|
|
library("Netty", "4.1.90.Final") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("io.netty") {
|
2020-01-10 21:48:43 +08:00
|
|
|
imports = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"netty-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-07-07 17:09:46 +08:00
|
|
|
library("OkHttp", "4.10.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.squareup.okhttp3") {
|
2022-05-13 19:40:47 +08:00
|
|
|
imports = [
|
|
|
|
"okhttp-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-11 00:28:15 +08:00
|
|
|
library("OpenTelemetry", "1.24.0") {
|
2022-03-16 22:59:33 +08:00
|
|
|
group("io.opentelemetry") {
|
|
|
|
imports = [
|
|
|
|
"opentelemetry-bom"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-21 00:31:44 +08:00
|
|
|
library("Oracle Database", "21.9.0.0") {
|
2020-06-03 15:13:44 +08:00
|
|
|
group("com.oracle.database.jdbc") {
|
2020-06-27 06:23:46 +08:00
|
|
|
imports = [
|
|
|
|
"ojdbc-bom"
|
2020-06-03 15:13:44 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-23 05:36:41 +08:00
|
|
|
library("Oracle R2DBC", "1.1.1") {
|
2022-07-13 19:09:02 +08:00
|
|
|
group("com.oracle.database.r2dbc") {
|
|
|
|
modules = [
|
|
|
|
"oracle-r2dbc"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:19:51 +08:00
|
|
|
library("Pooled JMS", "3.1.0") {
|
2022-05-05 00:31:14 +08:00
|
|
|
group("org.messaginghub") {
|
|
|
|
modules = [
|
|
|
|
"pooled-jms"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-21 18:41:50 +08:00
|
|
|
library("Postgresql", "42.6.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.postgresql") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"postgresql"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-07-07 17:09:55 +08:00
|
|
|
library("Prometheus Client", "0.16.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("io.prometheus") {
|
2021-07-16 00:43:10 +08:00
|
|
|
imports = [
|
|
|
|
"simpleclient_bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
library("Quartz", "2.3.2") {
|
|
|
|
group("org.quartz-scheduler") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"quartz" {
|
|
|
|
exclude group: "com.mchange", module: "c3p0"
|
|
|
|
exclude group: "com.zaxxer", module: "*"
|
2020-01-10 21:48:43 +08:00
|
|
|
},
|
2020-01-23 03:24:37 +08:00
|
|
|
"quartz-jobs"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-08-12 20:08:25 +08:00
|
|
|
library("QueryDSL", "5.0.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.querydsl") {
|
2021-08-12 20:08:25 +08:00
|
|
|
imports = [
|
|
|
|
"querydsl-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-15 20:56:11 +08:00
|
|
|
library("R2DBC H2", "1.0.0.RELEASE") {
|
2020-02-19 21:41:06 +08:00
|
|
|
group("io.r2dbc") {
|
2022-07-13 19:09:02 +08:00
|
|
|
modules = [
|
|
|
|
"r2dbc-h2"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-15 20:56:14 +08:00
|
|
|
library("R2DBC Pool", "1.0.0.RELEASE") {
|
2022-07-13 19:09:02 +08:00
|
|
|
group("io.r2dbc") {
|
|
|
|
modules = [
|
|
|
|
"r2dbc-pool"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-21 00:31:56 +08:00
|
|
|
library("R2DBC Postgresql", "1.0.1.RELEASE") {
|
2022-07-13 19:09:02 +08:00
|
|
|
group("org.postgresql") {
|
|
|
|
modules = [
|
|
|
|
"r2dbc-postgresql"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:20:01 +08:00
|
|
|
library("R2DBC Proxy", "1.1.0.RELEASE") {
|
2022-07-13 19:09:02 +08:00
|
|
|
group("io.r2dbc") {
|
|
|
|
modules = [
|
|
|
|
"r2dbc-proxy"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
library("R2DBC SPI", "1.0.0.RELEASE") {
|
|
|
|
group("io.r2dbc") {
|
|
|
|
modules = [
|
|
|
|
"r2dbc-spi"
|
2020-02-19 21:41:06 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-22 02:58:12 +08:00
|
|
|
library("Rabbit AMQP Client", "5.17.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.rabbitmq") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"amqp-client"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:20:06 +08:00
|
|
|
library("Rabbit Stream Client", "0.9.0") {
|
2021-07-21 02:19:09 +08:00
|
|
|
group("com.rabbitmq") {
|
|
|
|
modules = [
|
|
|
|
"stream-client"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-07-08 00:47:27 +08:00
|
|
|
library("Reactive Streams", "1.0.4") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.reactivestreams") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"reactive-streams"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-15 05:22:46 +08:00
|
|
|
library("Reactor Bom", "2022.0.5") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("io.projectreactor") {
|
2020-01-10 21:48:43 +08:00
|
|
|
imports = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"reactor-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:20:11 +08:00
|
|
|
library("REST Assured", "5.3.0") {
|
2022-03-25 18:12:42 +08:00
|
|
|
group("io.rest-assured") {
|
2022-07-27 00:58:12 +08:00
|
|
|
imports = [
|
|
|
|
"rest-assured-bom"
|
2022-03-25 18:12:42 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-09-15 15:39:04 +08:00
|
|
|
library("RSocket", "1.1.3") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("io.rsocket") {
|
2020-01-10 21:48:43 +08:00
|
|
|
imports = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"rsocket-bom"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-01-19 20:04:56 +08:00
|
|
|
library("RxJava3", "3.1.6") {
|
2022-02-01 18:36:58 +08:00
|
|
|
group("io.reactivex.rxjava3") {
|
2020-01-23 03:24:37 +08:00
|
|
|
modules = [
|
|
|
|
"rxjava"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
library("Spring Boot", "${version}") {
|
|
|
|
group("org.springframework.boot") {
|
|
|
|
modules = [
|
|
|
|
"spring-boot",
|
|
|
|
"spring-boot-test",
|
|
|
|
"spring-boot-test-autoconfigure",
|
|
|
|
"spring-boot-actuator",
|
|
|
|
"spring-boot-actuator-autoconfigure",
|
|
|
|
"spring-boot-autoconfigure",
|
|
|
|
"spring-boot-autoconfigure-processor",
|
|
|
|
"spring-boot-buildpack-platform",
|
|
|
|
"spring-boot-configuration-metadata",
|
|
|
|
"spring-boot-configuration-processor",
|
|
|
|
"spring-boot-devtools",
|
2020-01-23 12:23:04 +08:00
|
|
|
"spring-boot-jarmode-layertools",
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-boot-loader",
|
|
|
|
"spring-boot-loader-tools",
|
|
|
|
"spring-boot-properties-migrator",
|
|
|
|
"spring-boot-starter",
|
|
|
|
"spring-boot-starter-actuator",
|
|
|
|
"spring-boot-starter-amqp",
|
|
|
|
"spring-boot-starter-aop",
|
|
|
|
"spring-boot-starter-artemis",
|
|
|
|
"spring-boot-starter-batch",
|
|
|
|
"spring-boot-starter-cache",
|
|
|
|
"spring-boot-starter-data-cassandra",
|
|
|
|
"spring-boot-starter-data-cassandra-reactive",
|
2021-12-10 22:28:20 +08:00
|
|
|
"spring-boot-starter-data-couchbase",
|
|
|
|
"spring-boot-starter-data-couchbase-reactive",
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-boot-starter-data-elasticsearch",
|
|
|
|
"spring-boot-starter-data-jdbc",
|
|
|
|
"spring-boot-starter-data-jpa",
|
|
|
|
"spring-boot-starter-data-ldap",
|
|
|
|
"spring-boot-starter-data-mongodb",
|
|
|
|
"spring-boot-starter-data-mongodb-reactive",
|
2020-02-19 22:42:13 +08:00
|
|
|
"spring-boot-starter-data-r2dbc",
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-boot-starter-data-redis",
|
|
|
|
"spring-boot-starter-data-redis-reactive",
|
|
|
|
"spring-boot-starter-data-neo4j",
|
|
|
|
"spring-boot-starter-data-rest",
|
|
|
|
"spring-boot-starter-freemarker",
|
2022-07-20 19:57:17 +08:00
|
|
|
"spring-boot-starter-graphql",
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-boot-starter-groovy-templates",
|
|
|
|
"spring-boot-starter-hateoas",
|
|
|
|
"spring-boot-starter-integration",
|
|
|
|
"spring-boot-starter-jdbc",
|
2022-08-08 22:45:20 +08:00
|
|
|
"spring-boot-starter-jersey",
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-boot-starter-jetty",
|
|
|
|
"spring-boot-starter-jooq",
|
|
|
|
"spring-boot-starter-json",
|
|
|
|
"spring-boot-starter-log4j2",
|
|
|
|
"spring-boot-starter-logging",
|
|
|
|
"spring-boot-starter-mail",
|
|
|
|
"spring-boot-starter-mustache",
|
2023-03-28 16:28:30 +08:00
|
|
|
"spring-boot-starter-oauth2-authorization-server",
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-boot-starter-oauth2-client",
|
|
|
|
"spring-boot-starter-oauth2-resource-server",
|
|
|
|
"spring-boot-starter-quartz",
|
|
|
|
"spring-boot-starter-reactor-netty",
|
|
|
|
"spring-boot-starter-rsocket",
|
|
|
|
"spring-boot-starter-security",
|
|
|
|
"spring-boot-starter-test",
|
2022-01-06 21:28:05 +08:00
|
|
|
"spring-boot-starter-thymeleaf",
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-boot-starter-tomcat",
|
|
|
|
"spring-boot-starter-undertow",
|
|
|
|
"spring-boot-starter-validation",
|
|
|
|
"spring-boot-starter-web",
|
|
|
|
"spring-boot-starter-webflux",
|
|
|
|
"spring-boot-starter-websocket",
|
|
|
|
"spring-boot-starter-web-services"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-boot-maven-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-08 17:51:17 +08:00
|
|
|
library("SAAJ Impl", "3.0.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.sun.xml.messaging.saaj") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"saaj-impl"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-21 00:32:09 +08:00
|
|
|
library("Selenium", "4.8.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.seleniumhq.selenium") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2022-11-09 01:35:36 +08:00
|
|
|
"lift",
|
2020-01-23 03:24:37 +08:00
|
|
|
"selenium-api",
|
|
|
|
"selenium-chrome-driver",
|
2022-10-24 23:32:38 +08:00
|
|
|
"selenium-chromium-driver",
|
2023-02-06 21:20:17 +08:00
|
|
|
"selenium-devtools-v108",
|
|
|
|
"selenium-devtools-v109",
|
2023-02-21 00:32:09 +08:00
|
|
|
"selenium-devtools-v110",
|
2022-11-09 01:35:36 +08:00
|
|
|
"selenium-devtools-v85",
|
2020-01-23 03:24:37 +08:00
|
|
|
"selenium-edge-driver",
|
|
|
|
"selenium-firefox-driver",
|
2022-11-09 01:35:36 +08:00
|
|
|
"selenium-grid",
|
2022-10-24 23:32:38 +08:00
|
|
|
"selenium-http",
|
2022-11-09 01:38:57 +08:00
|
|
|
"selenium-http-jdk-client",
|
2020-01-23 03:24:37 +08:00
|
|
|
"selenium-ie-driver",
|
|
|
|
"selenium-java",
|
2022-10-24 23:32:38 +08:00
|
|
|
"selenium-json",
|
2023-02-06 21:20:17 +08:00
|
|
|
"selenium-manager",
|
2020-03-10 23:06:48 +08:00
|
|
|
"selenium-remote-driver",
|
2020-01-23 03:24:37 +08:00
|
|
|
"selenium-safari-driver",
|
2022-11-09 01:35:36 +08:00
|
|
|
"selenium-session-map-jdbc",
|
|
|
|
"selenium-session-map-redis",
|
2022-11-09 01:38:57 +08:00
|
|
|
"selenium-support",
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-23 05:37:22 +08:00
|
|
|
library("Selenium HtmlUnit", "4.8.1.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.seleniumhq.selenium") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"htmlunit-driver"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-07-08 00:47:34 +08:00
|
|
|
library("SendGrid", "4.9.3") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.sendgrid") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"sendgrid-java"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-21 18:42:01 +08:00
|
|
|
library("SLF4J", "2.0.7") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.slf4j") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"jcl-over-slf4j",
|
|
|
|
"jul-to-slf4j",
|
|
|
|
"log4j-over-slf4j",
|
|
|
|
"slf4j-api",
|
|
|
|
"slf4j-ext",
|
2022-09-29 04:14:08 +08:00
|
|
|
"slf4j-jdk-platform-logging",
|
2020-01-23 03:24:37 +08:00
|
|
|
"slf4j-jdk14",
|
|
|
|
"slf4j-log4j12",
|
|
|
|
"slf4j-nop",
|
2022-09-29 04:14:08 +08:00
|
|
|
"slf4j-reload4j",
|
2020-01-23 03:24:37 +08:00
|
|
|
"slf4j-simple"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-09-27 20:51:04 +08:00
|
|
|
library("SnakeYAML", "1.33") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.yaml") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"snakeyaml"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-22 02:58:13 +08:00
|
|
|
library("Spring AMQP", "3.0.3") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.springframework.amqp") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-amqp",
|
|
|
|
"spring-rabbit",
|
2021-07-21 02:19:09 +08:00
|
|
|
"spring-rabbit-stream",
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-rabbit-junit",
|
|
|
|
"spring-rabbit-test"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-22 07:34:49 +08:00
|
|
|
library("Spring Authorization Server", "1.1.0-M2") {
|
2023-01-28 06:03:25 +08:00
|
|
|
group("org.springframework.security") {
|
|
|
|
modules = [
|
|
|
|
"spring-security-oauth2-authorization-server"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-23 22:41:58 +08:00
|
|
|
library("Spring Batch", "5.0.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.springframework.batch") {
|
2022-05-19 17:10:43 +08:00
|
|
|
imports = [
|
|
|
|
"spring-batch-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-22 03:14:45 +08:00
|
|
|
library("Spring Data Bom", "2023.0.0-M3") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.springframework.data") {
|
2020-01-10 21:48:43 +08:00
|
|
|
imports = [
|
2020-06-23 01:02:59 +08:00
|
|
|
"spring-data-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-21 18:42:01 +08:00
|
|
|
library("Spring Framework", "6.0.7") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.springframework") {
|
2020-01-10 21:48:43 +08:00
|
|
|
imports = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-framework-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-22 03:15:42 +08:00
|
|
|
library("Spring GraphQL", "1.2.0-M1") {
|
2022-07-20 19:57:17 +08:00
|
|
|
group("org.springframework.graphql") {
|
|
|
|
modules = [
|
|
|
|
"spring-graphql",
|
|
|
|
"spring-graphql-test"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-22 03:18:00 +08:00
|
|
|
library("Spring HATEOAS", "2.1.0-M1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.springframework.hateoas") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-hateoas"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-23 15:39:46 +08:00
|
|
|
library("Spring Integration", "6.1.0-M2") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.springframework.integration") {
|
2020-01-10 21:48:43 +08:00
|
|
|
imports = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-integration-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-22 02:58:13 +08:00
|
|
|
library("Spring Kafka", "3.0.5") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.springframework.kafka") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-kafka",
|
|
|
|
"spring-kafka-test"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-21 00:32:24 +08:00
|
|
|
library("Spring LDAP", "3.0.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.springframework.ldap") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-ldap-core",
|
|
|
|
"spring-ldap-ldif-core",
|
|
|
|
"spring-ldap-odm",
|
|
|
|
"spring-ldap-test"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-21 20:27:28 +08:00
|
|
|
library("Spring RESTDocs", "3.0.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.springframework.restdocs") {
|
2022-07-16 00:25:18 +08:00
|
|
|
imports = [
|
|
|
|
"spring-restdocs-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-21 18:42:02 +08:00
|
|
|
library("Spring Retry", "2.0.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.springframework.retry") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-retry"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-23 01:43:56 +08:00
|
|
|
library("Spring Security", "6.1.0-M2") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.springframework.security") {
|
2020-01-10 21:48:43 +08:00
|
|
|
imports = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"spring-security-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-22 03:13:52 +08:00
|
|
|
library("Spring Session", "3.1.0-M1") {
|
2023-01-13 17:48:20 +08:00
|
|
|
prohibit {
|
|
|
|
startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])
|
|
|
|
because "Spring Session switched to numeric version numbers"
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.springframework.session") {
|
2021-12-08 22:48:13 +08:00
|
|
|
imports = [
|
|
|
|
"spring-session-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-23 22:42:14 +08:00
|
|
|
library("Spring WS", "4.0.2") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.springframework.ws") {
|
2023-01-12 21:27:43 +08:00
|
|
|
imports = [
|
|
|
|
"spring-ws-bom"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-23 15:39:53 +08:00
|
|
|
library("SQLite JDBC", "3.41.2.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.xerial") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"sqlite-jdbc"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-23 04:20:04 +08:00
|
|
|
library("Testcontainers", "1.17.6") {
|
|
|
|
group("org.testcontainers") {
|
|
|
|
imports = [
|
|
|
|
"testcontainers-bom"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-12-08 01:00:40 +08:00
|
|
|
library("Thymeleaf", "3.1.1.RELEASE") {
|
2022-01-06 21:28:05 +08:00
|
|
|
group("org.thymeleaf") {
|
|
|
|
modules = [
|
|
|
|
"thymeleaf",
|
2022-01-06 21:26:50 +08:00
|
|
|
"thymeleaf-spring6"
|
2022-01-06 21:28:05 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
library("Thymeleaf Extras Data Attribute", "2.0.1") {
|
|
|
|
group("com.github.mxab.thymeleaf.extras") {
|
|
|
|
modules = [
|
|
|
|
"thymeleaf-extras-data-attribute"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-12-22 00:32:10 +08:00
|
|
|
library("Thymeleaf Extras SpringSecurity", "3.1.1.RELEASE") {
|
2022-01-06 21:28:05 +08:00
|
|
|
group("org.thymeleaf.extras") {
|
|
|
|
modules = [
|
2022-01-06 21:26:50 +08:00
|
|
|
"thymeleaf-extras-springsecurity6"
|
2022-01-06 21:28:05 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-06 21:20:38 +08:00
|
|
|
library("Thymeleaf Layout Dialect", "3.2.0") {
|
2022-01-06 21:28:05 +08:00
|
|
|
group("nz.net.ultraq.thymeleaf") {
|
|
|
|
modules = [
|
|
|
|
"thymeleaf-layout-dialect"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-03-24 03:17:38 +08:00
|
|
|
library("Tomcat", "${tomcatVersion}") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.tomcat") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"tomcat-annotations-api",
|
|
|
|
"tomcat-jdbc",
|
|
|
|
"tomcat-jsp-api"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.apache.tomcat.embed") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"tomcat-embed-core",
|
|
|
|
"tomcat-embed-el",
|
|
|
|
"tomcat-embed-jasper",
|
|
|
|
"tomcat-embed-websocket"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-11 00:28:26 +08:00
|
|
|
library("UnboundID LDAPSDK", "6.0.8") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("com.unboundid") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"unboundid-ldapsdk"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-21 00:32:30 +08:00
|
|
|
library("Undertow", "2.3.4.Final") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("io.undertow") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"undertow-core",
|
2022-11-06 08:57:18 +08:00
|
|
|
"undertow-servlet",
|
|
|
|
"undertow-websockets-jsr"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-02-23 22:42:34 +08:00
|
|
|
library("Versions Maven Plugin", "2.15.0") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.codehaus.mojo") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"versions-maven-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-07-07 17:10:07 +08:00
|
|
|
library("WebJars Locator Core", "0.52") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.webjars") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"webjars-locator-core"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
library("WSDL4j", "1.6.3") {
|
|
|
|
group("wsdl4j") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"wsdl4j"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-01-23 03:24:37 +08:00
|
|
|
library("XML Maven Plugin", "1.0.2") {
|
|
|
|
group("org.codehaus.mojo") {
|
2020-01-10 21:48:43 +08:00
|
|
|
plugins = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"xml-maven-plugin"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-01-12 21:22:29 +08:00
|
|
|
library("XmlUnit2", "2.9.1") {
|
2020-01-23 03:24:37 +08:00
|
|
|
group("org.xmlunit") {
|
2020-01-10 21:48:43 +08:00
|
|
|
modules = [
|
2020-01-23 03:24:37 +08:00
|
|
|
"xmlunit-assertj",
|
2022-11-04 18:42:26 +08:00
|
|
|
"xmlunit-assertj3",
|
2020-01-23 03:24:37 +08:00
|
|
|
"xmlunit-core",
|
2022-11-04 18:46:41 +08:00
|
|
|
"xmlunit-jakarta-jaxb-impl",
|
2020-01-23 03:24:37 +08:00
|
|
|
"xmlunit-legacy",
|
|
|
|
"xmlunit-matchers",
|
|
|
|
"xmlunit-placeholders"
|
2020-01-10 21:48:43 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-11-15 20:56:27 +08:00
|
|
|
library("Yasson", "3.0.2") {
|
2021-11-12 01:02:17 +08:00
|
|
|
group("org.eclipse") {
|
|
|
|
modules = [
|
|
|
|
"yasson"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-01-10 21:48:43 +08:00
|
|
|
}
|
2020-05-13 23:36:59 +08:00
|
|
|
|
|
|
|
generateMetadataFileForMavenPublication {
|
|
|
|
enabled = false
|
|
|
|
}
|