2017-08-21 20:41:55 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								description = "Spring Messaging"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							
								
									
										
										
										
											2019-08-21 02:26:43 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								apply plugin: "kotlin"
							 | 
						
					
						
							
								
									
										
										
										
											2020-10-27 03:06:07 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								apply plugin: "kotlinx-serialization"
							 | 
						
					
						
							
								
									
										
										
										
											2019-08-21 02:26:43 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							
								
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								dependencies {
							 | 
						
					
						
							
								
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									api(project(":spring-beans"))
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									api(project(":spring-core"))
							 | 
						
					
						
							
								
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional(project(":spring-context"))
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional(project(":spring-oxm"))
							 | 
						
					
						
							
								
									
										
										
										
											2023-08-02 06:56:50 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional("com.fasterxml.jackson.core:jackson-databind")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("com.google.code.gson:gson")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("com.google.protobuf:protobuf-java-util")
							 | 
						
					
						
							
								
									
										
										
										
											2020-08-01 17:49:15 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional("io.projectreactor.netty:reactor-netty-http")
							 | 
						
					
						
							
								
									
										
										
										
											2022-10-03 21:55:38 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional("io.projectreactor.netty:reactor-netty5-http")
							 | 
						
					
						
							
								
									
										
										
										
											2019-08-27 03:13:12 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional("io.rsocket:rsocket-core")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("io.rsocket:rsocket-transport-netty")
							 | 
						
					
						
							
								
									
										
										
										
											2021-09-17 15:14:07 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional("jakarta.json.bind:jakarta.json.bind-api")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("jakarta.xml.bind:jakarta.xml.bind-api")
							 | 
						
					
						
							
								
									
										
										
										
											2019-07-21 17:15:07 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")
							 | 
						
					
						
							
								
									
										
										
										
											2020-10-27 03:06:07 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional("org.jetbrains.kotlinx:kotlinx-serialization-json")
							 | 
						
					
						
							
								
									
										
										
										
											2023-08-02 06:56:50 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testImplementation(project(":spring-core-test"))
							 | 
						
					
						
							
								
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testImplementation(testFixtures(project(":spring-core")))
							 | 
						
					
						
							
								
									
										
										
										
											2023-08-02 06:56:50 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testImplementation("com.thoughtworks.xstream:xstream")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("io.projectreactor:reactor-test")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("io.reactivex.rxjava3:rxjava")
							 | 
						
					
						
							
								
									
										
										
										
											2021-09-17 15:14:07 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testImplementation("jakarta.inject:jakarta.inject-tck")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("jakarta.servlet:jakarta.servlet-api")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("jakarta.validation:jakarta.validation-api")
							 | 
						
					
						
							
								
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.apache.activemq:activemq-broker")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.apache.activemq:activemq-kahadb-store")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.apache.activemq:activemq-stomp")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.jetbrains.kotlin:kotlin-reflect")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.jetbrains.kotlin:kotlin-stdlib")
							 | 
						
					
						
							
								
									
										
										
										
											2023-01-11 20:50:46 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.skyscreamer:jsonassert")
							 | 
						
					
						
							
								
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.xmlunit:xmlunit-assertj")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.xmlunit:xmlunit-matchers")
							 | 
						
					
						
							
								
									
										
										
										
											2023-08-02 06:56:50 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testRuntimeOnly(project(":spring-context"))
							 | 
						
					
						
							
								
									
										
										
										
											2021-09-17 15:14:07 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testRuntimeOnly("com.sun.activation:jakarta.activation")
							 | 
						
					
						
							
								
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testRuntimeOnly("com.sun.xml.bind:jaxb-core")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testRuntimeOnly("com.sun.xml.bind:jaxb-impl")
							 | 
						
					
						
							
								
									
										
										
										
											2021-09-17 15:14:07 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testRuntimeOnly("jakarta.json:jakarta.json-api")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testRuntimeOnly("org.eclipse:yasson")
							 | 
						
					
						
							
								
									
										
										
										
											2017-09-23 17:28:19 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								}
							 |