2023-04-11 11:15:39 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								plugins {
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									id "java-library"
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-13 13:36:59 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									id "org.springframework.boot.auto-configuration"
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-11 11:15:39 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
									id "org.springframework.boot.conventions"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									id "org.springframework.boot.deployed"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									id "org.springframework.boot.optional-dependencies"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								}
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								description = "Spring Boot Testcontainers Support"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								dependencies {
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									api(project(":spring-boot-project:spring-boot-autoconfigure"))
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-24 09:23:16 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									api("org.testcontainers:testcontainers")
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-11 11:15:39 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-22 10:06:26 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional(project(":spring-boot-project:spring-boot-actuator-autoconfigure"))
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-11 11:15:39 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.springframework:spring-test")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.springframework.data:spring-data-mongodb")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.springframework.data:spring-data-neo4j")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.testcontainers:cassandra")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.testcontainers:couchbase")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.testcontainers:elasticsearch")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.testcontainers:influxdb")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.testcontainers:jdbc")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.testcontainers:kafka")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.testcontainers:mariadb")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.testcontainers:mongodb")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.testcontainers:mssqlserver")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.testcontainers:mysql")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.testcontainers:neo4j")
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-18 19:52:37 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional("org.testcontainers:oracle-xe")
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-11 11:15:39 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.testcontainers:postgresql")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.testcontainers:rabbitmq")
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-18 19:29:43 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional("org.testcontainers:redpanda")
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-11 11:15:39 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.testcontainers:r2dbc")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-13 13:36:59 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
							 | 
						
					
						
							
								
									
										
										
										
											2023-05-03 09:55:03 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testImplementation(project(":spring-boot-project:spring-boot-test"))
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-11 11:15:39 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("ch.qos.logback:logback-classic")
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-20 00:34:19 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.apache.activemq:activemq-client-jakarta")
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-11 11:15:39 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.assertj:assertj-core")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.awaitility:awaitility")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.influxdb:influxdb-java")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.junit.jupiter:junit-jupiter")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.junit.platform:junit-platform-engine")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.junit.platform:junit-platform-launcher")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.mockito:mockito-core")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.mockito:mockito-junit-jupiter")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.springframework:spring-core-test")
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-20 00:34:19 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.springframework:spring-jms")
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-18 20:47:46 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.springframework:spring-r2dbc")
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-11 11:15:39 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.springframework.amqp:spring-rabbit")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.springframework.kafka:spring-kafka")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.testcontainers:junit-jupiter")
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-18 20:47:46 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testRuntimeOnly("com.oracle.database.r2dbc:oracle-r2dbc")
							 | 
						
					
						
							
								
									
										
										
										
											2023-04-11 11:15:39 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								}
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 |