mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-07 04:56:36 +01:00
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.3 to 1.15.4. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.14.3...jsoup-1.15.4) Also-by: Wouter Born <github@maindrain.net> Signed-off-by: dependabot[bot] <support@github.com>
11 lines
680 B
XML
11 lines
680 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<features name="org.openhab.binding.generacmobilelink-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
|
|
<repository>mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features</repository>
|
|
|
|
<feature name="openhab-binding-generacmobilelink" description="Generac MobileLink Binding" version="${project.version}">
|
|
<feature>openhab-runtime-base</feature>
|
|
<bundle dependency="true">mvn:org.jsoup/jsoup/1.15.4</bundle>
|
|
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.generacmobilelink/${project.version}</bundle>
|
|
</feature>
|
|
</features>
|