You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme states that 1.1.0-M01 / M02 have only mavenCentral dependencies.
Actual Behavior
Dependency resolution fails with:
Could not resolve dependencies for project
The following artifacts could not be resolved:
* io.projectreactor:reactor-core:jar:3.4.0-RC1,
* io.projectreactor.netty:reactor-netty-core:jar:1.0.0-RC1,
* io.projectreactor.netty:reactor-netty-http:jar:1.0.0-RC1:
Failure to find io.projectreactor:reactor-core:jar:3.4.0-RC1 in https://repo.maven.apache.org/maven2
The last version of project reactor on maven central is: 3.3.10.RELEASE
@jexp while the 1.1.0 is in the Milestone/RC phases, you will need to depend on the spring milestones to use an appropriate version of the reactor, apologies for that inconvenience, which is going to be fixed once the rsocket-java became a Release one
Expected Behavior
The readme states that 1.1.0-M01 / M02 have only mavenCentral dependencies.
Actual Behavior
Dependency resolution fails with:
The last version of project reactor on maven central is: 3.3.10.RELEASE
Steps to Reproduce
use this in your pom.xml
Possible Solution
Possibly point out a maven repo (the jfrog one didn't help) that has those deps, for the M0x versions in the readme.
Your Environment
The text was updated successfully, but these errors were encountered: