markrmiller commented on a change in pull request #585: URL: https://github.com/apache/solr/pull/585#discussion_r819240165
########## File path: solr/modules/s3-repository/build.gradle ########## @@ -41,21 +41,25 @@ dependencies { runtimeOnly(group: 'com.fasterxml.woodstox', name: 'woodstox-core') runtimeOnly(group: 'org.codehaus.woodstox', name: 'stax2-api') - testImplementation project(':solr:test-framework') - testImplementation 'org.apache.lucene:lucene-test-framework' - testImplementation 'com.carrotsearch.randomizedtesting:randomizedtesting-runner' testImplementation 'junit:junit' + testImplementation 'com.carrotsearch.randomizedtesting:randomizedtesting-runner' + testImplementation 'org.apache.lucene:lucene-test-framework' + testImplementation project(':solr:test-framework') + + // overrides spring-boot pulled by com.adobe.testing:s3mock-junit4 to allow using a version + // compatible with recent Jetty + testImplementation 'org.springframework.boot:spring-boot' testImplementation('com.adobe.testing:s3mock-junit4') { // Don't pull in separate versions of these libs, just use what Solr already has exclude group: 'org.apache.logging.log4j', module: 'log4j-to-slf4j' exclude group: 'ch.qos.logback', module: 'logback-classic' exclude group: 'org.eclipse.jetty', module: '*' exclude group: 'io.netty', module: '*' - exclude group: 'commons-io', module: 'commons-io' + exclude group: 'software.amazon.awssdk', module: 'netty-nio-client' exclude group: 'commons-codec', module: 'commons-codec' + exclude group: 'commons-io', module: 'commons-io' exclude group: 'org.apache.commons', module: 'commons-lang3' - exclude group: 'software.amazon.awssdk', module: 'netty-nio-client' Review comment: Not really sure why that is there, probably conflict merging over time and changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org