| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | plugins { | 
					
						
							|  |  |  | 	id 'java' | 
					
						
							|  |  |  | 	id 'org.springframework.boot.conventions' | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | description = 'Spring Boot WebSocket Tomcat smoke test' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-14 04:06:35 +08:00
										 |  |  | dependencies { | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 	implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-websocket') | 
					
						
							| 
									
										
										
										
											2020-01-14 04:06:35 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-10 21:48:43 +08:00
										 |  |  | 	testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test') | 
					
						
							|  |  |  | } |