magro / kryo-serializers

More kryo serializers
Apache License 2.0
381 stars 120 forks source link

Import-Package's kryo version range is wrong in the pom.xml. #67

Closed ranerp closed 6 years ago

ranerp commented 7 years ago

I am not able to install Eclipse plugin that contains kryo-serializers due to not finding the correct version of kryo, even when the kryo 4.0.0 dependency is available.

Missing requirement: kryo serializers 0.41.0 (de.javakaffee.kryo-serializers 0.41.0) requires 'package com.esotericsoftware.kryo [3.0.3,4.0.0)' but it could not be found

As I started to look in the pom.xml I found this:

`

`

Shouldn't it be [3.0.3, 4.0] or [3.0.3, 5.0)?

magro commented 6 years ago

Fixed with #82 / commit d3c3c7c