Fixes #90, by adding OSGi export setting foe org.xerial.snappy.buffer package. 1.1.1.5 release
This commit is contained in:
parent
35ed7a8386
commit
0122b6bfcc
|
@ -76,7 +76,7 @@ libraryDependencies ++= Seq(
|
|||
osgiSettings
|
||||
|
||||
|
||||
OsgiKeys.exportPackage := Seq("org.xerial.snappy")
|
||||
OsgiKeys.exportPackage := Seq("org.xerial.snappy", "org.xerial.snappy.buffer")
|
||||
|
||||
OsgiKeys.bundleSymbolicName := "org.xerial.snappy.snappy-java"
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
version in ThisBuild := "1.1.1.5-SNAPSHOT"
|
||||
version in ThisBuild := "1.1.1.5"
|
||||
|
|
Loading…
Reference in New Issue