| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | description = "Spring Transaction" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-09-04 05:37:48 +08:00
										 |  |  | apply plugin: "kotlin" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | dependencies { | 
					
						
							|  |  |  | 	compile(project(":spring-beans")) | 
					
						
							|  |  |  | 	compile(project(":spring-core")) | 
					
						
							|  |  |  | 	optional(project(":spring-aop")) | 
					
						
							|  |  |  | 	optional(project(":spring-context"))  // for JCA, @EnableTransactionManagement
 | 
					
						
							| 
									
										
										
										
											2019-09-04 05:37:48 +08:00
										 |  |  | 	optional(project(":kotlin-coroutines")) | 
					
						
							| 
									
										
										
										
											2019-08-27 03:13:12 +08:00
										 |  |  | 	optional("javax.ejb:javax.ejb-api") | 
					
						
							|  |  |  | 	optional("javax.interceptor:javax.interceptor-api") | 
					
						
							|  |  |  | 	optional("javax.resource:javax.resource-api") | 
					
						
							|  |  |  | 	optional("javax.transaction:javax.transaction-api") | 
					
						
							|  |  |  | 	optional("com.ibm.websphere:uow") | 
					
						
							| 
									
										
										
										
											2019-03-22 22:09:30 +08:00
										 |  |  | 	optional("io.projectreactor:reactor-core") | 
					
						
							| 
									
										
										
										
											2019-08-27 03:13:12 +08:00
										 |  |  | 	optional("io.vavr:vavr") | 
					
						
							| 
									
										
										
										
											2019-09-04 05:37:48 +08:00
										 |  |  | 	optional("org.jetbrains.kotlin:kotlin-reflect") | 
					
						
							|  |  |  | 	optional("org.jetbrains.kotlin:kotlin-stdlib") | 
					
						
							|  |  |  | 	optional("org.jetbrains.kotlinx:kotlinx-coroutines-core") | 
					
						
							|  |  |  | 	optional("org.jetbrains.kotlinx:kotlinx-coroutines-reactor") | 
					
						
							| 
									
										
										
										
											2019-12-29 00:13:39 +08:00
										 |  |  | 	testCompile(testFixtures(project(":spring-beans"))) | 
					
						
							|  |  |  | 	testCompile(testFixtures(project(":spring-context"))) | 
					
						
							| 
									
										
										
										
											2019-12-28 18:44:40 +08:00
										 |  |  | 	testCompile(testFixtures(project(":spring-core"))) | 
					
						
							| 
									
										
										
										
											2019-08-27 03:13:12 +08:00
										 |  |  | 	testCompile("org.aspectj:aspectjweaver") | 
					
						
							|  |  |  | 	testCompile("org.codehaus.groovy:groovy") | 
					
						
							|  |  |  | 	testCompile("org.eclipse.persistence:javax.persistence") | 
					
						
							| 
									
										
										
										
											2019-03-22 22:09:30 +08:00
										 |  |  | 	testCompile("io.projectreactor:reactor-test") | 
					
						
							| 
									
										
										
										
											2017-09-23 17:28:19 +08:00
										 |  |  | } |