Add POM and feature dependencies for commons-net (#9940)

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2021-01-25 13:45:12 +01:00
committed by GitHub
parent 239e33af26
commit f926cd8080
23 changed files with 155 additions and 4 deletions

View File

@@ -366,6 +366,12 @@
<artifactId>org.openhab.core.bom.openhab-core</artifactId>
<type>pom</type>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.openhab.core.bom</groupId>