Skip to content

Commit

Permalink
✨ add lwm2m protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
sanshengshui committed May 20, 2021
1 parent 7a4cf66 commit 679b3ff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions IOT-Guide-Lwm2m/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<name>IOT Technology Guide :: Lwm2m</name>
<artifactId>IOT-Guide-Lwm2m</artifactId>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>

</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<module>IOT-Guide-OAuth2.0-Resource</module>
<module>IOT-Guide-Grpc-Protobuf</module>
<module>IOT-Guide-RuleEngine-Introduce</module>
<module>IOT-Guide-Lwm2m</module>
</modules>

<url>https://iot.mushuwei.cn/</url>
Expand Down

0 comments on commit 679b3ff

Please sign in to comment.