mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fix 修复 腾讯短信 与 minio okhttp依赖冲突问题
This commit is contained in:
		
							
								
								
									
										6
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								pom.xml
									
									
									
									
									
								
							@@ -206,6 +206,12 @@
 | 
			
		||||
                <groupId>com.tencentcloudapi</groupId>
 | 
			
		||||
                <artifactId>tencentcloud-sdk-java</artifactId>
 | 
			
		||||
                <version>${tencent.sms.version}</version>
 | 
			
		||||
                <exclusions>
 | 
			
		||||
                    <exclusion>
 | 
			
		||||
                        <groupId>com.squareup.okio</groupId>
 | 
			
		||||
                        <artifactId>okio</artifactId>
 | 
			
		||||
                    </exclusion>
 | 
			
		||||
                </exclusions>
 | 
			
		||||
            </dependency>
 | 
			
		||||
 | 
			
		||||
            <dependency>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user