Bump commons-io (#12665)
This brings commons-io in-line with version in core. Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<name>openHAB Add-ons :: Bundles :: IPP Binding</name>
|
||||
|
||||
<properties>
|
||||
<bnd.importpackage>!org.simpleframework.xml.*,!org.cups4j,!net.sf.ehcache.*,!net.spy.*</bnd.importpackage>
|
||||
<bnd.importpackage>!org.simpleframework.xml.*,!org.cups4j,!net.sf.ehcache.*,!net.spy.*,!sun.nio.ch</bnd.importpackage>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -45,7 +45,7 @@
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.7</version>
|
||||
<version>2.11.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user