From 2d208602fcbf9442f922bf0d25d59b81851ee687 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 26 九月 2024 21:53:34 +0800
Subject: [PATCH] 1

---
 ycl-platform/pom.xml |   98 +++++++++++++++++++++++++-----------------------
 1 files changed, 51 insertions(+), 47 deletions(-)

diff --git a/ycl-platform/pom.xml b/ycl-platform/pom.xml
index 909d85e..adb8330 100644
--- a/ycl-platform/pom.xml
+++ b/ycl-platform/pom.xml
@@ -30,12 +30,12 @@
             <artifactId>spring-boot-starter-test</artifactId>
             <scope>test</scope>
         </dependency>
-<!--        <dependency>-->
-<!--            <groupId>com.ycl</groupId>-->
-<!--            <artifactId>ycl-generator</artifactId>-->
-<!--            <version>1.0.0</version>-->
-<!--            <scope>compile</scope>-->
-<!--        </dependency>-->
+        <!--        <dependency>-->
+        <!--            <groupId>com.ycl</groupId>-->
+        <!--            <artifactId>ycl-generator</artifactId>-->
+        <!--            <version>1.0.0</version>-->
+        <!--            <scope>compile</scope>-->
+        <!--        </dependency>-->
         <dependency>
             <groupId>com.alibaba.xxpt</groupId>
             <artifactId>zwdd</artifactId>
@@ -60,17 +60,23 @@
             <artifactId>fastjson2</artifactId>
             <version>2.0.14</version>
         </dependency>
+
+        <dependency>
+            <groupId>net.java.dev.jna</groupId>
+            <artifactId>jna</artifactId>
+            <version>5.4.0</version>
+        </dependency>
     </dependencies>
 
-<!--    <build>-->
-<!--        <finalName>ycl-platform</finalName>-->
-<!--        <plugins>-->
-<!--            <plugin>-->
-<!--                <groupId>org.springframework.boot</groupId>-->
-<!--                <artifactId>spring-boot-maven-plugin</artifactId>-->
-<!--            </plugin>-->
-<!--        </plugins>-->
-<!--    </build>-->
+    <!--    <build>-->
+    <!--        <finalName>ycl-platform</finalName>-->
+    <!--        <plugins>-->
+    <!--            <plugin>-->
+    <!--                <groupId>org.springframework.boot</groupId>-->
+    <!--                <artifactId>spring-boot-maven-plugin</artifactId>-->
+    <!--            </plugin>-->
+    <!--        </plugins>-->
+    <!--    </build>-->
 
     <build>
         <plugins>
@@ -90,16 +96,16 @@
                     </execution>
                 </executions>
                 <!-- 濡傛灉瑕佹妸渚濊禆涓�璧锋墦鍖�,娉ㄩ噴涓嬮潰configuration -->
-<!--                <configuration>-->
-<!--                    <layout>ZIP</layout>-->
-<!--                    <includes>-->
-<!--                        &lt;!&ndash;灏嗕緷璧栧墧闄�,鍙紪璇戞墦鍖呮湰椤圭洰&ndash;&gt;-->
-<!--                        <include>-->
-<!--                            <groupId>nothing</groupId>-->
-<!--                            <artifactId>nothing</artifactId>-->
-<!--                        </include>-->
-<!--                    </includes>-->
-<!--                </configuration>-->
+                <!--                <configuration>-->
+                <!--                    <layout>ZIP</layout>-->
+                <!--                    <includes>-->
+                <!--                        &lt;!&ndash;灏嗕緷璧栧墧闄�,鍙紪璇戞墦鍖呮湰椤圭洰&ndash;&gt;-->
+                <!--                        <include>-->
+                <!--                            <groupId>nothing</groupId>-->
+                <!--                            <artifactId>nothing</artifactId>-->
+                <!--                        </include>-->
+                <!--                    </includes>-->
+                <!--                </configuration>-->
             </plugin>
 
 
@@ -112,22 +118,21 @@
                 </configuration>
             </plugin>
 
-<!--            <plugin>-->
-<!--                <artifactId>maven-dependency-plugin</artifactId>-->
-<!--                <configuration>-->
-<!--                    <outputDirectory>${project.build.directory}/lib</outputDirectory>-->
-<!--                </configuration>-->
-<!--                &lt;!&ndash;鎵цpackage鏃惰嚜鍔ㄥ皢渚濊禆澶嶅埗鍑烘潵鍒�/lib涓�&ndash;&gt;-->
-<!--                <executions>-->
-<!--                    <execution>-->
-<!--                        <phase>package</phase>-->
-<!--                        <goals>-->
-<!--                            <goal>copy-dependencies</goal>-->
-<!--                        </goals>-->
-<!--                    </execution>-->
-<!--                </executions>-->
-<!--            </plugin>-->
-
+            <!--            <plugin>-->
+            <!--                <artifactId>maven-dependency-plugin</artifactId>-->
+            <!--                <configuration>-->
+            <!--                    <outputDirectory>${project.build.directory}/lib</outputDirectory>-->
+            <!--                </configuration>-->
+            <!--                &lt;!&ndash;鎵цpackage鏃惰嚜鍔ㄥ皢渚濊禆澶嶅埗鍑烘潵鍒�/lib涓�&ndash;&gt;-->
+            <!--                <executions>-->
+            <!--                    <execution>-->
+            <!--                        <phase>package</phase>-->
+            <!--                        <goals>-->
+            <!--                            <goal>copy-dependencies</goal>-->
+            <!--                        </goals>-->
+            <!--                    </execution>-->
+            <!--                </executions>-->
+            <!--            </plugin>-->
 
 
             <plugin>
@@ -138,7 +143,7 @@
                         <path>
                             <groupId>org.projectlombok</groupId>
                             <artifactId>lombok</artifactId>
-                            <version>1.18.20</version>
+                            <version>1.18.22</version>
                         </path>
                     </annotationProcessorPaths>
 
@@ -162,7 +167,7 @@
                         <manifest>
                             <addClasspath>true</addClasspath>
                             <classpathPrefix>lib/</classpathPrefix>
-<!--                            <mainClass>your.class</mainClass>-->
+                            <!--                            <mainClass>your.class</mainClass>-->
                         </manifest>
                     </archive>
                 </configuration>
@@ -174,16 +179,15 @@
             <resource>
                 <directory>src\main\resources\libs</directory>
                 <targetPath>BOOT-INF\lib</targetPath>
-                <!--  <includes>
-                      <include>**/*.jar</include>
-                  </includes>-->
+                <includes>
+                    <include>**/*.jar</include>
+                </includes>
             </resource>
             <resource>
                 <directory>src/main/resources</directory>
             </resource>
         </resources>
     </build>
-
 
 
 </project>

--
Gitblit v1.8.0