1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 08:38:13 -07:00

Initial work for the OSGI plug-in.

This commit is contained in:
Cedric Beust 2016-04-04 05:19:25 -08:00
parent 7b068bb111
commit 9d2d536fe6
2 changed files with 26 additions and 1 deletions

View file

@ -135,7 +135,10 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
"com.google.code.findbugs:jsr305:3.0.1",
"com.google.code.gson:gson:${Versions.gson}",
"com.squareup.okhttp3:okhttp:${Versions.okhttp}",
"org.codehaus.plexus:plexus-utils:3.0.22")
"org.codehaus.plexus:plexus-utils:3.0.22",
"biz.aQute.bnd:bndlib:2.4.0"
)
}