Skip to content

Commit 679b3ff

Browse files
committed
✨ add lwm2m protocol
1 parent 7a4cf66 commit 679b3ff

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

IOT-Guide-Lwm2m/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<parent>
6+
<artifactId>IOT-Guide</artifactId>
7+
<groupId>iot.technology</groupId>
8+
<version>1.0-SNAPSHOT</version>
9+
</parent>
10+
<modelVersion>4.0.0</modelVersion>
11+
12+
<name>IOT Technology Guide :: Lwm2m</name>
13+
<artifactId>IOT-Guide-Lwm2m</artifactId>
14+
15+
<properties>
16+
<maven.compiler.source>8</maven.compiler.source>
17+
<maven.compiler.target>8</maven.compiler.target>
18+
</properties>
19+
20+
</project>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
<module>IOT-Guide-OAuth2.0-Resource</module>
7777
<module>IOT-Guide-Grpc-Protobuf</module>
7878
<module>IOT-Guide-RuleEngine-Introduce</module>
79+
<module>IOT-Guide-Lwm2m</module>
7980
</modules>
8081

8182
<url>https://iot.mushuwei.cn/</url>

0 commit comments

Comments
 (0)