Update bnd to 5.2.0 (#9785)
See: https://github.com/bndtools/bnd/wiki/Changes-in-5.2.0 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
795189d605
commit
0f118c6b7e
3
pom.xml
3
pom.xml
|
@ -69,7 +69,7 @@
|
||||||
<maven.compiler.compilerVersion>${oh.java.version}</maven.compiler.compilerVersion>
|
<maven.compiler.compilerVersion>${oh.java.version}</maven.compiler.compilerVersion>
|
||||||
|
|
||||||
<ohc.version>3.1.0-SNAPSHOT</ohc.version>
|
<ohc.version>3.1.0-SNAPSHOT</ohc.version>
|
||||||
<bnd.version>5.1.2</bnd.version>
|
<bnd.version>5.2.0</bnd.version>
|
||||||
<karaf.version>4.2.7</karaf.version>
|
<karaf.version>4.2.7</karaf.version>
|
||||||
<sat.version>0.10.0</sat.version>
|
<sat.version>0.10.0</sat.version>
|
||||||
<slf4j.version>1.7.21</slf4j.version>
|
<slf4j.version>1.7.21</slf4j.version>
|
||||||
|
@ -152,6 +152,7 @@ Import-Package: \\
|
||||||
!*.impl.*, \\
|
!*.impl.*, \\
|
||||||
org.openhab.*, \\
|
org.openhab.*, \\
|
||||||
${bnd.exportpackage}
|
${bnd.exportpackage}
|
||||||
|
-noimportjava: true
|
||||||
-sources: false
|
-sources: false
|
||||||
-contract: *
|
-contract: *
|
||||||
-includeresource: ${bnd.includeresource}
|
-includeresource: ${bnd.includeresource}
|
||||||
|
|
Loading…
Reference in New Issue