]> git.basschouten.com Git - openhab-addons.git/commitdiff
Remove strict version dependencies (#12816)
authorJacob Laursen <jacob-github@vindvejr.dk>
Mon, 30 May 2022 10:03:31 +0000 (12:03 +0200)
committerGitHub <noreply@github.com>
Mon, 30 May 2022 10:03:31 +0000 (12:03 +0200)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
bundles/org.openhab.binding.tado/pom.xml

index d6e52901986400b0d5ed63ebd8207de6a8be6802..7937a2d174e3749c2d5db442dcad385c7a716364 100644 (file)
     </plugins>
   </build>
 
-  <dependencies>
-    <dependency>
-      <groupId>com.google.code.gson</groupId>
-      <artifactId>gson</artifactId>
-      <version>2.8.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.jetty</groupId>
-      <artifactId>jetty-client</artifactId>
-      <version>9.4.12.v20180830</version>
-    </dependency>
-  </dependencies>
-
 </project>