]> git.basschouten.com Git - openhab-addons.git/commitdiff
[xmppclient] Set dependencies in the pom.xml to provided for all the one which exists...
authorFabien Carrion <fabien@carrion.mx>
Fri, 22 Oct 2021 17:26:01 +0000 (12:26 -0500)
committerGitHub <noreply@github.com>
Fri, 22 Oct 2021 17:26:01 +0000 (19:26 +0200)
Signed-off-by: Fabien Carrion <fabien@carrion.mx>
bundles/org.openhab.binding.xmppclient/pom.xml

index 04d84db12ed1b0263e83dce07223da0ba0158429..bfb83ed484a90fd1671f468306c65c7b9bfc10af 100644 (file)
       <groupId>org.igniterealtime.smack</groupId>
       <artifactId>smack-java7</artifactId>
       <version>${smack.version}</version>
-      <scope>compile</scope>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.igniterealtime.smack</groupId>
       <artifactId>smack-extensions</artifactId>
       <version>${smack.version}</version>
-      <scope>compile</scope>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.igniterealtime.smack</groupId>
       <artifactId>smack-im</artifactId>
       <version>${smack.version}</version>
-      <scope>compile</scope>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.igniterealtime.smack</groupId>
       <artifactId>smack-tcp</artifactId>
       <version>${smack.version}</version>
-      <scope>compile</scope>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.igniterealtime.smack</groupId>
       <artifactId>smack-experimental</artifactId>
       <version>${smack.version}</version>
-      <scope>compile</scope>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.minidns</groupId>
       <artifactId>minidns-core</artifactId>
       <version>0.3.3</version>
-      <scope>compile</scope>
+      <scope>provided</scope>
     </dependency>
   </dependencies>