Commit a91d23351f6325992b1e1526d759ad678b1dd51c
Merge branch 'master' of github.com:thingsboard/thingsboard
Showing
6 changed files
with
22 additions
and
7 deletions
... | ... | @@ -45,10 +45,10 @@ |
45 | 45 | </properties> |
46 | 46 | |
47 | 47 | <dependencies> |
48 | -<!-- <dependency>--> | |
49 | -<!-- <groupId>org.thingsboard.common.transport</groupId>--> | |
50 | -<!-- <artifactId>transport-api</artifactId>--> | |
51 | -<!-- </dependency>--> | |
48 | + <dependency> | |
49 | + <groupId>org.springframework.boot</groupId> | |
50 | + <artifactId>spring-boot-starter-web</artifactId> | |
51 | + </dependency> | |
52 | 52 | <dependency> |
53 | 53 | <groupId>org.thingsboard.common.transport</groupId> |
54 | 54 | <artifactId>lwm2m</artifactId> | ... | ... |