[bsblan] Remove org.apache.commons (#14515)

* Replace org.apache.commons with org.unbescape

Signed-off-by: lsiepel <leosiepel@gmail.com>
This commit is contained in:
lsiepel
2023-03-10 23:37:45 +01:00
committed by GitHub
parent 8e9bc3124e
commit 039e3aa73a
2 changed files with 11 additions and 2 deletions

View File

@@ -14,4 +14,13 @@
<name>openHAB Add-ons :: Bundles :: BSB-LAN Binding</name>
<dependencies>
<dependency>
<groupId>org.unbescape</groupId>
<artifactId>unbescape</artifactId>
<version>1.1.6.RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>