Skip to content

reactor-core maven dependency transfer problem  #150

@apconw

Description

@apconw

Dependency transfer problem

<dependency>
          <groupId>io.projectreactor</groupId>
          <artifactId>reactor-core</artifactId>
          <version>3.4.9</version>
</dependency>

environment:

<parent>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-parent</artifactId>
       <version>2.1.1.RELEASE</version>
   </parent>

spring-boot-dependencies-2.1.1.RELEASE.pom

   <dependency>
         <groupId>io.projectreactor</groupId>
         <artifactId>reactor-bom</artifactId>
         <version>Californium-SR3</version>
          <type>pom</type>
         <scope>import</scope>
 </dependency>

<dependency>
       <groupId>io.projectreactor</groupId>
       <artifactId>reactor-core</artifactId>
       <version>3.2.3.RELEASE</version>
       <scope>compile</scope>
</dependency>

Metadata

Metadata

Assignees

Labels

dependenciesPull requests that update a dependency fileenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions