diff --git a/build.sbt b/build.sbt index 6627b970..9c3cb3b1 100644 --- a/build.sbt +++ b/build.sbt @@ -104,6 +104,8 @@ libraryDependencies ++= ("org.xerial.snappy", "snappy-java") ) +packageOptions += Package.ManifestAttributes("Automatic-Module-Name" -> "org.xerial.snappy") + enablePlugins(SbtOsgi) osgiSettings