From 34981c30a78e8bbd7791131059a9210f9928b62c Mon Sep 17 00:00:00 2001
From: 刘光辉 <347230014@qq.com>
Date: 星期四, 17 九月 2026 09:24:09 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into master

---
 jnpf-file/jnpf-file-upload/pom.xml |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

diff --git a/jnpf-file/jnpf-file-upload/pom.xml b/jnpf-file/jnpf-file-upload/pom.xml
new file mode 100644
index 0000000..0311142
--- /dev/null
+++ b/jnpf-file/jnpf-file-upload/pom.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <parent>
+        <artifactId>jnpf-file</artifactId>
+        <groupId>com.jnpf</groupId>
+        <version>6.1.0-RELEASE</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+
+    <artifactId>jnpf-file-upload</artifactId>
+    <description>鏂囦欢涓婁紶绫�</description>
+
+    <dependencies>
+        <dependency>
+            <groupId>com.jnpf</groupId>
+            <artifactId>jnpf-file-model</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <!--鏂囦欢涓婁紶鏍稿績-->
+        <dependency>
+            <groupId>com.jnpf</groupId>
+            <artifactId>jnpf-common-core</artifactId>
+        </dependency>
+
+        <!--鎵╁睍model-->
+        <dependency>
+            <groupId>com.jnpf</groupId>
+            <artifactId>jnpf-lims-entity</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <!--鏂囦欢API-->
+        <dependency>
+            <groupId>com.jnpf</groupId>
+            <artifactId>jnpf-file-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.12</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>5.17.0</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+</project>

--
Gitblit v1.8.0