| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | description = "Spring Web MVC" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-21 20:42:03 +08:00
										 |  |  | apply plugin: "io.spring.dependency-management" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dependencyManagement { | 
					
						
							|  |  |  | 	imports { | 
					
						
							|  |  |  | 		mavenBom "io.projectreactor:reactor-bom:${reactorVersion}" | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	resolutionStrategy { | 
					
						
							|  |  |  | 		cacheChangingModulesFor 0, 'seconds' | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	applyMavenExclusions = false | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | dependencies { | 
					
						
							|  |  |  | 	provided("javax.servlet:javax.servlet-api:4.0.0") | 
					
						
							|  |  |  | 	compile(project(":spring-aop")) | 
					
						
							|  |  |  | 	compile(project(":spring-beans")) | 
					
						
							|  |  |  | 	compile(project(":spring-context")) | 
					
						
							|  |  |  | 	compile(project(':spring-core')) | 
					
						
							|  |  |  | 	compile(project(":spring-expression")) | 
					
						
							|  |  |  | 	compile(project(":spring-web")) | 
					
						
							|  |  |  | 	optional(project(":spring-context-support"))  // for FreeMarker support
 | 
					
						
							|  |  |  | 	optional(project(":spring-oxm")) | 
					
						
							|  |  |  | 	optional("javax.servlet.jsp:javax.servlet.jsp-api:2.3.2-b02") | 
					
						
							|  |  |  | 	optional("javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1") | 
					
						
							|  |  |  | 	optional("javax.el:javax.el-api:3.0.1-b04") | 
					
						
							| 
									
										
										
										
											2017-09-24 23:18:21 +08:00
										 |  |  | 	optional("javax.xml.bind:jaxb-api:2.3.0") | 
					
						
							| 
									
										
										
										
											2017-09-23 17:28:19 +08:00
										 |  |  | 	optional('org.webjars:webjars-locator:0.32-1') | 
					
						
							|  |  |  | 	optional("com.rometools:rome:1.8.0") | 
					
						
							| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | 	optional("com.lowagie:itext:2.1.7") | 
					
						
							| 
									
										
										
										
											2017-09-23 17:28:19 +08:00
										 |  |  | 	optional("org.apache.poi:poi-ooxml:3.17") | 
					
						
							| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | 	optional("org.freemarker:freemarker:${freemarkerVersion}") | 
					
						
							|  |  |  | 	optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}") | 
					
						
							|  |  |  | 	optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}") | 
					
						
							|  |  |  | 	optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}") | 
					
						
							|  |  |  | 	optional("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${jackson2Version}") | 
					
						
							|  |  |  | 	optional("org.apache.tiles:tiles-api:${tiles3Version}") | 
					
						
							|  |  |  | 	optional("org.apache.tiles:tiles-core:${tiles3Version}") { | 
					
						
							|  |  |  | 		exclude group: "org.slf4j", module: "jcl-over-slf4j" | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	optional("org.apache.tiles:tiles-servlet:${tiles3Version}") { | 
					
						
							|  |  |  | 		exclude group: "org.slf4j", module: "jcl-over-slf4j" | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	optional("org.apache.tiles:tiles-jsp:${tiles3Version}") { | 
					
						
							|  |  |  | 		exclude group: "org.slf4j", module: "jcl-over-slf4j" | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	optional("org.apache.tiles:tiles-el:${tiles3Version}") { | 
					
						
							|  |  |  | 		exclude group: "org.slf4j", module: "jcl-over-slf4j" | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	optional("org.apache.tiles:tiles-extras:${tiles3Version}") { | 
					
						
							|  |  |  | 		exclude group: "org.slf4j", module: "jcl-over-slf4j" | 
					
						
							|  |  |  | 		exclude group: "org.springframework", module: "spring-web" | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2017-09-23 17:28:19 +08:00
										 |  |  | 	optional("org.codehaus.groovy:groovy-all:${groovyVersion}") | 
					
						
							| 
									
										
										
										
											2017-08-23 03:29:39 +08:00
										 |  |  | 	optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}") | 
					
						
							|  |  |  | 	optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}") | 
					
						
							| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | 	optional("org.reactivestreams:reactive-streams") | 
					
						
							|  |  |  | 	testCompile("javax.servlet:javax.servlet-api:4.0.0") | 
					
						
							|  |  |  | 	testCompile("org.eclipse.jetty:jetty-servlet:${jettyVersion}") { | 
					
						
							|  |  |  | 		exclude group: "javax.servlet", module: "javax.servlet" | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}") { | 
					
						
							|  |  |  | 		exclude group: "javax.servlet", module: "javax.servlet" | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2017-10-26 01:18:10 +08:00
										 |  |  | 	testCompile("org.hibernate:hibernate-validator:6.0.4.Final") | 
					
						
							| 
									
										
										
										
											2017-09-24 23:18:21 +08:00
										 |  |  | 	testCompile("org.apache.httpcomponents:httpclient:4.5.3") { | 
					
						
							| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | 		exclude group: "commons-logging", module: "commons-logging" | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	testCompile("commons-fileupload:commons-fileupload:1.3.3") | 
					
						
							|  |  |  | 	testCompile("commons-io:commons-io:2.5") | 
					
						
							|  |  |  | 	testCompile("joda-time:joda-time:2.9.9") | 
					
						
							| 
									
										
										
										
											2017-09-23 17:28:19 +08:00
										 |  |  | 	testCompile("org.mozilla:rhino:1.7.7.2") | 
					
						
							| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | 	testCompile("dom4j:dom4j:1.6.1") { | 
					
						
							|  |  |  | 		exclude group: "xml-apis", module: "xml-apis" | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	testCompile("jaxen:jaxen:1.1.1") { | 
					
						
							|  |  |  | 		exclude group: "xml-apis", module: "xml-apis" | 
					
						
							|  |  |  | 		exclude group: "xom", module: "xom" | 
					
						
							|  |  |  | 		exclude group: "xerces", module: "xercesImpl" | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	testCompile("io.projectreactor:reactor-core") | 
					
						
							|  |  |  | 	testCompile("io.reactivex:rxjava:${rxjavaVersion}") | 
					
						
							|  |  |  | 	testCompile("io.reactivex:rxjava-reactive-streams:${rxjavaAdapterVersion}") | 
					
						
							|  |  |  | 	testCompile("io.reactivex.rxjava2:rxjava:${rxjava2Version}") | 
					
						
							| 
									
										
										
										
											2017-08-23 03:29:39 +08:00
										 |  |  | 	testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}") | 
					
						
							|  |  |  | 	testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}") | 
					
						
							|  |  |  | 	testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}") | 
					
						
							| 
									
										
										
										
											2017-09-23 17:28:19 +08:00
										 |  |  | 	testRuntime("org.jruby:jruby:9.1.13.0") | 
					
						
							| 
									
										
										
										
											2017-08-21 20:41:55 +08:00
										 |  |  | 	testRuntime("org.python:jython-standalone:2.7.1") | 
					
						
							|  |  |  | 	testRuntime("org.webjars:underscorejs:1.8.3") | 
					
						
							|  |  |  | 	testRuntime("org.glassfish:javax.el:3.0.1-b08") | 
					
						
							| 
									
										
										
										
											2017-09-24 23:18:21 +08:00
										 |  |  | 	testRuntime("com.sun.xml.bind:jaxb-core:2.3.0") | 
					
						
							|  |  |  | 	testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0") | 
					
						
							| 
									
										
										
										
											2017-10-26 01:18:10 +08:00
										 |  |  | 	testRuntime("com.sun.activation:javax.activation:1.2.0") | 
					
						
							| 
									
										
										
										
											2017-09-23 17:28:19 +08:00
										 |  |  | } |