Skip to content

Commit

Permalink
[miio] remove version constraint on gson
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelrv committed Aug 13, 2017
1 parent 7fe00ba commit 21cd95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/binding/org.openhab.binding.miio/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: .
Import-Package: com.google.common.collect,
com.google.gson,
com.google.gson.annotations;version="2.5.0",
com.google.gson.stream;version="2.5.0",
com.google.gson.annotations,
com.google.gson.stream,
org.apache.commons.io,
org.eclipse.smarthome.config.core,
org.eclipse.smarthome.config.discovery,
Expand Down

0 comments on commit 21cd95c

Please sign in to comment.