thingsboard / rule-node-examples

Examples of custom Rule Nodes for ThingsBoard contribution guide
Apache License 2.0
14 stars 52 forks source link

mvn install failed #2

Closed esonhon closed 5 years ago

esonhon commented 5 years ago

When run mvn clean install, it failed with message: Failed to execute goal on project rule-engine: Could not resolve dependencies for project com.custom-nodes.tb:rule-engine:jar:1.0.0: The following artifacts could not be resolved: org.thingsboard.common:data:jar:2.1.1-SNAPSHOT, org.thingsboard.common:message:jar:2.1.1-SNAPSHOT, org.thingsboard:dao:jar:2.1.1-SNAPSHOT, org.thingsboard.rule-engine:rule-engine-api:jar:2.1.1-SNAPSHOT: Could not find artifact org.thingsboard.common:data:jar:2.1.1-SNAPSHOT -> [Help 1]

Have tried to change tb.version to 2.3.0, problem not resolved.

esonhon commented 5 years ago

I think 2.3.0 not exist in maven repository, modified to 2.3.1-SNAPSHOT, problem resolved.