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:
parent
7b068bb111
commit
9d2d536fe6
2 changed files with 26 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue