| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | description = "Spring JMS" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							| 
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 |  |  | 	api(project(":spring-beans")) | 
					
						
							|  |  |  | 	api(project(":spring-core")) | 
					
						
							|  |  |  | 	api(project(":spring-messaging")) | 
					
						
							|  |  |  | 	api(project(":spring-tx")) | 
					
						
							| 
									
										
										
										
											2023-08-14 00:24:51 +08:00
										 |  |  | 	api("io.micrometer:micrometer-observation") | 
					
						
							| 
									
										
										
										
											2021-09-17 15:14:07 +08:00
										 |  |  | 	compileOnly("jakarta.jms:jakarta.jms-api") | 
					
						
							| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | 	optional(project(":spring-aop")) | 
					
						
							|  |  |  | 	optional(project(":spring-context")) | 
					
						
							|  |  |  | 	optional(project(":spring-oxm")) | 
					
						
							| 
									
										
										
										
											2023-08-02 06:56:50 +08:00
										 |  |  | 	optional("com.fasterxml.jackson.core:jackson-databind") | 
					
						
							| 
									
										
										
										
											2023-10-10 21:40:32 +08:00
										 |  |  | 	optional("io.micrometer:micrometer-jakarta9") | 
					
						
							| 
									
										
										
										
											2021-09-17 15:14:07 +08:00
										 |  |  | 	optional("jakarta.resource:jakarta.resource-api") | 
					
						
							|  |  |  | 	optional("jakarta.transaction:jakarta.transaction-api") | 
					
						
							| 
									
										
										
										
											2025-05-13 18:57:40 +08:00
										 |  |  | 	optional("tools.jackson.core:jackson-databind") | 
					
						
							| 
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 |  |  | 	testImplementation(testFixtures(project(":spring-beans"))) | 
					
						
							|  |  |  | 	testImplementation(testFixtures(project(":spring-tx"))) | 
					
						
							| 
									
										
										
										
											2021-09-17 15:14:07 +08:00
										 |  |  | 	testImplementation("jakarta.jms:jakarta.jms-api") | 
					
						
							| 
									
										
										
										
											2023-08-14 00:24:51 +08:00
										 |  |  | 	testImplementation('io.micrometer:context-propagation') | 
					
						
							| 
									
										
										
										
											2023-10-10 21:40:32 +08:00
										 |  |  | 	testImplementation("io.micrometer:micrometer-jakarta9") | 
					
						
							| 
									
										
										
										
											2023-08-14 00:24:51 +08:00
										 |  |  | 	testImplementation("io.micrometer:micrometer-observation-test") | 
					
						
							|  |  |  | 	testImplementation("org.apache.activemq:artemis-junit-5") | 
					
						
							|  |  |  | 	testImplementation("org.apache.activemq:artemis-jakarta-client") | 
					
						
							| 
									
										
										
										
											2017-09-23 17:28:19 +08:00
										 |  |  | } |