| 
					
				 | 
			
			
				@@ -149,6 +149,20 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <groupId>com.dayaedu.cbs.openfeign</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <artifactId>dayaedu-openfeign-client</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <version>1.0.0</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <exclusions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <groupId>com.alibaba.cloud</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <groupId>org.springframework.cloud</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <artifactId>spring-cloud-loadbalancer</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <groupId>org.springframework.cloud</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <artifactId>spring-cloud-starter-openfeign</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </exclusions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </dependencies> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |