From 31cde7475c41aa9dbcc6d282ca3d92a07bd37bef Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期一, 05 八月 2024 20:16:03 +0800
Subject: [PATCH] 优化代码

---
 pms-parent/pom.xml |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/pms-parent/pom.xml b/pms-parent/pom.xml
index 5524354..4fd9c87 100644
--- a/pms-parent/pom.xml
+++ b/pms-parent/pom.xml
@@ -26,6 +26,7 @@
         <module>pms-web-other</module>
         <module>pms-web-platform</module>
         <module>pms-web-product</module>
+        <module>pms-web-report</module>
         <module>pms-web-sso</module>
         <module>pms-web-station</module>
     </modules>
@@ -60,6 +61,10 @@
         <thumbnailator.version>0.4.20</thumbnailator.version>
         <!-- google zxing 鐢熸垚浜岀淮鐮� -->
         <google.zxing.version>3.5.3</google.zxing.version>
+
+        <!-- 鑾峰緱绯荤粺淇℃伅 -->
+        <com.github.oshi-core.version>6.6.2</com.github.oshi-core.version>
+        <net.java.dev.jna.version>5.12.1</net.java.dev.jna.version>
 
         <spring-boot-maven-plugin.version>3.2.0</spring-boot-maven-plugin.version>
         <maven-jar-plugin-plugin.version>3.3.0</maven-jar-plugin-plugin.version>
@@ -318,6 +323,30 @@
                 <scope>import</scope>
             </dependency>
 
+
+            <!-- 鑾峰緱绯荤粺淇℃伅 -->
+            <dependency>
+                <groupId>com.github.oshi</groupId>
+                <artifactId>oshi-core</artifactId>
+                <version>${com.github.oshi-core.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <dependency>
+                <groupId>net.java.dev.jna</groupId>
+                <artifactId>jna</artifactId>
+                <version>${net.java.dev.jna.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <dependency>
+                <groupId>net.java.dev.jna</groupId>
+                <artifactId>jna-platform</artifactId>
+                <version>${net.java.dev.jna.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+
             <!-- Hutool鏄竴涓皬鑰屽叏鐨凧ava宸ュ叿绫诲簱(https://github.com/dromara/hutool)  -->
             <dependency>
                 <groupId>cn.hutool</groupId>

--
Gitblit v1.8.0