Update bnd to 5.2.0 (#790)
See: https://github.com/bndtools/bnd/wiki/Changes-in-5.2.0 Signed-off-by: Wouter Born <github@maindrain.net>pull/799/head
parent
33365e1681
commit
e270d759ca
3
pom.xml
3
pom.xml
|
@ -67,7 +67,7 @@
|
|||
<maven.compiler.target>${oh.java.version}</maven.compiler.target>
|
||||
<maven.compiler.compilerVersion>${oh.java.version}</maven.compiler.compilerVersion>
|
||||
|
||||
<bnd.version>5.1.2</bnd.version>
|
||||
<bnd.version>5.2.0</bnd.version>
|
||||
<eea.version>2.2.1</eea.version>
|
||||
<karaf.version>4.2.7</karaf.version>
|
||||
<sat.version>0.10.0</sat.version>
|
||||
|
@ -100,6 +100,7 @@ Import-Package: \\
|
|||
!*.internal.*,\\
|
||||
!*.impl.*, \\
|
||||
org.openhab.*
|
||||
-noimportjava: true
|
||||
-sources: false
|
||||
-contract: *
|
||||
-includeresource: -${.}/NOTICE, -${.}/*.xsd]]></bnd>
|
||||
|
|
Loading…
Reference in New Issue