Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
This commit is contained in:
		
							parent
							
								
									082d11ea99
								
							
						
					
					
						commit
						cfab9c2d34
					
				
							
								
								
									
										46
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										46
									
								
								pom.xml
									
									
									
									
									
								
							@ -1476,6 +1476,12 @@
 | 
			
		||||
                <groupId>org.apache.httpcomponents</groupId>
 | 
			
		||||
                <artifactId>httpclient</artifactId>
 | 
			
		||||
                <version>${apache-httpclient.version}</version>
 | 
			
		||||
                <exclusions>
 | 
			
		||||
                    <exclusion>
 | 
			
		||||
                        <groupId>commons-logging</groupId>
 | 
			
		||||
                        <artifactId>commons-logging</artifactId>
 | 
			
		||||
                    </exclusion>
 | 
			
		||||
                </exclusions>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>org.apache.httpcomponents</groupId>
 | 
			
		||||
@ -1943,6 +1949,12 @@
 | 
			
		||||
                <groupId>org.elasticsearch.client</groupId>
 | 
			
		||||
                <artifactId>elasticsearch-rest-client</artifactId>
 | 
			
		||||
                <version>${elasticsearch.version}</version>
 | 
			
		||||
                <exclusions>
 | 
			
		||||
                    <exclusion>
 | 
			
		||||
                        <groupId>commons-logging</groupId>
 | 
			
		||||
                        <artifactId>commons-logging</artifactId>
 | 
			
		||||
                    </exclusion>
 | 
			
		||||
                </exclusions>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>org.javadelight</groupId>
 | 
			
		||||
@ -1968,11 +1980,23 @@
 | 
			
		||||
                <groupId>com.amazonaws</groupId>
 | 
			
		||||
                <artifactId>aws-java-sdk-sqs</artifactId>
 | 
			
		||||
                <version>${aws.sdk.version}</version>
 | 
			
		||||
                <exclusions>
 | 
			
		||||
                    <exclusion>
 | 
			
		||||
                        <groupId>commons-logging</groupId>
 | 
			
		||||
                        <artifactId>commons-logging</artifactId>
 | 
			
		||||
                    </exclusion>
 | 
			
		||||
                </exclusions>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>com.amazonaws</groupId>
 | 
			
		||||
                <artifactId>aws-java-sdk-sns</artifactId>
 | 
			
		||||
                <version>${aws.sdk.version}</version>
 | 
			
		||||
                <exclusions>
 | 
			
		||||
                    <exclusion>
 | 
			
		||||
                        <groupId>commons-logging</groupId>
 | 
			
		||||
                        <artifactId>commons-logging</artifactId>
 | 
			
		||||
                    </exclusion>
 | 
			
		||||
                </exclusions>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>com.google.cloud</groupId>
 | 
			
		||||
@ -2102,6 +2126,10 @@
 | 
			
		||||
                        <groupId>org.slf4j</groupId>
 | 
			
		||||
                        <artifactId>*</artifactId>
 | 
			
		||||
                    </exclusion>
 | 
			
		||||
                    <exclusion>
 | 
			
		||||
                        <groupId>commons-logging</groupId>
 | 
			
		||||
                        <artifactId>commons-logging</artifactId>
 | 
			
		||||
                    </exclusion>
 | 
			
		||||
                    <exclusion>
 | 
			
		||||
                        <groupId>com.github.spotbugs</groupId>
 | 
			
		||||
                        <artifactId>spotbugs-annotations</artifactId>
 | 
			
		||||
@ -2136,6 +2164,12 @@
 | 
			
		||||
                <artifactId>mockserver-netty</artifactId>
 | 
			
		||||
                <version>${mock-server.version}</version>
 | 
			
		||||
                <scope>test</scope>
 | 
			
		||||
                <exclusions>
 | 
			
		||||
                    <exclusion>
 | 
			
		||||
                        <groupId>commons-logging</groupId>
 | 
			
		||||
                        <artifactId>commons-logging</artifactId>
 | 
			
		||||
                    </exclusion>
 | 
			
		||||
                </exclusions>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>org.mock-server</groupId>
 | 
			
		||||
@ -2168,6 +2202,12 @@
 | 
			
		||||
                <groupId>com.google.firebase</groupId>
 | 
			
		||||
                <artifactId>firebase-admin</artifactId>
 | 
			
		||||
                <version>${firebase-admin.version}</version>
 | 
			
		||||
                <exclusions>
 | 
			
		||||
                    <exclusion>
 | 
			
		||||
                        <groupId>commons-logging</groupId>
 | 
			
		||||
                        <artifactId>commons-logging</artifactId>
 | 
			
		||||
                    </exclusion>
 | 
			
		||||
                </exclusions>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>org.eclipse.jgit</groupId>
 | 
			
		||||
@ -2203,6 +2243,12 @@
 | 
			
		||||
                <groupId>org.apache.xmlgraphics</groupId>
 | 
			
		||||
                <artifactId>batik-transcoder</artifactId>
 | 
			
		||||
                <version>${apache-xmlgraphics.version}</version>
 | 
			
		||||
                <exclusions>
 | 
			
		||||
                    <exclusion>
 | 
			
		||||
                        <groupId>commons-logging</groupId>
 | 
			
		||||
                        <artifactId>commons-logging</artifactId>
 | 
			
		||||
                    </exclusion>
 | 
			
		||||
                </exclusions>
 | 
			
		||||
            </dependency>
 | 
			
		||||
            <dependency>
 | 
			
		||||
                <groupId>org.apache.xmlgraphics</groupId>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user