FXMisc / UndoFX

Undo manager for JavaFX
BSD 2-Clause "Simplified" License
98 stars 17 forks source link

Maven Artifact has a corrupt dependency to react.fx #3

Closed sialcasa closed 10 years ago

sialcasa commented 10 years ago

As you can see here:

http://search.maven.org/#artifactdetails%7Corg.fxmisc.undo%7Cundofx%7C1.0.0%7Cjar

The defined dependency:

<dependency>
      <groupId>org.reactfx</groupId>
      <artifactId>reactfx</artifactId>
      <version>1.0+</version>
      <scope>compile</scope>
</dependency>

Has a plus sign which makes the dependency corrupt.

TomasMikula commented 10 years ago

Thanks for reporting. I was told before that the '+' ranges only work with gradle. It is fixed now.

sialcasa commented 10 years ago

Can please deploy it with a new version?

TomasMikula commented 10 years ago

What is the problem? Can you not clear your local cache?

sialcasa commented 10 years ago

Mh, noting, didn't expect that you override the deployed version to do a fix. Anyway, it seems to work..

TomasMikula commented 10 years ago

Yeah, there's no change in the source code, so I just overrode the deployed version and it worked.