2017-08-21 20:41:55 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								description = "Spring Context"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								apply plugin: "groovy"
							 | 
						
					
						
							
								
									
										
										
										
											2019-08-21 02:26:43 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								apply plugin: "kotlin"
							 | 
						
					
						
							
								
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								dependencies {
							 | 
						
					
						
							
								
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									api(project(":spring-aop"))
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									api(project(":spring-beans"))
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									api(project(":spring-core"))
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									api(project(":spring-expression"))
							 | 
						
					
						
							
								
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional(project(":spring-instrument"))
							 | 
						
					
						
							
								
									
										
										
										
											2019-08-27 03:13:12 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional("javax.annotation:javax.annotation-api")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("javax.ejb:javax.ejb-api")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("javax.enterprise.concurrent:javax.enterprise.concurrent-api")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("javax.inject:javax.inject")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("javax.interceptor:javax.interceptor-api")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("javax.money:money-api")
							 | 
						
					
						
							
								
									
										
										
										
											2020-02-06 19:59:55 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									// Overriding 2.0.1.Final due to Bean Validation 1.1 compatibility in LocalValidatorFactoryBean
							 | 
						
					
						
							
								
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("javax.validation:validation-api:1.1.0.Final")
							 | 
						
					
						
							
								
									
										
										
										
											2019-08-27 03:13:12 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional("javax.xml.ws:jaxws-api")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.aspectj:aspectjweaver")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.codehaus.groovy:groovy")
							 | 
						
					
						
							
								
									
										
										
										
											2020-04-08 00:06:43 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional("org.apache-extras.beanshell:bsh")
							 | 
						
					
						
							
								
									
										
										
										
											2019-08-27 03:13:12 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional("joda-time:joda-time")
							 | 
						
					
						
							
								
									
										
										
										
											2019-02-22 21:18:08 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional("org.hibernate:hibernate-validator:5.4.3.Final")
							 | 
						
					
						
							
								
									
										
										
										
											2019-07-19 16:20:35 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional("org.jetbrains.kotlin:kotlin-reflect")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									optional("org.jetbrains.kotlin:kotlin-stdlib")
							 | 
						
					
						
							
								
									
										
										
										
											2019-07-05 22:19:23 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									optional("org.reactivestreams:reactive-streams")
							 | 
						
					
						
							
								
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testImplementation(testFixtures(project(":spring-aop")))
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation(testFixtures(project(":spring-beans")))
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation(testFixtures(project(":spring-core")))
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("io.projectreactor:reactor-core")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.codehaus.groovy:groovy-jsr223")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.codehaus.groovy:groovy-test")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.codehaus.groovy:groovy-xml")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.apache.commons:commons-pool2")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testImplementation("org.awaitility:awaitility")
							 | 
						
					
						
							
								
									
										
										
										
											2021-09-21 23:43:03 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testImplementation("javax.inject:javax.inject-tck")
							 | 
						
					
						
							
								
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testRuntimeOnly("javax.xml.bind:jaxb-api")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testRuntimeOnly("org.glassfish:javax.el")
							 | 
						
					
						
							
								
									
										
										
										
											2020-02-06 19:59:55 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									// Substitute for javax.management:jmxremote_optional:1.0.1_04 (not available on Maven Central)
							 | 
						
					
						
							
								
									
										
										
										
											2021-05-22 03:16:30 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testRuntimeOnly("org.glassfish.external:opendmk_jmxremote_optional_jar")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testRuntimeOnly("org.javamoney:moneta")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testRuntimeOnly("org.junit.vintage:junit-vintage-engine") // for @Inject TCK
							 | 
						
					
						
							
								
									
										
										
										
											2019-12-29 00:13:39 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
									testFixturesApi("org.junit.jupiter:junit-jupiter-api")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testFixturesImplementation(testFixtures(project(":spring-beans")))
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testFixturesImplementation("com.google.code.findbugs:jsr305")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
									testFixturesImplementation("org.assertj:assertj-core")
							 | 
						
					
						
							
								
									
										
										
										
											2017-09-23 17:28:19 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								}
							 |