jamesseatter / home_measurement_iot_collector

Home Heating IOT Client written in Java
1 stars 0 forks source link

Remove maven dependencies on Azure IOT, Legacy RabbitMQ and JSLT #155

Closed jamesseatter closed 2 years ago

jamesseatter commented 2 years ago
    <dependency>
        <groupId>com.microsoft.azure.sdk.iot</groupId>
        <artifactId>iot-device-client</artifactId>
        <version>2.1.2</version>
    </dependency>
    <dependency>
        <groupId>jstl</groupId>
        <artifactId>jstl</artifactId>
        <version>1.2</version>
        <scope>compile</scope>
    </dependency>
    Start Web Jars