From 89f01d586a46d416b1ed853ef067c8cdfa53789c Mon Sep 17 00:00:00 2001
From: kongdeqiang <kongdeqiang960204@163.com>
Date: 星期三, 30 八月 2023 15:22:04 +0800
Subject: [PATCH] 提交更新
---
pom.xml | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/pom.xml b/pom.xml
index d8a76c0..73486ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,21 +111,21 @@
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
- <dependency>
- <groupId>net.sf</groupId>
- <artifactId>jni4net</artifactId>
- <version>0.8.8.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/resources/jni/jni4net.j-0.8.8.0.jar</systemPath>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>net.sf</groupId>-->
+<!-- <artifactId>jni4net</artifactId>-->
+<!-- <version>0.8.8.0</version>-->
+<!-- <scope>system</scope>-->
+<!-- <systemPath>${basedir}/src/main/resources/jni/jni4net.j-0.8.8.0.jar</systemPath>-->
+<!-- </dependency>-->
- <dependency>
- <groupId>com.led</groupId>
- <artifactId>show</artifactId>
- <version>0.0.1</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/resources/jni/LedShow.j4n.jar</systemPath>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>com.led</groupId>-->
+<!-- <artifactId>show</artifactId>-->
+<!-- <version>0.0.1</version>-->
+<!-- <scope>system</scope>-->
+<!-- <systemPath>${basedir}/src/main/resources/jni/LedShow.j4n.jar</systemPath>-->
+<!-- </dependency>-->
</dependencies>
<build>
--
Gitblit v1.9.1