spring-mqtt-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-mqtt-common</artifactId>
<version>5.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-mqtt-common</artifactId>
<version>5.0.0</version>
<name>spring-mqtt-common</name>
<description>spring-mqtt-common</description>
<url>https://github.com/spring-cloud/spring-functions-catalog</url>
<organization>
<name>Spring IO</name>
<url>https://spring.io/projects/spring-functions-catalog</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>artembilan</id>
<name>Artem Bilan</name>
<email>artem.bilan@broadcom.com</email>
<roles>
<role>project lead</role>
</roles>
</developer>
<developer>
<id>corneil</id>
<name>Corneil du Plessis</name>
<email>corneil.du-plessis@broadcom.com</email>
</developer>
<developer>
<id>sobychacko</id>
<name>Soby Chacko</name>
<email>soby.chacko@broadcom.com</email>
</developer>
<developer>
<id>onobc</id>
<name>Chris Bono</name>
<email>chris.bono@broadcom.com</email>
</developer>
<developer>
<id>tzolov</id>
<name>Christian Tzolov</name>
<email>christian.tzolov@broadcom.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/spring-cloud/spring-functions-catalog.git</connection>
<developerConnection>git@github.com/spring-cloud/spring-functions-catalog.git</developerConnection>
<url>https://github.com/spring-cloud/spring-functions-catalog</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/spring-cloud/spring-functions-catalog/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-config-common</artifactId>
<version>5.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
<version>3.2.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
<version>3.2.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-integration</artifactId>
<version>3.2.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-mqtt</artifactId>
<version>6.2.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>