mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
Add commons-fileupload back to runtime BOM (#1458)
Fixes resolving bundles in the Demo App. It's a dependency of org.apache.felix.webconsole Caused by: #1436 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
30839ac487
commit
54082a6fc8
@ -348,6 +348,12 @@
|
||||
<!-- END: logging -->
|
||||
|
||||
<!-- Apache Commons -->
|
||||
<dependency>
|
||||
<groupId>commons-fileupload</groupId>
|
||||
<artifactId>commons-fileupload</artifactId>
|
||||
<version>1.3.3</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user