mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade commons-net to 3.12.0 (#4982)
* Upgrade commons-net to 3.12.0 Upgrade commons-net from 3.11.1 to 3.12.0, see changelog: https://commons.apache.org/proper//commons-net/changes.html#a3.12.0 Signed-off-by: Holger Friedrich <mail@holger-friedrich.de> * Add dependency to feature Signed-off-by: Holger Friedrich <mail@holger-friedrich.de> --------- Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -51,8 +51,9 @@
|
||||
</feature>
|
||||
|
||||
<feature name="openhab.tp-commons-net" description="The Apache Commons Net library" version="${project.version}">
|
||||
<capability>openhab.tp;feature=commons-net;version=3.11.1</capability>
|
||||
<bundle dependency="true">mvn:commons-net/commons-net/3.11.1</bundle>
|
||||
<capability>openhab.tp;feature=commons-net;version=3.12.0</capability>
|
||||
<bundle dependency="true">mvn:commons-net/commons-net/3.12.0</bundle>
|
||||
<bundle dependency="true">mvn:commons-io/commons-io/2.20.0</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="openhab.tp-gson" description="Gson" version="${project.version}">
|
||||
|
||||
Reference in New Issue
Block a user