| 
									
										
										
										
											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 { | 
					
						
							| 
									
										
										
										
											2022-01-03 15:09:49 +08:00
										 |  |  | 		policy = "any" | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 16:40:57 +08:00
										 |  |  | 	library("ActiveMQ", "5.16.4") { | 
					
						
							| 
									
										
										
										
											2022-03-19 01:28:01 +08:00
										 |  |  | 		prohibit("[5.17.0,)") { | 
					
						
							|  |  |  | 			because "it requires Java 11" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.apache.activemq") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"activemq-amqp", | 
					
						
							|  |  |  | 				"activemq-blueprint", | 
					
						
							|  |  |  | 				"activemq-broker", | 
					
						
							|  |  |  | 				"activemq-camel", | 
					
						
							|  |  |  | 				"activemq-client", | 
					
						
							|  |  |  | 				"activemq-console" { | 
					
						
							|  |  |  | 					exclude group: "commons-logging", module: "commons-logging" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 				}, | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"activemq-http", | 
					
						
							|  |  |  | 				"activemq-jaas", | 
					
						
							|  |  |  | 				"activemq-jdbc-store", | 
					
						
							|  |  |  | 				"activemq-jms-pool", | 
					
						
							|  |  |  | 				"activemq-kahadb-store", | 
					
						
							|  |  |  | 				"activemq-karaf", | 
					
						
							|  |  |  | 				"activemq-leveldb-store" { | 
					
						
							|  |  |  | 					exclude group: "commons-logging", module: "commons-logging" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 				}, | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"activemq-log4j-appender", | 
					
						
							|  |  |  | 				"activemq-mqtt", | 
					
						
							|  |  |  | 				"activemq-openwire-generator", | 
					
						
							|  |  |  | 				"activemq-openwire-legacy", | 
					
						
							|  |  |  | 				"activemq-osgi", | 
					
						
							|  |  |  | 				"activemq-partition", | 
					
						
							|  |  |  | 				"activemq-pool", | 
					
						
							|  |  |  | 				"activemq-ra", | 
					
						
							|  |  |  | 				"activemq-run", | 
					
						
							|  |  |  | 				"activemq-runtime-config", | 
					
						
							|  |  |  | 				"activemq-shiro", | 
					
						
							|  |  |  | 				"activemq-spring" { | 
					
						
							|  |  |  | 					exclude group: "commons-logging", module: "commons-logging" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 				}, | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"activemq-stomp", | 
					
						
							|  |  |  | 				"activemq-web" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("ANTLR2", "2.7.7") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("20030911") { | 
					
						
							|  |  |  | 			because "it is old version that used a different versioning scheme" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("antlr") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"antlr" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-22 21:23:39 +08:00
										 |  |  | 	library("AppEngine SDK", "1.9.95") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("com.google.appengine") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"appengine-api-1.0-sdk" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 16:40:58 +08:00
										 |  |  | 	library("Artemis", "2.19.1") { | 
					
						
							| 
									
										
										
										
											2022-01-03 15:22:04 +08:00
										 |  |  |         prohibit("[2.20.0,)") { | 
					
						
							|  |  |  |             because "it requires Java 11" | 
					
						
							|  |  |  |         } | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.apache.activemq") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"artemis-amqp-protocol", | 
					
						
							|  |  |  | 				"artemis-commons" { | 
					
						
							|  |  |  | 					exclude group: "commons-logging", module: "commons-logging" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 				}, | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"artemis-core-client" { | 
					
						
							|  |  |  | 					exclude group: "org.apache.geronimo.specs", module: "geronimo-json_1.0_spec" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 				}, | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"artemis-jms-client" { | 
					
						
							|  |  |  | 					exclude group: "org.apache.geronimo.specs", module: "geronimo-json_1.0_spec" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 				}, | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"artemis-jms-server" { | 
					
						
							|  |  |  | 					exclude group: "org.apache.geronimo.specs", module: "geronimo-json_1.0_spec" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 				}, | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"artemis-journal", | 
					
						
							|  |  |  | 				"artemis-selector", | 
					
						
							|  |  |  | 				"artemis-server" { | 
					
						
							|  |  |  | 					exclude group: "commons-logging", module: "commons-logging" | 
					
						
							|  |  |  | 					exclude group: "org.apache.geronimo.specs", module: "geronimo-json_1.0_spec" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 				}, | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"artemis-service-extensions" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-07-12 13:53:47 +08:00
										 |  |  | 	library("AspectJ", "1.9.7") { | 
					
						
							| 
									
										
										
										
											2022-02-16 21:29:14 +08:00
										 |  |  | 		prohibit("[1.9.8.M1,)") { | 
					
						
							|  |  |  | 			because "it requires Java 11" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-03 15:22:06 +08:00
										 |  |  | 	library("AssertJ", "3.22.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.assertj") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"assertj-core" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Atomikos", "4.0.6") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[5,)") { | 
					
						
							|  |  |  | 			because "our support is deprecated" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("com.atomikos") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"transactions-jdbc", | 
					
						
							|  |  |  | 				"transactions-jms", | 
					
						
							|  |  |  | 				"transactions-jta" | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-15 22:12:45 +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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 16:40:59 +08:00
										 |  |  | 	library("Byte Buddy", "1.12.8") { | 
					
						
							| 
									
										
										
										
											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" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-03 15:22:08 +08:00
										 |  |  | 	library("Caffeine", "2.9.3") { | 
					
						
							| 
									
										
										
										
											2021-07-12 20:29:25 +08:00
										 |  |  | 		prohibit("[3.0.0,)") { | 
					
						
							|  |  |  | 			because "it requires Java 11" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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-03-18 16:17:20 +08:00
										 |  |  | 	library("Cassandra Driver", "4.14.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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:17:22 +08:00
										 |  |  | 	library("Couchbase Client", "3.2.6") { | 
					
						
							| 
									
										
										
										
											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-01-03 15:22:10 +08:00
										 |  |  | 	library("DB2 JDBC", "11.5.7.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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-01-14 16:05:34 +08:00
										 |  |  | 	library("Dependency Management Plugin", "1.0.11.RELEASE") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Derby", "10.14.2.0") { | 
					
						
							|  |  |  | 		prohibit("[10.15,)") { | 
					
						
							|  |  |  | 			because "it requires Java 9" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											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", | 
					
						
							|  |  |  | 				"derbyclient" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:17:24 +08:00
										 |  |  | 	library("Dropwizard Metrics", "4.2.9") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-05-17 19:05:08 +08:00
										 |  |  | 	library("Ehcache", "2.10.9.2") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("net.sf.ehcache") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"ehcache" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:17:26 +08:00
										 |  |  | 	library("Ehcache3", "3.10.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.ehcache") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"ehcache", | 
					
						
							|  |  |  | 				"ehcache-clustered", | 
					
						
							|  |  |  | 				"ehcache-transactions" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:17:28 +08:00
										 |  |  | 	library("Elasticsearch", "7.17.1") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.elasticsearch") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"elasticsearch" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 				"transport", | 
					
						
							|  |  |  | 				"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-23 03:24:37 +08:00
										 |  |  | 				"elasticsearch-rest-high-level-client" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.elasticsearch.distribution.integ-test-zip") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2021-11-19 02:29:27 +08:00
										 |  |  | 				"elasticsearch" { | 
					
						
							|  |  |  | 					type = 'zip' | 
					
						
							|  |  |  | 				} | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.elasticsearch.plugin") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"transport-netty4-client" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-21 14:37:21 +08:00
										 |  |  | 	library("Embedded Mongo", "3.4.3") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("de.flapdoodle.embed") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"de.flapdoodle.embed.mongo" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:17:31 +08:00
										 |  |  | 	library("Flyway", "8.5.4") { | 
					
						
							| 
									
										
										
										
											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-01-03 19:47:25 +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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-02-17 20:51:42 +08:00
										 |  |  | 	library("FreeMarker", "2.3.31") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-08-17 15:14:36 +08:00
										 |  |  | 	library("Git Commit ID Plugin", "4.9.10") { | 
					
						
							| 
									
										
										
										
											2021-07-12 20:29:25 +08:00
										 |  |  | 		prohibit("[5.0.0,)") { | 
					
						
							|  |  |  | 			because "it requires Java 11" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("pl.project13.maven") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			plugins = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"git-commit-id-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-09-15 14:17:38 +08:00
										 |  |  | 	library("Glassfish EL", "3.0.4") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[4.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.glassfish") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jakarta.el" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 16:41:07 +08:00
										 |  |  | 	library("Glassfish JAXB", "2.3.6") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[3.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.glassfish.jaxb") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"codemodel", | 
					
						
							|  |  |  | 				"codemodel-annotation-compiler", | 
					
						
							|  |  |  | 				"jaxb-jxc", | 
					
						
							|  |  |  | 				"jaxb-runtime", | 
					
						
							|  |  |  | 				"jaxb-xjc", | 
					
						
							|  |  |  | 				"txw2", | 
					
						
							|  |  |  | 				"txwc2", | 
					
						
							|  |  |  | 				"xsom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-11-13 04:00:14 +08:00
										 |  |  | 	library("Glassfish JSTL", "1.2.6") { | 
					
						
							| 
									
										
										
										
											2022-03-24 22:18:19 +08:00
										 |  |  | 		prohibit("[2.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2021-11-13 04:00:14 +08:00
										 |  |  | 		group("org.glassfish.web") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"jakarta.servlet.jsp.jstl" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-29 21:03:54 +08:00
										 |  |  | 	library("GraphQL Java", "18.0") { | 
					
						
							| 
									
										
										
										
											2021-12-21 15:32:09 +08:00
										 |  |  | 		group("com.graphql-java") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"graphql-java" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:17:33 +08:00
										 |  |  | 	library("Groovy", "3.0.10") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.codehaus.groovy") { | 
					
						
							| 
									
										
										
										
											2020-06-24 17:52:55 +08:00
										 |  |  | 			imports = [ | 
					
						
							|  |  |  | 				"groovy-bom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 16:41:08 +08:00
										 |  |  | 	library("Gson", "2.9.0") { | 
					
						
							| 
									
										
										
										
											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-02-04 17:14:36 +08:00
										 |  |  | 	library("H2", "2.1.210") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:17:36 +08:00
										 |  |  | 	library("Hazelcast", "5.1.1") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-08-17 15:14:39 +08:00
										 |  |  | 	library("Hazelcast Hibernate5", "2.2.1") { | 
					
						
							| 
									
										
										
										
											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-hibernate52", | 
					
						
							|  |  |  | 				"hazelcast-hibernate53" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:17:39 +08:00
										 |  |  | 	library("Hibernate", "5.6.7.Final") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[6.0.0.Alpha2,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.hibernate") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"hibernate-c3p0", | 
					
						
							|  |  |  | 				"hibernate-core", | 
					
						
							|  |  |  | 				"hibernate-ehcache", | 
					
						
							|  |  |  | 				"hibernate-entitymanager", | 
					
						
							|  |  |  | 				"hibernate-envers", | 
					
						
							|  |  |  | 				"hibernate-hikaricp", | 
					
						
							|  |  |  | 				"hibernate-java8", | 
					
						
							|  |  |  | 				"hibernate-jcache", | 
					
						
							|  |  |  | 				"hibernate-jpamodelgen", | 
					
						
							| 
									
										
										
										
											2021-02-16 18:36:30 +08:00
										 |  |  | 				"hibernate-micrometer", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"hibernate-proxool", | 
					
						
							|  |  |  | 				"hibernate-spatial", | 
					
						
							|  |  |  | 				"hibernate-testing", | 
					
						
							|  |  |  | 				"hibernate-vibur" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:17:42 +08:00
										 |  |  | 	library("Hibernate Validator", "6.2.3.Final") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[7.0.0.Alpha1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-03-16 19:32:15 +08:00
										 |  |  | 	library("HikariCP", "4.0.3") { | 
					
						
							| 
									
										
										
										
											2021-08-17 14:15:37 +08:00
										 |  |  | 		prohibit("[5.0.0,)") { | 
					
						
							|  |  |  | 			because "it requires Java 11" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-04-14 00:07:51 +08:00
										 |  |  | 	library("HSQLDB", "2.5.2") { | 
					
						
							| 
									
										
										
										
											2021-04-14 02:07:52 +08:00
										 |  |  | 		prohibit("[2.6.0,)") { | 
					
						
							|  |  |  | 			because "it requires Java 11" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-23 22:31:57 +08:00
										 |  |  | 	library("HtmlUnit", "2.60.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-03 15:22:19 +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
										 |  |  | 				} | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-10-13 15:29:54 +08:00
										 |  |  | 	library("HttpClient", "4.5.13") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 				"fluent-hc", | 
					
						
							|  |  |  | 				"httpclient" { | 
					
						
							|  |  |  | 					exclude group: "commons-logging", module: "commons-logging" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 				}, | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"httpclient-cache", | 
					
						
							|  |  |  | 				"httpclient-osgi", | 
					
						
							|  |  |  | 				"httpclient-win", | 
					
						
							|  |  |  | 				"httpmime" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 16:41:13 +08:00
										 |  |  | 	library("HttpClient5", "5.1.3") { | 
					
						
							| 
									
										
										
										
											2021-04-12 15:21:20 +08:00
										 |  |  | 		group("org.apache.httpcomponents.client5") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"httpclient5", | 
					
						
							|  |  |  | 				"httpclient5-cache", | 
					
						
							|  |  |  | 				"httpclient5-fluent", | 
					
						
							|  |  |  | 				"httpclient5-win", | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-03 15:22:21 +08:00
										 |  |  | 	library("HttpCore", "4.4.15") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-03 15:22:22 +08:00
										 |  |  | 	library("HttpCore5", "5.1.3") { | 
					
						
							| 
									
										
										
										
											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" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:17:48 +08:00
										 |  |  | 	library("Infinispan", "13.0.8.Final") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.infinispan") { | 
					
						
							| 
									
										
										
										
											2020-07-09 19:38:42 +08:00
										 |  |  | 			imports = [ | 
					
						
							|  |  |  | 				"infinispan-bom" | 
					
						
							| 
									
										
										
										
											2020-03-11 11:17:37 +08:00
										 |  |  | 			] | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-09-17 20:31:12 +08:00
										 |  |  | 	library("InfluxDB Java", "2.22") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:17:50 +08:00
										 |  |  | 	library("Jackson Bom", "2.13.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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-03-10 22:23:56 +08:00
										 |  |  | 	library("Jakarta Activation", "1.2.2") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[2.0.0-rc1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("com.sun.activation") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jakarta.activation" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Jakarta Annotation", "1.3.5") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[2.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Jakarta JMS", "2.0.3") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[3.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Jakarta Json", "1.1.6") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[2.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Jakarta Json Bind", "1.0.2") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[2.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-04-13 20:52:16 +08:00
										 |  |  | 	library("Jakarta Mail", "1.6.7") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[2.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Jakarta Persistence", "2.2.3") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[3.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-06-23 03:10:00 +08:00
										 |  |  | 	library("Jakarta Servlet", "4.0.4") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[5.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Jakarta Servlet JSP JSTL", "1.2.7") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[2.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Jakarta Transaction", "1.3.3") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[2.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Jakarta Validation", "2.0.2") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[3.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Jakarta WebSocket", "1.1.2") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[2.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("jakarta.websocket") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jakarta.websocket-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Jakarta WS RS", "2.1.6") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[3.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-03-10 22:23:57 +08:00
										 |  |  | 	library("Jakarta XML Bind", "2.3.3") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[3.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-03-24 20:07:08 +08:00
										 |  |  | 	library("Jakarta XML SOAP", "1.4.2") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[2.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-03-24 20:07:08 +08:00
										 |  |  | 		group("jakarta.xml.soap") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 					"jakarta.xml.soap-api" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-03-10 22:23:59 +08:00
										 |  |  | 	library("Jakarta XML WS", "2.3.3") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[3.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-08-17 15:14:40 +08:00
										 |  |  | 	library("Janino", "3.1.6") { | 
					
						
							| 
									
										
										
										
											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 Activation", "1.2.0") { | 
					
						
							|  |  |  | 		group("javax.activation") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"javax.activation-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Javax Annotation", "1.3.2") { | 
					
						
							|  |  |  | 		group("javax.annotation") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"javax.annotation-api" | 
					
						
							| 
									
										
										
										
											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-01-23 03:24:37 +08:00
										 |  |  | 	library("Javax JAXB", "2.3.1") { | 
					
						
							|  |  |  | 		group("javax.xml.bind") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jaxb-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Javax JAXWS", "2.3.1") { | 
					
						
							|  |  |  | 		group("javax.xml.ws") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jaxws-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Javax JMS", "2.0.1") { | 
					
						
							|  |  |  | 		group("javax.jms") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"javax.jms-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Javax Json", "1.1.4") { | 
					
						
							|  |  |  | 		group("javax.json") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"javax.json-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Javax JsonB", "1.0") { | 
					
						
							|  |  |  | 		group("javax.json.bind") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"javax.json.bind-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Javax Mail", "1.6.2") { | 
					
						
							|  |  |  | 		group("javax.mail") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"javax.mail-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("Javax Persistence", "2.2") { | 
					
						
							|  |  |  | 		group("javax.persistence") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"javax.persistence-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Javax Transaction", "1.3") { | 
					
						
							|  |  |  | 		group("javax.transaction") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"javax.transaction-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Javax Validation", "2.0.1.Final") { | 
					
						
							|  |  |  | 		group("javax.validation") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"validation-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Javax WebSocket", "1.1") { | 
					
						
							|  |  |  | 		group("javax.websocket") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"javax.websocket-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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-03 15:22:24 +08:00
										 |  |  | 	library("Jaybird", "4.0.5.java8") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.firebirdsql.jdbc") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2021-01-21 20:30:41 +08:00
										 |  |  | 				"jaybird", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jaybird-jdk18" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-15 22:12:49 +08:00
										 |  |  | 	library("JBoss Logging", "3.4.3.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-03 15:22:25 +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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-15 22:12:50 +08:00
										 |  |  | 	library("Jedis", "3.8.0") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-09-17 20:31:14 +08:00
										 |  |  | 	library("Jersey", "2.35") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[3.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.glassfish.jersey") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			imports = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jersey-bom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-09-15 14:17:44 +08:00
										 |  |  | 	library("Jetty EL", "9.0.52") { | 
					
						
							| 
									
										
										
										
											2021-07-12 20:29:25 +08:00
										 |  |  | 		prohibit("[10.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it requires Java 11" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.mortbay.jasper") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"apache-el" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Jetty JSP", "2.2.0.v201112011158") { | 
					
						
							|  |  |  | 		group("org.eclipse.jetty.orbit") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"javax.servlet.jsp" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 16:41:15 +08:00
										 |  |  | 	library("Jetty Reactive HTTPClient", "1.1.11") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[2,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 16:41:17 +08:00
										 |  |  | 	library("Jetty", "9.4.45.v20220203") { | 
					
						
							| 
									
										
										
										
											2021-07-12 20:29:25 +08:00
										 |  |  | 		prohibit("[10.0.0-alpha0,)") { | 
					
						
							|  |  |  | 			because "it requires Java 11" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[11.0.0-alpha0,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 16:41:18 +08:00
										 |  |  | 	library("Johnzon", "1.2.16") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.apache.johnzon") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"johnzon-core", | 
					
						
							|  |  |  | 				"johnzon-jaxrs", | 
					
						
							|  |  |  | 				"johnzon-jsonb", | 
					
						
							|  |  |  | 				"johnzon-jsonb-extras", | 
					
						
							|  |  |  | 				"johnzon-jsonschema", | 
					
						
							|  |  |  | 				"johnzon-mapper", | 
					
						
							|  |  |  | 				"johnzon-websocket" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 			plugins = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"johnzon-maven-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-09-22 14:48:17 +08:00
										 |  |  | 	library("Jolokia", "1.7.1") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.jolokia") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jolokia-core" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-09-22 14:48:19 +08:00
										 |  |  | 	library("jOOQ", "3.14.15") { | 
					
						
							| 
									
										
										
										
											2021-07-12 20:29:25 +08:00
										 |  |  | 		prohibit("[3.15.0,)") { | 
					
						
							|  |  |  | 			because "it requires Java 11" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.jooq") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jooq", | 
					
						
							| 
									
										
										
										
											2020-10-30 00:14:02 +08:00
										 |  |  | 				"jooq-codegen", | 
					
						
							|  |  |  | 				"jooq-kotlin", | 
					
						
							|  |  |  | 				"jooq-meta" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 			plugins = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jooq-codegen-maven" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 16:41:20 +08:00
										 |  |  | 	library("Json-smart", "2.4.8") { | 
					
						
							| 
									
										
										
										
											2020-06-18 17:31:43 +08:00
										 |  |  | 		group("net.minidev") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"json-smart" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("JsonAssert", "1.5.0") { | 
					
						
							|  |  |  | 		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("JSTL", "1.2") { | 
					
						
							|  |  |  | 		group("javax.servlet") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jstl" | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-03 16:42:29 +08:00
										 |  |  | 	library("JUnit Jupiter", "5.8.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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 16:41:22 +08:00
										 |  |  | 	library("Kafka", "3.1.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-01-05 16:45:36 +08:00
										 |  |  | 	library("Kotlin Coroutines", "1.6.0") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-21 14:37:23 +08:00
										 |  |  | 	library("Lettuce", "6.1.8.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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:17:53 +08:00
										 |  |  | 	library("Liquibase", "4.9.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
										 |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:17:55 +08:00
										 |  |  | 	library("Log4j2", "2.17.2") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:26:04 +08:00
										 |  |  | 	library("Logback", "1.2.11") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-10-14 15:48:55 +08:00
										 |  |  | 	library("Lombok", "1.18.22") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-22 21:23:45 +08:00
										 |  |  | 	library("MariaDB", "3.0.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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-08-17 15:14:46 +08:00
										 |  |  | 	library("Maven AntRun Plugin", "3.0.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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-05-12 14:55:05 +08:00
										 |  |  | 	library("Maven Assembly 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-assembly-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Maven Clean Plugin", "3.1.0") { | 
					
						
							|  |  |  | 		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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:17:57 +08:00
										 |  |  | 	library("Maven Compiler Plugin", "3.10.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-compiler-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:17:59 +08:00
										 |  |  | 	library("Maven Dependency 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-dependency-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Maven Deploy Plugin", "2.8.2") { | 
					
						
							|  |  |  | 		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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-08-17 15:14:47 +08:00
										 |  |  | 	library("Maven Enforcer Plugin", "3.0.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-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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Maven Help Plugin", "3.2.0") { | 
					
						
							|  |  |  | 		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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Maven Install Plugin", "2.5.2") { | 
					
						
							|  |  |  | 		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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-04-13 20:52:24 +08:00
										 |  |  | 	library("Maven Invoker Plugin", "3.2.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-invoker-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-15 22:12:53 +08:00
										 |  |  | 	library("Maven Jar Plugin", "3.2.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-jar-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 17:17:30 +08:00
										 |  |  | 	library("Maven Javadoc 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-javadoc-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-08-11 19:53:24 +08:00
										 |  |  | 	library("Maven Resources 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-resources-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-07-05 15:33:17 +08:00
										 |  |  | 	library("Maven Shade Plugin", "3.2.4") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-21 14:38:57 +08:00
										 |  |  | 	library("Micrometer", "1.9.0-M4") { | 
					
						
							| 
									
										
										
										
											2022-03-24 22:18:19 +08:00
										 |  |  | 		prohibit("[2.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "we upgrade in Spring Boot 3.x" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-08-17 15:14:48 +08:00
										 |  |  | 	library("MIMEPull", "1.9.15") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.jvnet.mimepull") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"mimepull" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:18:01 +08:00
										 |  |  | 	library("Mockito", "4.4.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.mockito") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"mockito-core", | 
					
						
							|  |  |  | 				"mockito-inline", | 
					
						
							|  |  |  | 				"mockito-junit-jupiter" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-25 01:54:03 +08:00
										 |  |  | 	library("MongoDB", "4.5.1") { | 
					
						
							| 
									
										
										
										
											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", | 
					
						
							|  |  |  | 				"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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-22 21:23:47 +08:00
										 |  |  | 	library("MSSQL JDBC", "10.2.0.jre8") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-19 15:37:16 +08:00
										 |  |  | 	library("MySQL", "8.0.28") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("mysql") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"mysql-connector-java" { | 
					
						
							|  |  |  | 					exclude group: "com.google.protobuf", module: "protobuf-java" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 				} | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 21:52:46 +08:00
										 |  |  | 	library("Neo4j Java Driver", "4.4.5") { | 
					
						
							| 
									
										
										
										
											2020-07-07 04:59:44 +08:00
										 |  |  | 		group("org.neo4j.driver") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"neo4j-java-driver" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:26:06 +08:00
										 |  |  | 	library("Netty", "4.1.75.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-02-18 17:41:55 +08:00
										 |  |  | 	library("OkHttp", "4.9.3") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("com.squareup.okhttp3") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"logging-interceptor", | 
					
						
							|  |  |  | 				"mockwebserver", | 
					
						
							|  |  |  | 				"okcurl", | 
					
						
							|  |  |  | 				"okhttp", | 
					
						
							| 
									
										
										
										
											2022-02-18 17:41:55 +08:00
										 |  |  | 				"okhttp-brotli", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"okhttp-dnsoverhttps", | 
					
						
							|  |  |  | 				"okhttp-sse", | 
					
						
							|  |  |  | 				"okhttp-tls", | 
					
						
							|  |  |  | 				"okhttp-urlconnection" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 17:17:37 +08:00
										 |  |  | 	library("Oracle Database", "21.5.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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-19 15:37:17 +08:00
										 |  |  | 	library("Pooled JMS", "1.2.3") { | 
					
						
							| 
									
										
										
										
											2021-07-12 20:29:25 +08:00
										 |  |  | 		prohibit("[2.0.0,)") { | 
					
						
							|  |  |  | 			because "it requires Java 11" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.messaginghub") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"pooled-jms" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 17:17:39 +08:00
										 |  |  | 	library("Postgresql", "42.3.3") { | 
					
						
							| 
									
										
										
										
											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-02-16 17:17:40 +08:00
										 |  |  | 	library("Prometheus Client", "0.15.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-03-18 16:26:08 +08:00
										 |  |  | 	library("R2DBC Bom", "Borca-SR1") { | 
					
						
							| 
									
										
										
										
											2020-02-19 21:41:06 +08:00
										 |  |  | 		group("io.r2dbc") { | 
					
						
							|  |  |  | 			imports = [ | 
					
						
							|  |  |  | 					"r2dbc-bom" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 17:17:41 +08:00
										 |  |  | 	library("Rabbit AMQP Client", "5.14.2") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:26:11 +08:00
										 |  |  | 	library("Rabbit Stream Client", "0.5.0") { | 
					
						
							| 
									
										
										
										
											2021-07-21 02:19:09 +08:00
										 |  |  | 		group("com.rabbitmq") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 					"stream-client" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Reactive Streams", "1.0.3") { | 
					
						
							|  |  |  | 		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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-15 23:09:23 +08:00
										 |  |  | 	library("Reactor Bom", "2020.0.17") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 17:17:42 +08:00
										 |  |  | 	library("REST Assured", "4.5.1") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("io.rest-assured") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"json-path", | 
					
						
							|  |  |  | 				"json-schema-validator", | 
					
						
							|  |  |  | 				"rest-assured", | 
					
						
							|  |  |  | 				"scala-support", | 
					
						
							|  |  |  | 				"spring-mock-mvc", | 
					
						
							|  |  |  | 				"spring-web-test-client", | 
					
						
							|  |  |  | 				"xml-path" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-06-09 22:08:19 +08:00
										 |  |  | 	library("RSocket", "1.1.1") { | 
					
						
							| 
									
										
										
										
											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" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	library("RxJava", "1.3.8") { | 
					
						
							|  |  |  | 		group("io.reactivex") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"rxjava" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	library("RxJava Adapter", "1.2.1") { | 
					
						
							|  |  |  | 		group("io.reactivex") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"rxjava-reactive-streams" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-02-17 20:51:51 +08:00
										 |  |  | 	library("RxJava2", "2.2.21") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("io.reactivex.rxjava2") { | 
					
						
							|  |  |  | 			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-activemq", | 
					
						
							|  |  |  | 				"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", | 
					
						
							|  |  |  | 				"spring-boot-starter-data-couchbase", | 
					
						
							|  |  |  | 				"spring-boot-starter-data-couchbase-reactive", | 
					
						
							|  |  |  | 				"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", | 
					
						
							| 
									
										
										
										
											2021-12-21 15:34:40 +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", | 
					
						
							|  |  |  | 				"spring-boot-starter-jersey", | 
					
						
							|  |  |  | 				"spring-boot-starter-jetty", | 
					
						
							|  |  |  | 				"spring-boot-starter-jooq", | 
					
						
							|  |  |  | 				"spring-boot-starter-json", | 
					
						
							|  |  |  | 				"spring-boot-starter-jta-atomikos", | 
					
						
							|  |  |  | 				"spring-boot-starter-log4j2", | 
					
						
							|  |  |  | 				"spring-boot-starter-logging", | 
					
						
							|  |  |  | 				"spring-boot-starter-mail", | 
					
						
							|  |  |  | 				"spring-boot-starter-mustache", | 
					
						
							|  |  |  | 				"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", | 
					
						
							|  |  |  | 				"spring-boot-starter-thymeleaf", | 
					
						
							|  |  |  | 				"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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-05-17 19:05:47 +08:00
										 |  |  | 	library("SAAJ Impl", "1.5.3") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[2.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 17:17:44 +08:00
										 |  |  | 	library("Selenium", "4.1.2") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 				"selenium-api", | 
					
						
							|  |  |  | 				"selenium-chrome-driver", | 
					
						
							|  |  |  | 				"selenium-edge-driver", | 
					
						
							|  |  |  | 				"selenium-firefox-driver", | 
					
						
							|  |  |  | 				"selenium-ie-driver", | 
					
						
							|  |  |  | 				"selenium-java", | 
					
						
							|  |  |  | 				"selenium-opera-driver", | 
					
						
							| 
									
										
										
										
											2020-03-10 23:06:48 +08:00
										 |  |  | 				"selenium-remote-driver", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"selenium-safari-driver", | 
					
						
							| 
									
										
										
										
											2020-03-10 23:06:48 +08:00
										 |  |  | 				"selenium-support" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-23 22:32:00 +08:00
										 |  |  | 	library("Selenium HtmlUnit", "3.60.0") { | 
					
						
							| 
									
										
										
										
											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-03-25 01:54:23 +08:00
										 |  |  | 	library("SendGrid", "4.9.1") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Servlet API", "4.0.1") { | 
					
						
							|  |  |  | 		group("javax.servlet") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"javax.servlet-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 17:17:47 +08:00
										 |  |  | 	library("SLF4J", "1.7.36") { | 
					
						
							| 
									
										
										
										
											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", | 
					
						
							|  |  |  | 				"slf4j-jcl", | 
					
						
							|  |  |  | 				"slf4j-jdk14", | 
					
						
							|  |  |  | 				"slf4j-log4j12", | 
					
						
							|  |  |  | 				"slf4j-nop", | 
					
						
							|  |  |  | 				"slf4j-simple" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-03 16:42:44 +08:00
										 |  |  | 	library("SnakeYAML", "1.30") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-21 21:53:09 +08:00
										 |  |  | 	library("Solr", "8.11.1") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.apache.solr") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"solr-analysis-extras", | 
					
						
							|  |  |  | 				"solr-analytics", | 
					
						
							|  |  |  | 				"solr-cell", | 
					
						
							|  |  |  | 				"solr-core", | 
					
						
							|  |  |  | 				"solr-dataimporthandler", | 
					
						
							|  |  |  | 				"solr-dataimporthandler-extras", | 
					
						
							| 
									
										
										
										
											2022-01-21 21:53:09 +08:00
										 |  |  | 				"solr-gcs-repository", | 
					
						
							|  |  |  | 				"solr-jaegertracer-configurator", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"solr-langid", | 
					
						
							|  |  |  | 				"solr-ltr", | 
					
						
							| 
									
										
										
										
											2022-01-21 21:53:09 +08:00
										 |  |  | 				"solr-prometheus-exporter", | 
					
						
							|  |  |  | 				"solr-s3-repository", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"solr-solrj" { | 
					
						
							|  |  |  | 					exclude group: "org.slf4j", module: "jcl-over-slf4j" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 				}, | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"solr-test-framework", | 
					
						
							|  |  |  | 				"solr-velocity" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-22 04:21:42 +08:00
										 |  |  | 	library("Spring AMQP", "2.4.3") { | 
					
						
							| 
									
										
										
										
											2022-03-24 22:18:19 +08:00
										 |  |  | 		prohibit("[3.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses Spring Framework 6" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-24 00:10:35 +08:00
										 |  |  | 	library("Spring Batch", "4.3.5") { | 
					
						
							| 
									
										
										
										
											2022-03-24 22:18:19 +08:00
										 |  |  | 		prohibit("[5.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses Spring Framework 6" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.springframework.batch") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"spring-batch-core", | 
					
						
							|  |  |  | 				"spring-batch-infrastructure", | 
					
						
							|  |  |  | 				"spring-batch-integration", | 
					
						
							|  |  |  | 				"spring-batch-test" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-22 02:19:12 +08:00
										 |  |  | 	library("Spring Data Bom", "2021.2.0-M4") { | 
					
						
							| 
									
										
										
										
											2022-03-24 22:18:19 +08:00
										 |  |  | 		prohibit("[2022.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses Spring Framework 6" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-17 21:33:26 +08:00
										 |  |  | 	library("Spring Framework", "5.3.17") { | 
					
						
							| 
									
										
										
										
											2022-03-24 22:18:19 +08:00
										 |  |  | 		prohibit("[6.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "we upgrade in Spring Boot 3.x" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-29 21:04:28 +08:00
										 |  |  | 	library("Spring GraphQL", "1.0.0-SNAPSHOT") { | 
					
						
							| 
									
										
										
										
											2021-12-21 15:32:09 +08:00
										 |  |  | 		group("org.springframework.graphql") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 					"spring-graphql", | 
					
						
							|  |  |  | 					"spring-graphql-test" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-18 02:55:15 +08:00
										 |  |  | 	library("Spring HATEOAS", "1.5.0-M2") { | 
					
						
							| 
									
										
										
										
											2022-03-24 22:18:19 +08:00
										 |  |  | 		prohibit("[2.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses Spring Framework 6" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-23 15:07:11 +08:00
										 |  |  | 	library("Spring Integration", "5.5.10") { | 
					
						
							| 
									
										
										
										
											2022-03-24 22:18:19 +08:00
										 |  |  | 		prohibit("[6.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses Spring Framework 6" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-22 04:44:19 +08:00
										 |  |  | 	library("Spring Kafka", "2.8.4") { | 
					
						
							| 
									
										
										
										
											2022-03-24 22:18:19 +08:00
										 |  |  | 		prohibit("[3.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses Spring Framework 6" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-19 00:29:32 +08:00
										 |  |  | 	library("Spring LDAP", "2.4.0-M2") { | 
					
						
							| 
									
										
										
										
											2022-03-24 22:18:19 +08:00
										 |  |  | 		prohibit("[3.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses Spring Framework 6" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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-core-tiger", | 
					
						
							|  |  |  | 				"spring-ldap-ldif-batch", | 
					
						
							|  |  |  | 				"spring-ldap-ldif-core", | 
					
						
							|  |  |  | 				"spring-ldap-odm", | 
					
						
							|  |  |  | 				"spring-ldap-test" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-17 21:05:15 +08:00
										 |  |  | 	library("Spring RESTDocs", "2.0.6.RELEASE") { | 
					
						
							| 
									
										
										
										
											2022-03-24 22:18:19 +08:00
										 |  |  | 		prohibit("[3.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses Spring Framework 6" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.springframework.restdocs") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"spring-restdocs-asciidoctor", | 
					
						
							|  |  |  | 				"spring-restdocs-core", | 
					
						
							|  |  |  | 				"spring-restdocs-mockmvc", | 
					
						
							|  |  |  | 				"spring-restdocs-restassured", | 
					
						
							|  |  |  | 				"spring-restdocs-webtestclient" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:26:17 +08:00
										 |  |  | 	library("Spring Retry", "1.3.2") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-22 04:13:09 +08:00
										 |  |  | 	library("Spring Security", "5.7.0-M3") { | 
					
						
							| 
									
										
										
										
											2022-03-24 22:18:19 +08:00
										 |  |  | 		prohibit("[6.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses Spring Framework 6" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-20 00:40:22 +08:00
										 |  |  | 	library("Spring Session Bom", "2021.2.0-M1") { | 
					
						
							| 
									
										
										
										
											2022-03-24 22:18:19 +08:00
										 |  |  | 		prohibit("[2022.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses Spring Framework 6" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.springframework.session") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			imports = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"spring-session-bom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-22 04:18:05 +08:00
										 |  |  | 	library("Spring WS", "3.1.3") { | 
					
						
							| 
									
										
										
										
											2022-03-24 22:18:19 +08:00
										 |  |  | 		prohibit("[4.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses Spring Framework 6" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.springframework.ws") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-03-10 23:06:48 +08:00
										 |  |  | 				"spring-ws-core", | 
					
						
							|  |  |  | 				"spring-ws-security", | 
					
						
							|  |  |  | 				"spring-ws-support", | 
					
						
							|  |  |  | 				"spring-ws-test", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"spring-xml" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-09-22 14:48:24 +08:00
										 |  |  | 	library("SQLite JDBC", "3.36.0.3") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-04-13 20:52:35 +08:00
										 |  |  | 	library("Sun Mail", "1.6.7") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[2.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("com.sun.mail") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jakarta.mail" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 17:17:49 +08:00
										 |  |  | 	library("Thymeleaf", "3.0.15.RELEASE") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.thymeleaf") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"thymeleaf", | 
					
						
							|  |  |  | 				"thymeleaf-spring5" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Thymeleaf Extras Data Attribute", "2.0.1") { | 
					
						
							|  |  |  | 		group("com.github.mxab.thymeleaf.extras") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"thymeleaf-extras-data-attribute" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Thymeleaf Extras Java8Time", "3.0.4.RELEASE") { | 
					
						
							|  |  |  | 		group("org.thymeleaf.extras") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"thymeleaf-extras-java8time" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Thymeleaf Extras SpringSecurity", "3.0.4.RELEASE") { | 
					
						
							|  |  |  | 		group("org.thymeleaf.extras") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"thymeleaf-extras-springsecurity5" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-09-17 20:31:21 +08:00
										 |  |  | 	library("Thymeleaf Layout Dialect", "3.0.0") { | 
					
						
							| 
									
										
										
										
											2022-03-19 01:28:01 +08:00
										 |  |  | 		prohibit("[3.1.0,)") { | 
					
						
							|  |  |  | 			because "it requires Groovy 4" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("nz.net.ultraq.thymeleaf") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"thymeleaf-layout-dialect" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-03-24 03:17:38 +08:00
										 |  |  | 	library("Tomcat", "${tomcatVersion}") { | 
					
						
							| 
									
										
										
										
											2021-01-21 23:11:29 +08:00
										 |  |  | 		prohibit("[10.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it uses the jakarta.* namespace" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:26:25 +08:00
										 |  |  | 	library("UnboundID LDAPSDK", "6.0.4") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 17:17:50 +08:00
										 |  |  | 	library("Undertow", "2.2.16.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", | 
					
						
							|  |  |  | 				"undertow-servlet", | 
					
						
							|  |  |  | 				"undertow-websockets-jsr" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 16:26:27 +08:00
										 |  |  | 	library("Versions Maven Plugin", "2.10.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-02-22 21:23:52 +08:00
										 |  |  | 	library("WebJars Locator Core", "0.50") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 17:55:48 +08:00
										 |  |  | 	library("XmlUnit2", "2.9.0") { | 
					
						
							| 
									
										
										
										
											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", | 
					
						
							|  |  |  | 				"xmlunit-core", | 
					
						
							|  |  |  | 				"xmlunit-legacy", | 
					
						
							|  |  |  | 				"xmlunit-matchers", | 
					
						
							|  |  |  | 				"xmlunit-placeholders" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-05-13 23:36:59 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | generateMetadataFileForMavenPublication { | 
					
						
							|  |  |  | 	enabled = false | 
					
						
							|  |  |  | } |