Skip to content

Commit

Permalink
Merge pull request magro#113 from MarcMil/master
Browse files Browse the repository at this point in the history
Fix OSGI version range. [5.0.0,) does not seem to be allowed.
  • Loading branch information
magro authored May 16, 2019
2 parents 103f2a6 + e09f73e commit cc89b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<configuration>
<instructions>
<Import-Package><![CDATA[
com.esotericsoftware.kryo*;version="[5.0.0,)",
com.esotericsoftware.kryo*;version="5.0.0",
com.esotericsoftware.minlog*;version="[1.2,2.0)",
sun.reflect;resolution:=optional,
*
Expand Down

0 comments on commit cc89b03

Please sign in to comment.