| 
									
										
										
										
											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-19 15:30:58 +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-07-07 17:09:21 +08:00
										 |  |  | 	library("Artemis", "2.23.1") { | 
					
						
							| 
									
										
										
										
											2022-01-07 20:35:46 +08:00
										 |  |  | 		group("org.apache.activemq") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"artemis-amqp-protocol", | 
					
						
							| 
									
										
										
										
											2022-01-07 22:03:21 +08:00
										 |  |  | 				"artemis-commons", | 
					
						
							|  |  |  | 				"artemis-core-client", | 
					
						
							|  |  |  | 				"artemis-jakarta-client", | 
					
						
							|  |  |  | 				"artemis-jakarta-server", | 
					
						
							| 
									
										
										
										
											2022-05-17 22:19:59 +08:00
										 |  |  | 				"artemis-jakarta-service-extensions", | 
					
						
							| 
									
										
										
										
											2022-05-17 22:01:23 +08:00
										 |  |  | 				"artemis-jdbc-store", | 
					
						
							| 
									
										
										
										
											2022-01-07 20:35:46 +08:00
										 |  |  | 				"artemis-journal", | 
					
						
							| 
									
										
										
										
											2022-05-17 22:03:57 +08:00
										 |  |  | 				"artemis-quorum-api", | 
					
						
							| 
									
										
										
										
											2022-01-07 20:35:46 +08:00
										 |  |  | 				"artemis-selector", | 
					
						
							| 
									
										
										
										
											2022-01-07 22:03:21 +08:00
										 |  |  | 				"artemis-server", | 
					
						
							| 
									
										
										
										
											2022-01-07 20:35:46 +08:00
										 |  |  | 				"artemis-service-extensions" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-05-11 01:20:55 +08:00
										 |  |  | 	library("AspectJ", "1.9.9.1") { | 
					
						
							| 
									
										
										
										
											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-06-10 19:58:00 +08:00
										 |  |  | 	library("AssertJ", "3.23.1") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											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-19 17:09:31 +08:00
										 |  |  | 	library("Build Helper Maven Plugin", "3.3.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.codehaus.mojo") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			plugins = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"build-helper-maven-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-08 00:36:34 +08:00
										 |  |  | 	library("Byte Buddy", "1.12.12") { | 
					
						
							| 
									
										
										
										
											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-07-08 00:36:36 +08:00
										 |  |  | 	library("Caffeine", "3.1.1") { | 
					
						
							| 
									
										
										
										
											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-05-11 01:21:04 +08:00
										 |  |  | 	library("Cassandra Driver", "4.14.1") { | 
					
						
							| 
									
										
										
										
											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-07-08 00:36:39 +08:00
										 |  |  | 	library("Couchbase Client", "3.3.2") { | 
					
						
							| 
									
										
										
										
											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-19 17:09:31 +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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-08-10 19:17:58 +08:00
										 |  |  | 	library("Dependency Management Plugin", "1.0.13.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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-07 17:09:23 +08:00
										 |  |  | 	library("Derby", "10.16.1.1") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.apache.derby") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"derby", | 
					
						
							| 
									
										
										
										
											2022-01-21 00:09:56 +08:00
										 |  |  | 				"derbyclient", | 
					
						
							| 
									
										
										
										
											2022-07-21 02:23:50 +08:00
										 |  |  | 				"derbynet", | 
					
						
							|  |  |  | 				"derbyoptionaltools", | 
					
						
							| 
									
										
										
										
											2022-01-21 00:09:56 +08:00
										 |  |  | 				"derbyshared", | 
					
						
							|  |  |  | 				"derbytools" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-08 00:36:41 +08:00
										 |  |  | 	library("Dropwizard Metrics", "4.2.10") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("io.dropwizard.metrics") { | 
					
						
							| 
									
										
										
										
											2020-02-04 18:25:59 +08:00
										 |  |  | 			imports = [ | 
					
						
							|  |  |  | 				"metrics-bom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-27 04:43:05 +08:00
										 |  |  | 	library("Ehcache3", "3.10.0") { | 
					
						
							|  |  |  | 		group("org.ehcache") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 					"ehcache" { | 
					
						
							|  |  |  | 						classifier = 'jakarta' | 
					
						
							|  |  |  | 					}, | 
					
						
							|  |  |  | 					"ehcache-clustered", | 
					
						
							|  |  |  | 					"ehcache-transactions" { | 
					
						
							|  |  |  | 						classifier = 'jakarta' | 
					
						
							|  |  |  | 					} | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-12 21:30:49 +08:00
										 |  |  | 	library("Elasticsearch Client", "8.3.2") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.elasticsearch.client") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"elasticsearch-rest-client" { | 
					
						
							|  |  |  | 					exclude group: "commons-logging", module: "commons-logging" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 				}, | 
					
						
							| 
									
										
										
										
											2020-11-18 04:36:34 +08:00
										 |  |  | 				"elasticsearch-rest-client-sniffer" { | 
					
						
							|  |  |  | 					exclude group: "commons-logging", module: "commons-logging" | 
					
						
							|  |  |  | 				}, | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2022-07-12 21:30:49 +08:00
										 |  |  | 		group("co.elastic.clients") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2022-07-12 21:30:49 +08:00
										 |  |  | 				"elasticsearch-java" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-14 21:15:12 +08:00
										 |  |  | 	library("Flyway", "9.0.1") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.flywaydb") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2022-01-03 19:47:25 +08:00
										 |  |  | 				"flyway-core", | 
					
						
							| 
									
										
										
										
											2022-01-19 16:03:32 +08:00
										 |  |  | 				"flyway-firebird", | 
					
						
							|  |  |  | 				"flyway-mysql", | 
					
						
							| 
									
										
										
										
											2022-07-12 22:47:54 +08:00
										 |  |  | 				"flyway-sqlserver" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 			plugins = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"flyway-maven-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-21 00:19:05 +08:00
										 |  |  | 	library("Git Commit ID Plugin", "5.0.0") { | 
					
						
							|  |  |  | 		group("io.github.git-commit-id") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			plugins = [ | 
					
						
							| 
									
										
										
										
											2022-01-21 00:19:05 +08:00
										 |  |  | 				"git-commit-id-maven-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-12-01 04:32:16 +08:00
										 |  |  | 	library("Glassfish EL", "4.0.2") { | 
					
						
							| 
									
										
										
										
											2022-05-16 19:32:54 +08:00
										 |  |  | 		prohibit("[5.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-12-01 04:32:16 +08:00
										 |  |  | 	library("Glassfish JAXB", "3.0.2") { | 
					
						
							| 
									
										
										
										
											2022-05-16 19:32:54 +08:00
										 |  |  | 		prohibit("[3.1.0-M1,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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-12-01 04:32:16 +08:00
										 |  |  | 	library("Glassfish JSTL", "2.0.0") { | 
					
						
							| 
									
										
										
										
											2022-07-08 16:52:47 +08:00
										 |  |  | 		prohibit("[3.0.0,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2021-11-13 04:00:14 +08:00
										 |  |  | 		group("org.glassfish.web") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"jakarta.servlet.jsp.jstl" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-20 19:57:17 +08:00
										 |  |  | 	library("GraphQL Java", "19.0") { | 
					
						
							|  |  |  | 		group("com.graphql-java") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 					"graphql-java" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-08 00:36:49 +08:00
										 |  |  | 	library("Groovy", "4.0.3") { | 
					
						
							| 
									
										
										
										
											2022-03-18 20:34:13 +08:00
										 |  |  | 		group("org.apache.groovy") { | 
					
						
							| 
									
										
										
										
											2020-06-24 17:52:55 +08:00
										 |  |  | 			imports = [ | 
					
						
							|  |  |  | 				"groovy-bom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											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-07-08 00:36:52 +08:00
										 |  |  | 	library("H2", "2.1.214") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("com.h2database") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"h2" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Hamcrest", "2.2") { | 
					
						
							|  |  |  | 		group("org.hamcrest") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"hamcrest", | 
					
						
							|  |  |  | 				"hamcrest-core", | 
					
						
							|  |  |  | 				"hamcrest-library" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-08 00:36:55 +08:00
										 |  |  | 	library("Hazelcast", "5.1.2") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("com.hazelcast") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"hazelcast", | 
					
						
							|  |  |  | 				"hazelcast-spring" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											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-07-09 20:43:25 +08:00
										 |  |  | 	library("Hibernate", "6.1.1.Final") { | 
					
						
							|  |  |  | 		group("org.hibernate.orm") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2022-07-09 20:43:25 +08:00
										 |  |  | 				"hibernate-agroal", | 
					
						
							|  |  |  | 				"hibernate-ant", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"hibernate-c3p0", | 
					
						
							| 
									
										
										
										
											2022-07-09 20:43:25 +08:00
										 |  |  | 				"hibernate-community-dialects", | 
					
						
							|  |  |  | 				"hibernate-core", | 
					
						
							|  |  |  | 				"hibernate-envers", | 
					
						
							|  |  |  | 				"hibernate-graalvm", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"hibernate-hikaricp", | 
					
						
							|  |  |  | 				"hibernate-jcache", | 
					
						
							| 
									
										
										
										
											2022-07-09 20:43:25 +08:00
										 |  |  | 				"hibernate-jpamodelgen", | 
					
						
							| 
									
										
										
										
											2021-02-16 18:36:30 +08:00
										 |  |  | 				"hibernate-micrometer", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"hibernate-proxool", | 
					
						
							|  |  |  | 				"hibernate-spatial", | 
					
						
							| 
									
										
										
										
											2022-07-09 20:43:25 +08:00
										 |  |  | 				"hibernate-testing", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"hibernate-vibur" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-22 23:37:49 +08:00
										 |  |  | 	library("Hibernate Validator", "7.0.4.Final") { | 
					
						
							| 
									
										
										
										
											2022-05-16 19:32:54 +08:00
										 |  |  | 		prohibit("[8.0.0.Alpha1,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.hibernate.validator") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"hibernate-validator", | 
					
						
							|  |  |  | 				"hibernate-validator-annotation-processor" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-21 00:09:57 +08:00
										 |  |  | 	library("HikariCP", "5.0.1") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("com.zaxxer") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"HikariCP" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-21 00:09:58 +08:00
										 |  |  | 	library("HSQLDB", "2.6.1") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.hsqldb") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"hsqldb" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-15 17:39:35 +08:00
										 |  |  | 	library("HtmlUnit", "2.63.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("net.sourceforge.htmlunit") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"htmlunit" { | 
					
						
							|  |  |  | 					exclude group: "commons-logging", module: "commons-logging" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 				} | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-19 17:09:31 +08:00
										 |  |  | 	library("HttpAsyncClient", "4.1.5") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.apache.httpcomponents") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"httpasyncclient" { | 
					
						
							|  |  |  | 					exclude group: "commons-logging", module: "commons-logging" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 				} | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											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-19 17:09:31 +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-07-15 17:39:38 +08:00
										 |  |  | 	library("HttpCore5", "5.1.4") { | 
					
						
							| 
									
										
										
										
											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-07-08 00:37:00 +08:00
										 |  |  | 	library("InfluxDB Java", "2.23") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.influxdb") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"influxdb-java" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-05-16 19:03:14 +08:00
										 |  |  | 	library("Jackson Bom", "2.13.3") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-12-01 04:32:16 +08:00
										 |  |  | 	library("Jakarta Activation", "2.0.1") { | 
					
						
							| 
									
										
										
										
											2022-05-16 19:32:54 +08:00
										 |  |  | 		prohibit("[2.1.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-12-01 04:32:16 +08:00
										 |  |  | 	library("Jakarta Annotation", "2.0.0") { | 
					
						
							| 
									
										
										
										
											2022-05-16 19:32:54 +08:00
										 |  |  | 		prohibit("[2.1.0-B1,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-12-01 04:32:16 +08:00
										 |  |  | 	library("Jakarta JMS", "3.0.0") { | 
					
						
							| 
									
										
										
										
											2022-05-19 04:09:27 +08:00
										 |  |  | 		prohibit("[3.1.0,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("jakarta.jms") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jakarta.jms-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-08 00:37:02 +08:00
										 |  |  | 	library("Jakarta Json", "2.0.2") { | 
					
						
							| 
									
										
										
										
											2022-05-16 19:32:54 +08:00
										 |  |  | 		prohibit("[2.1.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-12-01 04:32:16 +08:00
										 |  |  | 	library("Jakarta Json Bind", "2.0.0") { | 
					
						
							| 
									
										
										
										
											2022-05-16 19:32:54 +08:00
										 |  |  | 		prohibit("[3.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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-12-01 04:32:16 +08:00
										 |  |  | 	library("Jakarta Mail", "2.0.1") { | 
					
						
							| 
									
										
										
										
											2022-05-16 19:32:54 +08:00
										 |  |  | 		prohibit("[2.1.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-12-01 04:32:16 +08:00
										 |  |  | 	library("Jakarta Persistence", "3.0.0") { | 
					
						
							| 
									
										
										
										
											2022-05-16 19:32:54 +08:00
										 |  |  | 		prohibit("[3.1.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-12-01 04:32:16 +08:00
										 |  |  | 	library("Jakarta Servlet", "5.0.0") { | 
					
						
							| 
									
										
										
										
											2022-07-08 16:52:47 +08:00
										 |  |  | 		prohibit("[6.0.0,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-12-01 04:32:16 +08:00
										 |  |  | 	library("Jakarta Servlet JSP JSTL", "2.0.0") { | 
					
						
							| 
									
										
										
										
											2022-07-08 16:52:47 +08:00
										 |  |  | 		prohibit("[3.0.0,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("jakarta.servlet.jsp.jstl") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jakarta.servlet.jsp.jstl-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-05-11 01:21:19 +08:00
										 |  |  | 	library("Jakarta Transaction", "2.0.1") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("jakarta.transaction") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jakarta.transaction-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-08 00:37:05 +08:00
										 |  |  | 	library("Jakarta Validation", "3.0.2") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("jakarta.validation") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jakarta.validation-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-12-01 04:32:16 +08:00
										 |  |  | 	library("Jakarta WebSocket", "2.0.0") { | 
					
						
							| 
									
										
										
										
											2022-05-16 19:32:54 +08:00
										 |  |  | 		prohibit("[2.1.0,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-12-01 04:32:16 +08:00
										 |  |  | 	library("Jakarta WS RS", "3.0.0") { | 
					
						
							| 
									
										
										
										
											2022-05-16 19:32:54 +08:00
										 |  |  | 		prohibit("[3.1.0,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-12-01 04:32:16 +08:00
										 |  |  | 	library("Jakarta XML Bind", "3.0.1") { | 
					
						
							| 
									
										
										
										
											2022-05-16 19:32:54 +08:00
										 |  |  | 		prohibit("[4.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-12-01 04:32:16 +08:00
										 |  |  | 	library("Jakarta XML SOAP", "2.0.1") { | 
					
						
							| 
									
										
										
										
											2022-05-16 19:32:54 +08:00
										 |  |  | 		prohibit("[3.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-03-24 20:07:08 +08:00
										 |  |  | 		group("jakarta.xml.soap") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 					"jakarta.xml.soap-api" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-12-01 04:32:16 +08:00
										 |  |  | 	library("Jakarta XML WS", "3.0.1") { | 
					
						
							| 
									
										
										
										
											2022-05-16 19:32:54 +08:00
										 |  |  | 		prohibit("[4.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("jakarta.xml.ws") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jakarta.xml.ws-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-04-21 19:15:14 +08:00
										 |  |  | 	library("Janino", "3.1.7") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.codehaus.janino") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"commons-compiler", | 
					
						
							|  |  |  | 				"commons-compiler-jdk", | 
					
						
							|  |  |  | 				"janino" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Javax Cache", "1.1.1") { | 
					
						
							|  |  |  | 		group("javax.cache") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"cache-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-06-16 17:33:10 +08:00
										 |  |  | 	library("Javax Money", "1.1") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("javax.money") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"money-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Jaxen", "1.2.0") { | 
					
						
							|  |  |  | 		group("jaxen") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jaxen" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-05-11 01:21:22 +08:00
										 |  |  | 	library("Jaybird", "4.0.6.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-05-11 01:21:24 +08:00
										 |  |  | 	library("JBoss Logging", "3.5.0.Final") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.jboss.logging") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jboss-logging" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-19 17:09:31 +08:00
										 |  |  | 	library("JDOM2", "2.0.6.1") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.jdom") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jdom2" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-07 17:09:28 +08:00
										 |  |  | 	library("Jedis", "4.2.3") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-08-08 22:45:20 +08:00
										 |  |  | 	library("Jersey", "3.0.6") { | 
					
						
							|  |  |  | 		group("org.glassfish.jersey") { | 
					
						
							|  |  |  | 			imports = [ | 
					
						
							|  |  |  | 				"jersey-bom" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-22 23:37:52 +08:00
										 |  |  | 	library("Jetty EL", "10.0.14") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-08 00:37:07 +08:00
										 |  |  | 	library("Jetty Reactive HTTPClient", "3.0.6") { | 
					
						
							| 
									
										
										
										
											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-07-08 00:37:10 +08:00
										 |  |  | 	library("Jetty", "11.0.11") { | 
					
						
							| 
									
										
										
										
											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-07-08 00:37:13 +08:00
										 |  |  | 	library("jOOQ", "3.17.2") { | 
					
						
							| 
									
										
										
										
											2022-01-05 23:46:54 +08:00
										 |  |  | 		group("org.jooq") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"jooq", | 
					
						
							|  |  |  | 				"jooq-codegen", | 
					
						
							|  |  |  | 				"jooq-kotlin", | 
					
						
							|  |  |  | 				"jooq-meta" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 			plugins = [ | 
					
						
							|  |  |  | 				"jooq-codegen-maven" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-02-16 16:41:19 +08:00
										 |  |  | 	library("Json Path", "2.7.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("com.jayway.jsonpath") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"json-path", | 
					
						
							|  |  |  | 				"json-path-assert" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											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" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-08 00:37:15 +08:00
										 |  |  | 	library("JsonAssert", "1.5.1") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.skyscreamer") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"jsonassert" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("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-19 17:09:31 +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-05-18 00:43:33 +08:00
										 |  |  | 	library("Kafka", "3.2.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.apache.kafka") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2022-03-02 19:06:25 +08:00
										 |  |  | 				"connect", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"connect-api", | 
					
						
							|  |  |  | 				"connect-basic-auth-extension", | 
					
						
							|  |  |  | 				"connect-file", | 
					
						
							|  |  |  | 				"connect-json", | 
					
						
							| 
									
										
										
										
											2022-03-02 19:06:25 +08:00
										 |  |  | 				"connect-mirror", | 
					
						
							|  |  |  | 				"connect-mirror-client", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"connect-runtime", | 
					
						
							|  |  |  | 				"connect-transforms", | 
					
						
							| 
									
										
										
										
											2022-03-02 19:06:25 +08:00
										 |  |  | 				"generator", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"kafka-clients", | 
					
						
							| 
									
										
										
										
											2022-03-02 19:06:25 +08:00
										 |  |  | 				"kafka-clients" { | 
					
						
							|  |  |  | 					classifier = "test" | 
					
						
							|  |  |  | 				}, | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"kafka-log4j-appender", | 
					
						
							| 
									
										
										
										
											2022-03-02 19:21:56 +08:00
										 |  |  | 				"kafka-metadata", | 
					
						
							| 
									
										
										
										
											2022-03-02 19:06:25 +08:00
										 |  |  | 				"kafka-raft", | 
					
						
							| 
									
										
										
										
											2022-03-02 19:21:56 +08:00
										 |  |  | 				"kafka-server-common", | 
					
						
							|  |  |  | 				"kafka-shell", | 
					
						
							|  |  |  | 				"kafka-storage", | 
					
						
							|  |  |  | 				"kafka-storage-api", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"kafka-streams", | 
					
						
							|  |  |  | 				"kafka-streams-scala_2.12", | 
					
						
							| 
									
										
										
										
											2020-01-16 07:15:42 +08:00
										 |  |  | 				"kafka-streams-scala_2.13", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"kafka-streams-test-utils", | 
					
						
							|  |  |  | 				"kafka-tools", | 
					
						
							| 
									
										
										
										
											2020-01-16 07:15:42 +08:00
										 |  |  | 				"kafka_2.12", | 
					
						
							| 
									
										
										
										
											2022-03-02 19:06:25 +08:00
										 |  |  | 				"kafka_2.12" { | 
					
						
							|  |  |  | 					classifier = "test" | 
					
						
							|  |  |  | 				}, | 
					
						
							|  |  |  | 				"kafka_2.13", | 
					
						
							|  |  |  | 				"kafka_2.13" { | 
					
						
							|  |  |  | 					classifier = "test" | 
					
						
							| 
									
										
										
										
											2022-03-02 19:21:56 +08:00
										 |  |  | 				}, | 
					
						
							|  |  |  | 				"trogdor" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Kotlin", "${kotlinVersion}") { | 
					
						
							|  |  |  | 		group("org.jetbrains.kotlin") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			imports = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"kotlin-bom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 			plugins = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"kotlin-maven-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-15 17:39:41 +08:00
										 |  |  | 	library("Kotlin Coroutines", "1.6.4") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.jetbrains.kotlinx") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			imports = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"kotlinx-coroutines-bom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-15 17:39:43 +08:00
										 |  |  | 	library("Lettuce", "6.2.0.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-07-15 17:39:47 +08:00
										 |  |  | 	library("Liquibase", "4.13.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-07-07 17:09:35 +08:00
										 |  |  | 	library("Log4j2", "2.18.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.apache.logging.log4j") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			imports = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"log4j-bom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-05-13 23:23:48 +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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-04-18 16:49:35 +08:00
										 |  |  | 	library("Lombok", "1.18.24") { | 
					
						
							| 
									
										
										
										
											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-07-08 00:37:24 +08:00
										 |  |  | 	library("MariaDB", "3.0.6") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.mariadb.jdbc") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"mariadb-java-client" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-05-11 01:21:34 +08:00
										 |  |  | 	library("Maven AntRun Plugin", "3.1.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.apache.maven.plugins") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			plugins = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"maven-antrun-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-08 00:47:18 +08:00
										 |  |  | 	library("Maven Assembly Plugin", "3.4.1") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.apache.maven.plugins") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			plugins = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"maven-assembly-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-04-18 16:49:39 +08:00
										 |  |  | 	library("Maven Clean Plugin", "3.2.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.apache.maven.plugins") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			plugins = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"maven-clean-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-21 14:04:27 +08:00
										 |  |  | 	library("Maven Deploy 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-deploy-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-07 17:09:40 +08:00
										 |  |  | 	library("Maven Enforcer Plugin", "3.1.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.apache.maven.plugins") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			plugins = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"maven-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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-21 14:04:30 +08:00
										 |  |  | 	library("Maven Install 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-install-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-07 17:09:43 +08:00
										 |  |  | 	library("Maven Invoker 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-invoker-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-19 17:09:31 +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-04-21 19:15:20 +08:00
										 |  |  | 	library("Maven Javadoc Plugin", "3.4.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.apache.maven.plugins") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			plugins = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"maven-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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-04-18 16:49:41 +08:00
										 |  |  | 	library("Maven Shade 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-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-07-12 04:07:11 +08:00
										 |  |  | 	library("Micrometer", "1.10.0-M3") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-12 14:36:53 +08:00
										 |  |  | 	library("Micrometer Tracing", "1.0.0-M6") { | 
					
						
							| 
									
										
										
										
											2022-03-10 21:59:05 +08:00
										 |  |  | 		group("io.micrometer") { | 
					
						
							| 
									
										
										
										
											2022-03-16 22:59:33 +08:00
										 |  |  | 			imports = [ | 
					
						
							|  |  |  | 				"micrometer-tracing-bom" | 
					
						
							| 
									
										
										
										
											2022-03-10 21:59:05 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-06-10 19:58:02 +08:00
										 |  |  | 	library("Mockito", "4.6.1") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.mockito") { | 
					
						
							| 
									
										
										
										
											2022-04-20 16:49:06 +08:00
										 |  |  | 			imports = [ | 
					
						
							|  |  |  | 				"mockito-bom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-15 17:39:50 +08:00
										 |  |  | 	library("MongoDB", "4.7.0-beta0") { | 
					
						
							| 
									
										
										
										
											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-05-16 19:03:20 +08:00
										 |  |  | 	library("MSSQL JDBC", "10.2.1.jre17") { | 
					
						
							| 
									
										
										
										
											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-05-11 01:21:40 +08:00
										 |  |  | 	library("MySQL", "8.0.29") { | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 				} | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-12 19:05:00 +08:00
										 |  |  | 	library("Native Build Tools Plugin", "${nativeBuildToolsVersion}") { | 
					
						
							| 
									
										
										
										
											2022-04-13 16:56:21 +08:00
										 |  |  | 		group("org.graalvm.buildtools") { | 
					
						
							|  |  |  | 			plugins = [ | 
					
						
							|  |  |  | 					"native-maven-plugin" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("NekoHTML", "1.9.22") { | 
					
						
							|  |  |  | 		group("net.sourceforge.nekohtml") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"nekohtml" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-15 17:39:54 +08:00
										 |  |  | 	library("Neo4j Java Driver", "4.4.9") { | 
					
						
							| 
									
										
										
										
											2020-07-07 04:59:44 +08:00
										 |  |  | 		group("org.neo4j.driver") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"neo4j-java-driver" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-15 17:39:57 +08:00
										 |  |  | 	library("Netty", "4.1.79.Final") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("io.netty") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			imports = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"netty-bom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-07 17:09:46 +08:00
										 |  |  | 	library("OkHttp", "4.10.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("com.squareup.okhttp3") { | 
					
						
							| 
									
										
										
										
											2022-05-13 19:40:47 +08:00
										 |  |  | 			imports = [ | 
					
						
							|  |  |  | 				"okhttp-bom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-15 17:40:00 +08:00
										 |  |  | 	library("OpenTelemetry", "1.16.0") { | 
					
						
							| 
									
										
										
										
											2022-03-16 22:59:33 +08:00
										 |  |  | 		group("io.opentelemetry") { | 
					
						
							|  |  |  | 			imports = [ | 
					
						
							|  |  |  | 				"opentelemetry-bom" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-07 17:09:51 +08:00
										 |  |  | 	library("Oracle Database", "21.6.0.0.1") { | 
					
						
							| 
									
										
										
										
											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-07-13 19:09:02 +08:00
										 |  |  | 	library("Oracle R2DBC", "1.0.0") { | 
					
						
							|  |  |  | 		group("com.oracle.database.r2dbc") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"oracle-r2dbc" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-05-05 00:31:14 +08:00
										 |  |  | 	library("Pooled JMS", "3.0.0") { | 
					
						
							|  |  |  | 		group("org.messaginghub") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"pooled-jms" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-07 17:09:53 +08:00
										 |  |  | 	library("Postgresql", "42.4.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.postgresql") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"postgresql" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-07 17:09:55 +08:00
										 |  |  | 	library("Prometheus Client", "0.16.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("io.prometheus") { | 
					
						
							| 
									
										
										
										
											2021-07-16 00:43:10 +08:00
										 |  |  | 			imports = [ | 
					
						
							|  |  |  | 				"simpleclient_bom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("Quartz", "2.3.2") { | 
					
						
							|  |  |  | 		group("org.quartz-scheduler") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"quartz" { | 
					
						
							|  |  |  | 					exclude group: "com.mchange", module: "c3p0" | 
					
						
							|  |  |  | 					exclude group: "com.zaxxer", module: "*" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 				}, | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"quartz-jobs" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-08-12 20:08:25 +08:00
										 |  |  | 	library("QueryDSL", "5.0.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("com.querydsl") { | 
					
						
							| 
									
										
										
										
											2021-08-12 20:08:25 +08:00
										 |  |  | 			imports = [ | 
					
						
							|  |  |  | 				"querydsl-bom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-13 19:09:02 +08:00
										 |  |  | 	library("R2DBC H2", "1.0.0.RC1") { | 
					
						
							| 
									
										
										
										
											2020-02-19 21:41:06 +08:00
										 |  |  | 		group("io.r2dbc") { | 
					
						
							| 
									
										
										
										
											2022-07-13 19:09:02 +08:00
										 |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"r2dbc-h2" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	library("R2DBC Pool", "1.0.0.RC1") { | 
					
						
							|  |  |  | 		group("io.r2dbc") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"r2dbc-pool" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	library("R2DBC Postgresql", "1.0.0.RC1") { | 
					
						
							|  |  |  | 		group("org.postgresql") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"r2dbc-postgresql" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	library("R2DBC Proxy", "1.0.0.RELEASE") { | 
					
						
							|  |  |  | 		group("io.r2dbc") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"r2dbc-proxy" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	library("R2DBC SPI", "1.0.0.RELEASE") { | 
					
						
							|  |  |  | 		group("io.r2dbc") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"r2dbc-spi" | 
					
						
							| 
									
										
										
										
											2020-02-19 21:41:06 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-07 17:09:57 +08:00
										 |  |  | 	library("Rabbit AMQP Client", "5.15.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("com.rabbitmq") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"amqp-client" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											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" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-08 00:47:27 +08:00
										 |  |  | 	library("Reactive Streams", "1.0.4") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.reactivestreams") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"reactive-streams" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-13 18:28:46 +08:00
										 |  |  | 	library("Reactor Bom", "2022.0.0-M4") { | 
					
						
							| 
									
										
										
										
											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-06-10 19:58:05 +08:00
										 |  |  | 	library("REST Assured", "5.1.1") { | 
					
						
							| 
									
										
										
										
											2022-03-25 18:12:42 +08:00
										 |  |  | 		group("io.rest-assured") { | 
					
						
							| 
									
										
										
										
											2022-07-27 00:58:12 +08:00
										 |  |  | 			imports = [ | 
					
						
							|  |  |  | 				"rest-assured-bom" | 
					
						
							| 
									
										
										
										
											2022-03-25 18:12:42 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-04-18 16:49:52 +08:00
										 |  |  | 	library("RSocket", "1.1.2") { | 
					
						
							| 
									
										
										
										
											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" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-08 00:47:29 +08:00
										 |  |  | 	library("RxJava3", "3.1.5") { | 
					
						
							| 
									
										
										
										
											2022-02-01 18:36:58 +08:00
										 |  |  | 		group("io.reactivex.rxjava3") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"rxjava" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	library("Spring Boot", "${version}") { | 
					
						
							|  |  |  | 		group("org.springframework.boot") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"spring-boot", | 
					
						
							|  |  |  | 				"spring-boot-test", | 
					
						
							|  |  |  | 				"spring-boot-test-autoconfigure", | 
					
						
							|  |  |  | 				"spring-boot-actuator", | 
					
						
							|  |  |  | 				"spring-boot-actuator-autoconfigure", | 
					
						
							|  |  |  | 				"spring-boot-autoconfigure", | 
					
						
							|  |  |  | 				"spring-boot-autoconfigure-processor", | 
					
						
							|  |  |  | 				"spring-boot-buildpack-platform", | 
					
						
							|  |  |  | 				"spring-boot-configuration-metadata", | 
					
						
							|  |  |  | 				"spring-boot-configuration-processor", | 
					
						
							|  |  |  | 				"spring-boot-devtools", | 
					
						
							| 
									
										
										
										
											2020-01-23 12:23:04 +08:00
										 |  |  | 				"spring-boot-jarmode-layertools", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"spring-boot-loader", | 
					
						
							|  |  |  | 				"spring-boot-loader-tools", | 
					
						
							|  |  |  | 				"spring-boot-properties-migrator", | 
					
						
							|  |  |  | 				"spring-boot-starter", | 
					
						
							|  |  |  | 				"spring-boot-starter-actuator", | 
					
						
							|  |  |  | 				"spring-boot-starter-amqp", | 
					
						
							|  |  |  | 				"spring-boot-starter-aop", | 
					
						
							|  |  |  | 				"spring-boot-starter-artemis", | 
					
						
							|  |  |  | 				"spring-boot-starter-batch", | 
					
						
							|  |  |  | 				"spring-boot-starter-cache", | 
					
						
							|  |  |  | 				"spring-boot-starter-data-cassandra", | 
					
						
							|  |  |  | 				"spring-boot-starter-data-cassandra-reactive", | 
					
						
							| 
									
										
										
										
											2021-12-10 22:28:20 +08:00
										 |  |  | 				"spring-boot-starter-data-couchbase", | 
					
						
							|  |  |  | 				"spring-boot-starter-data-couchbase-reactive", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"spring-boot-starter-data-elasticsearch", | 
					
						
							|  |  |  | 				"spring-boot-starter-data-jdbc", | 
					
						
							|  |  |  | 				"spring-boot-starter-data-jpa", | 
					
						
							|  |  |  | 				"spring-boot-starter-data-ldap", | 
					
						
							|  |  |  | 				"spring-boot-starter-data-mongodb", | 
					
						
							|  |  |  | 				"spring-boot-starter-data-mongodb-reactive", | 
					
						
							| 
									
										
										
										
											2020-02-19 22:42:13 +08:00
										 |  |  | 				"spring-boot-starter-data-r2dbc", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"spring-boot-starter-data-redis", | 
					
						
							|  |  |  | 				"spring-boot-starter-data-redis-reactive", | 
					
						
							|  |  |  | 				"spring-boot-starter-data-neo4j", | 
					
						
							|  |  |  | 				"spring-boot-starter-data-rest", | 
					
						
							|  |  |  | 				"spring-boot-starter-freemarker", | 
					
						
							| 
									
										
										
										
											2022-07-20 19:57:17 +08:00
										 |  |  | 				"spring-boot-starter-graphql", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"spring-boot-starter-groovy-templates", | 
					
						
							|  |  |  | 				"spring-boot-starter-hateoas", | 
					
						
							|  |  |  | 				"spring-boot-starter-integration", | 
					
						
							|  |  |  | 				"spring-boot-starter-jdbc", | 
					
						
							| 
									
										
										
										
											2022-08-08 22:45:20 +08:00
										 |  |  | 				"spring-boot-starter-jersey", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"spring-boot-starter-jetty", | 
					
						
							|  |  |  | 				"spring-boot-starter-jooq", | 
					
						
							|  |  |  | 				"spring-boot-starter-json", | 
					
						
							|  |  |  | 				"spring-boot-starter-log4j2", | 
					
						
							|  |  |  | 				"spring-boot-starter-logging", | 
					
						
							|  |  |  | 				"spring-boot-starter-mail", | 
					
						
							|  |  |  | 				"spring-boot-starter-mustache", | 
					
						
							|  |  |  | 				"spring-boot-starter-oauth2-client", | 
					
						
							|  |  |  | 				"spring-boot-starter-oauth2-resource-server", | 
					
						
							|  |  |  | 				"spring-boot-starter-quartz", | 
					
						
							|  |  |  | 				"spring-boot-starter-reactor-netty", | 
					
						
							|  |  |  | 				"spring-boot-starter-rsocket", | 
					
						
							|  |  |  | 				"spring-boot-starter-security", | 
					
						
							|  |  |  | 				"spring-boot-starter-test", | 
					
						
							| 
									
										
										
										
											2022-01-06 21:28:05 +08:00
										 |  |  | 				"spring-boot-starter-thymeleaf", | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"spring-boot-starter-tomcat", | 
					
						
							|  |  |  | 				"spring-boot-starter-undertow", | 
					
						
							|  |  |  | 				"spring-boot-starter-validation", | 
					
						
							|  |  |  | 				"spring-boot-starter-web", | 
					
						
							|  |  |  | 				"spring-boot-starter-webflux", | 
					
						
							|  |  |  | 				"spring-boot-starter-websocket", | 
					
						
							|  |  |  | 				"spring-boot-starter-web-services" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 			plugins = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"spring-boot-maven-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-12-01 04:32:16 +08:00
										 |  |  | 	library("SAAJ Impl", "2.0.1") { | 
					
						
							| 
									
										
										
										
											2022-05-16 19:32:54 +08:00
										 |  |  | 		prohibit("[3.0.0-M1,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											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-07-08 00:47:32 +08:00
										 |  |  | 	library("Selenium", "4.2.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-07-07 17:10:02 +08:00
										 |  |  | 	library("Selenium HtmlUnit", "3.62.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-07-08 00:47:34 +08:00
										 |  |  | 	library("SendGrid", "4.9.3") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("com.sendgrid") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"sendgrid-java" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											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-05-13 23:23:48 +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-19 17:09:31 +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-07-27 22:55:42 +08:00
										 |  |  | 	library("Spring AMQP", "3.0.0-SNAPSHOT") { | 
					
						
							| 
									
										
										
										
											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-07-21 13:43:45 +08:00
										 |  |  | 	library("Spring Batch", "5.0.0-M4") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.springframework.batch") { | 
					
						
							| 
									
										
										
										
											2022-05-19 17:10:43 +08:00
										 |  |  | 			imports = [ | 
					
						
							|  |  |  | 				"spring-batch-bom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-18 21:19:13 +08:00
										 |  |  | 	library("Spring Data Bom", "2022.0.0-M5") { | 
					
						
							| 
									
										
										
										
											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-07-20 19:25:52 +08:00
										 |  |  | 	library("Spring Framework", "6.0.0-SNAPSHOT") { | 
					
						
							| 
									
										
										
										
											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-07-20 19:57:17 +08:00
										 |  |  | 	library("Spring GraphQL", "1.1.0-SNAPSHOT") { | 
					
						
							|  |  |  | 		group("org.springframework.graphql") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 					"spring-graphql", | 
					
						
							|  |  |  | 					"spring-graphql-test" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-25 15:34:33 +08:00
										 |  |  | 	library("Spring HATEOAS", "2.0.0-SNAPSHOT") { | 
					
						
							| 
									
										
										
										
											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-08-17 01:58:35 +08:00
										 |  |  | 	library("Spring Integration", "6.0.0-SNAPSHOT") { | 
					
						
							| 
									
										
										
										
											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-07-30 02:30:24 +08:00
										 |  |  | 	library("Spring Kafka", "3.0.0-SNAPSHOT") { | 
					
						
							| 
									
										
										
										
											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-08-17 20:45:01 +08:00
										 |  |  | 	library("Spring LDAP", "3.0.0-SNAPSHOT") { | 
					
						
							| 
									
										
										
										
											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-core", | 
					
						
							|  |  |  | 				"spring-ldap-odm", | 
					
						
							|  |  |  | 				"spring-ldap-test" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-19 02:57:57 +08:00
										 |  |  | 	library("Spring RESTDocs", "3.0.0-M4") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.springframework.restdocs") { | 
					
						
							| 
									
										
										
										
											2022-07-16 00:25:18 +08:00
										 |  |  | 			imports = [ | 
					
						
							|  |  |  | 				"spring-restdocs-bom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-04-18 16:55:19 +08:00
										 |  |  | 	library("Spring Retry", "1.3.3") { | 
					
						
							| 
									
										
										
										
											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-07-19 03:02:51 +08:00
										 |  |  | 	library("Spring Security", "6.0.0-M6") { | 
					
						
							| 
									
										
										
										
											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-05-19 15:03:22 +08:00
										 |  |  | 	library("Spring Session Bom", "2022.0.0-M2") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.springframework.session") { | 
					
						
							| 
									
										
										
										
											2021-12-08 22:48:13 +08:00
										 |  |  | 			imports = [ | 
					
						
							|  |  |  | 				"spring-session-bom" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-22 04:16:23 +08:00
										 |  |  | 	library("Spring WS", "4.0.0-M2") { | 
					
						
							| 
									
										
										
										
											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-12-01 04:32:16 +08:00
										 |  |  | 	library("Sun Mail", "2.0.1") { | 
					
						
							| 
									
										
										
										
											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-05-19 04:07:42 +08:00
										 |  |  | 	library("Thymeleaf", "3.1.0.M2") { | 
					
						
							| 
									
										
										
										
											2022-01-06 21:28:05 +08:00
										 |  |  | 		group("org.thymeleaf") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"thymeleaf", | 
					
						
							| 
									
										
										
										
											2022-01-06 21:26:50 +08:00
										 |  |  | 				"thymeleaf-spring6" | 
					
						
							| 
									
										
										
										
											2022-01-06 21:28:05 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	library("Thymeleaf Extras Data Attribute", "2.0.1") { | 
					
						
							|  |  |  | 		group("com.github.mxab.thymeleaf.extras") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"thymeleaf-extras-data-attribute" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	library("Thymeleaf Extras Java8Time", "3.0.4.RELEASE") { | 
					
						
							|  |  |  | 		group("org.thymeleaf.extras") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"thymeleaf-extras-java8time" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-06 21:26:50 +08:00
										 |  |  | 	library("Thymeleaf Extras SpringSecurity", "3.1.0.M1") { | 
					
						
							| 
									
										
										
										
											2022-01-06 21:28:05 +08:00
										 |  |  | 		group("org.thymeleaf.extras") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2022-01-06 21:26:50 +08:00
										 |  |  | 				"thymeleaf-extras-springsecurity6" | 
					
						
							| 
									
										
										
										
											2022-01-06 21:28:05 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-18 20:33:14 +08:00
										 |  |  | 	library("Thymeleaf Layout Dialect", "3.1.0") { | 
					
						
							| 
									
										
										
										
											2022-01-06 21:28:05 +08:00
										 |  |  | 		group("nz.net.ultraq.thymeleaf") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"thymeleaf-layout-dialect" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-03-24 03:17:38 +08:00
										 |  |  | 	library("Tomcat", "${tomcatVersion}") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.apache.tomcat") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"tomcat-annotations-api", | 
					
						
							|  |  |  | 				"tomcat-jdbc", | 
					
						
							|  |  |  | 				"tomcat-jsp-api" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.apache.tomcat.embed") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"tomcat-embed-core", | 
					
						
							|  |  |  | 				"tomcat-embed-el", | 
					
						
							|  |  |  | 				"tomcat-embed-jasper", | 
					
						
							|  |  |  | 				"tomcat-embed-websocket" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-05-11 01:27:03 +08:00
										 |  |  | 	library("UnboundID LDAPSDK", "6.0.5") { | 
					
						
							| 
									
										
										
										
											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-07-08 00:47:38 +08:00
										 |  |  | 	library("Undertow", "2.2.18.Final") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("io.undertow") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"undertow-core", | 
					
						
							| 
									
										
										
										
											2022-01-19 17:09:31 +08:00
										 |  |  | 				"undertow-servlet-jakarta", | 
					
						
							|  |  |  | 				"undertow-websockets-jsr-jakarta" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-07 17:10:04 +08:00
										 |  |  | 	library("Versions Maven Plugin", "2.11.0") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.codehaus.mojo") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			plugins = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"versions-maven-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-07-07 17:10:07 +08:00
										 |  |  | 	library("WebJars Locator Core", "0.52") { | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 		group("org.webjars") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"webjars-locator-core" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("WSDL4j", "1.6.3") { | 
					
						
							|  |  |  | 		group("wsdl4j") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			modules = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"wsdl4j" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 	library("XML Maven Plugin", "1.0.2") { | 
					
						
							|  |  |  | 		group("org.codehaus.mojo") { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			plugins = [ | 
					
						
							| 
									
										
										
										
											2020-01-23 03:24:37 +08:00
										 |  |  | 				"xml-maven-plugin" | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-01-21 00:10:09 +08:00
										 |  |  | 	library("Yasson", "2.0.4") { | 
					
						
							| 
									
										
										
										
											2022-05-16 19:32:54 +08:00
										 |  |  | 		prohibit("[3.0.0-RC1,)") { | 
					
						
							|  |  |  | 			because "it exceeds our Jakarta EE 9 baseline" | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2021-11-12 01:02:17 +08:00
										 |  |  | 		group("org.eclipse") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"yasson" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-16 22:59:33 +08:00
										 |  |  | 	library("Zipkin", "2.16.3") { | 
					
						
							|  |  |  | 		group("io.zipkin.reporter2") { | 
					
						
							|  |  |  | 			modules = [ | 
					
						
							|  |  |  | 				"zipkin-sender-urlconnection" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2020-05-13 23:36:59 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | generateMetadataFileForMavenPublication { | 
					
						
							|  |  |  | 	enabled = false | 
					
						
							|  |  |  | } |