samples icon indicating copy to clipboard operation
samples copied to clipboard

Samples Build Failure Demo Loader

Open CristianMendivelso opened this issue 7 years ago • 1 comments

image I have problems with the maven dependencies

CristianMendivelso avatar Feb 08 '18 16:02 CristianMendivelso

Hi Cristian,

I solveded some problem in Maven dependencies

you have to set <thingsboard.version>2.4.1-SNAPSHOT</thingsboard.version> 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

I solved some problem but still I got some compiling issue

let me know

Mirko

MirkoUgoliniDev avatar Oct 05 '19 16:10 MirkoUgoliniDev