Skip to content

Commit

Permalink
[xmppclient] Set dependencies in the pom.xml to provided for all the …
Browse files Browse the repository at this point in the history
…one which exists in features.xml (openhab#11418)

Signed-off-by: Fabien Carrion <fabien@carrion.mx>
Signed-off-by: Nick Waterton <n.waterton@outlook.com>
  • Loading branch information
gkfabs authored and NickWaterton committed Dec 30, 2021
1 parent 0c311e8 commit ec7df45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bundles/org.openhab.binding.xmppclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,37 +23,37 @@
<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>

Expand Down

0 comments on commit ec7df45

Please sign in to comment.