thingsboard / samples

Thingboard sample applications
Apache License 2.0
32 stars 50 forks source link

Samples Build Failure Demo Loader #5

Open CristianMendivelso opened 6 years ago

CristianMendivelso commented 6 years ago

image I have problems with the maven dependencies

MirkoUgoliniDev commented 5 years ago

Hi Cristian,

I solveded some problem in Maven dependencies

you have to set

2.4.1-SNAPSHOT in the pom file of sample more... add the remote repository os Thingboard: in the bottom of the pom file where are defined others repository thingsboard https://repo.thingsboard.io/artifactory/libs-release-public more you have to remove from DemoData class **PluginMetaData** and **RuleMetaData** couse they no longer exist in library ![image](https://user-images.githubusercontent.com/12691549/66257600-8511e380-e79b-11e9-9111-bd343f84ec52.png) I solved some problem but still I got some compiling issue let me know Mirko