Skip to content

Commit 087094d

Browse files
committed
Remove import package statement
1 parent 6605fbb commit 087094d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ val buildSettings = findbugsSettings ++ jacoco.settings ++ osgiSettings ++ Seq[S
2828
opts
2929
}
3030
},
31-
// OSGi settings
32-
OsgiKeys.importPackage := Seq("""org.osgi.framework;version="[1.5,2)""""),
3331
// Release settings
3432
releaseTagName := { (version in ThisBuild).value },
3533
releaseProcess := Seq[ReleaseStep](
@@ -107,7 +105,7 @@ lazy val msgpackJackson = Project(id = "msgpack-jackson", base = file("msgpack-j
107105
buildSettings,
108106
name := "jackson-dataformat-msgpack",
109107
description := "Jackson extension that adds support for MessagePack",
110-
OsgiKeys.bundleSymbolicName := "org.msgpack.jackson-dataformat-msgpack",
108+
OsgiKeys.bundleSymbolicName := "org.msgpack.msgpack-jackson",
111109
OsgiKeys.exportPackage := Seq(
112110
"org.msgpack.jackson",
113111
"org.msgpack.jackson.dataformat"

0 commit comments

Comments
 (0)