compile(group: 'org.springframework.boot',name: 
'spring-boot-starter-web',version: '2.2.6.RELEASE')
compile(group: 'javax.inject', name: 'javax.inject', version:'1')
compile(group: 'javax.ws.rs', name: 'javax.ws.rs-api', version: '2.1.1')
compile group: 'ch.qos.logback', name: 'logback-core', version: '1.2.3'
compile group: 'com.newrelic.agent.java', name: 'newrelic-api', version: 
'5.11.0'
compile group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.3.1'
compile group: 'org.springdoc', name: 'springdoc-openapi-webmvc-core', version: 
‘1.3.1'


I am starting to suspect spring framework.



> On Jun 18, 2020, at 12:09 PM, Chris Hostetter <hossman_luc...@fucit.org> 
> wrote:
> 
> 
> : Subject: Does 8.5.2 depend on 8.2.0
> 
> No.  The code certainly doesn't, but i suppose it's possible some metadata 
> somewhere in some pom file may be broken? 
> 
> 
> : My build.gradle has this:
> : compile(group: 'org.apache.solr', name: 'solr-solrj', version:'8.5.2')
> : No where is there a reference to 8.2.0
> 
> it sounds like you are using transitive dependencies (otherwise it 
> wouldn't make sense for you to wonder if 8.5.2 depends on 8.2.0) ... is it 
> posisble some *other* library you are depending on is depending on 8.2.0 
> directly? what does your dependency tree look like?
> 
> https://docs.gradle.org/current/userguide/viewing_debugging_dependencies.html
> 
> 
> -Hoss
> http://www.lucidworks.com/

Reply via email to