Removed commented out rPi service dependency in RPi feature pom

Shabirmean 9 years ago
parent 0ae8bb200c
commit b167332508

@ -42,11 +42,11 @@
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<artifactId>org.wso2.carbon.device.mgt.iot.raspberrypi.plugin.impl</artifactId>
</dependency>
<!--<dependency>-->
<!--<groupId>org.wso2.carbon.devicemgt-plugins</groupId>-->
<!--<artifactId>org.wso2.carbon.device.mgt.iot.raspberrypi.service.impl</artifactId>-->
<!--<type>war</type>-->
<!--</dependency>-->
<dependency>
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<artifactId>org.wso2.carbon.device.mgt.iot.raspberrypi.service.impl</artifactId>
<type>war</type>
</dependency>
</dependencies>
<build>

Loading…
Cancel
Save