fix problem with duplication mail dependencies
This commit is contained in:
		
							parent
							
								
									3e92a6a8d8
								
							
						
					
					
						commit
						b8de64f3fb
					
				@ -193,8 +193,8 @@
 | 
				
			|||||||
            <artifactId>logback-classic</artifactId>
 | 
					            <artifactId>logback-classic</artifactId>
 | 
				
			||||||
        </dependency>
 | 
					        </dependency>
 | 
				
			||||||
        <dependency>
 | 
					        <dependency>
 | 
				
			||||||
            <groupId>javax.mail</groupId>
 | 
					            <groupId>com.sun.mail</groupId>
 | 
				
			||||||
            <artifactId>mail</artifactId>
 | 
					            <artifactId>javax.mail</artifactId>
 | 
				
			||||||
        </dependency>
 | 
					        </dependency>
 | 
				
			||||||
        <dependency>
 | 
					        <dependency>
 | 
				
			||||||
            <groupId>org.apache.curator</groupId>
 | 
					            <groupId>org.apache.curator</groupId>
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										18
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								pom.xml
									
									
									
									
									
								
							@ -62,7 +62,7 @@
 | 
				
			|||||||
        <gson.version>2.6.2</gson.version>
 | 
					        <gson.version>2.6.2</gson.version>
 | 
				
			||||||
        <velocity.version>1.7</velocity.version>
 | 
					        <velocity.version>1.7</velocity.version>
 | 
				
			||||||
        <velocity-tools.version>2.0</velocity-tools.version>
 | 
					        <velocity-tools.version>2.0</velocity-tools.version>
 | 
				
			||||||
        <mail.version>1.4.3</mail.version>
 | 
					        <mail.version>1.6.2</mail.version>
 | 
				
			||||||
        <curator.version>4.2.0</curator.version>
 | 
					        <curator.version>4.2.0</curator.version>
 | 
				
			||||||
        <zookeeper.version>3.5.5</zookeeper.version>
 | 
					        <zookeeper.version>3.5.5</zookeeper.version>
 | 
				
			||||||
        <protobuf.version>3.11.4</protobuf.version>
 | 
					        <protobuf.version>3.11.4</protobuf.version>
 | 
				
			||||||
@ -587,8 +587,8 @@
 | 
				
			|||||||
                <version>${rabbitmq.version}</version>
 | 
					                <version>${rabbitmq.version}</version>
 | 
				
			||||||
            </dependency>
 | 
					            </dependency>
 | 
				
			||||||
            <dependency>
 | 
					            <dependency>
 | 
				
			||||||
                <groupId>javax.mail</groupId>
 | 
					                <groupId>com.sun.mail</groupId>
 | 
				
			||||||
                <artifactId>mail</artifactId>
 | 
					                <artifactId>javax.mail</artifactId>
 | 
				
			||||||
                <version>${mail.version}</version>
 | 
					                <version>${mail.version}</version>
 | 
				
			||||||
            </dependency>
 | 
					            </dependency>
 | 
				
			||||||
            <dependency>
 | 
					            <dependency>
 | 
				
			||||||
@ -694,6 +694,12 @@
 | 
				
			|||||||
                <groupId>com.github.fge</groupId>
 | 
					                <groupId>com.github.fge</groupId>
 | 
				
			||||||
                <artifactId>json-schema-validator</artifactId>
 | 
					                <artifactId>json-schema-validator</artifactId>
 | 
				
			||||||
                <version>${json-schema-validator.version}</version>
 | 
					                <version>${json-schema-validator.version}</version>
 | 
				
			||||||
 | 
					                <exclusions>
 | 
				
			||||||
 | 
					                    <exclusion>
 | 
				
			||||||
 | 
					                        <groupId>javax.mail</groupId>
 | 
				
			||||||
 | 
					                        <artifactId>mailapi</artifactId>
 | 
				
			||||||
 | 
					                    </exclusion>
 | 
				
			||||||
 | 
					                </exclusions>
 | 
				
			||||||
            </dependency>
 | 
					            </dependency>
 | 
				
			||||||
            <dependency>
 | 
					            <dependency>
 | 
				
			||||||
                <groupId>com.typesafe.akka</groupId>
 | 
					                <groupId>com.typesafe.akka</groupId>
 | 
				
			||||||
@ -930,12 +936,6 @@
 | 
				
			|||||||
                <groupId>com.microsoft.azure</groupId>
 | 
					                <groupId>com.microsoft.azure</groupId>
 | 
				
			||||||
                <artifactId>azure-servicebus</artifactId>
 | 
					                <artifactId>azure-servicebus</artifactId>
 | 
				
			||||||
                <version>${azure-servicebus.version}</version>
 | 
					                <version>${azure-servicebus.version}</version>
 | 
				
			||||||
                <exclusions>
 | 
					 | 
				
			||||||
                    <exclusion>
 | 
					 | 
				
			||||||
                        <groupId>com.microsoft.azure</groupId>
 | 
					 | 
				
			||||||
                        <artifactId>adal4j</artifactId>
 | 
					 | 
				
			||||||
                    </exclusion>
 | 
					 | 
				
			||||||
                </exclusions>
 | 
					 | 
				
			||||||
            </dependency>
 | 
					            </dependency>
 | 
				
			||||||
            <dependency>
 | 
					            <dependency>
 | 
				
			||||||
                <groupId>org.passay</groupId>
 | 
					                <groupId>org.passay</groupId>
 | 
				
			||||||
 | 
				
			|||||||
@ -93,5 +93,10 @@
 | 
				
			|||||||
            <artifactId>spring-data-redis</artifactId>
 | 
					            <artifactId>spring-data-redis</artifactId>
 | 
				
			||||||
            <scope>provided</scope>
 | 
					            <scope>provided</scope>
 | 
				
			||||||
        </dependency>
 | 
					        </dependency>
 | 
				
			||||||
 | 
					        <dependency>
 | 
				
			||||||
 | 
					            <groupId>com.sun.mail</groupId>
 | 
				
			||||||
 | 
					            <artifactId>javax.mail</artifactId>
 | 
				
			||||||
 | 
					            <scope>provided</scope>
 | 
				
			||||||
 | 
					        </dependency>
 | 
				
			||||||
    </dependencies>
 | 
					    </dependencies>
 | 
				
			||||||
</project>
 | 
					</project>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user