cloud-edge-switch
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.chenile</groupId> <artifactId>cloud-edge-switch</artifactId> <version>2.0.38</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.chenile</groupId> <artifactId>chenile-messaging-parent</artifactId> <version>2.0.38</version> </parent> <groupId>org.chenile</groupId> <artifactId>cloud-edge-switch</artifactId> <version>2.0.38</version> <name>cloud-edge-switch - switches behaviours between the cloud and the edge</name> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <dependencies> <dependency> <groupId>org.chenile</groupId> <artifactId>chenile-http</artifactId> </dependency> <dependency> <groupId>org.chenile</groupId> <artifactId>chenile-proxy</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.wiremock</groupId> <artifactId>wiremock-standalone</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.chenile</groupId> <artifactId>service-registry-service</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.chenile</groupId> <artifactId>chenile-mqtt</artifactId> </dependency> <dependency> <groupId>org.chenile</groupId> <artifactId>cucumber-mqtt-utils</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>hivemq</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> </dependency> </dependencies> </project>