Skip to content

Commit

Permalink
🔨 依赖调整
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Sep 1, 2024
1 parent 9ed0636 commit d9fed36
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/mica-mqtt-client-solon-plugin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<dependencies>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-api</artifactId>
<artifactId>solon-web</artifactId>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
Expand Down
2 changes: 1 addition & 1 deletion example/mica-mqtt-server-solon-plugin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-api</artifactId>
<artifactId>solon-web</artifactId>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</dependency>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-api</artifactId>
<artifactId>solon-web</artifactId>
<version>${solon.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion starter/mica-mqtt-client-solon-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</dependency>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-api</artifactId>
<artifactId>solon-web</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion starter/mica-mqtt-server-solon-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!-- 简单的本地定时任务调度 -->
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-api</artifactId>
<artifactId>solon-web</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d9fed36

Please sign in to comment.