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-dms/jnpf-dms-controller/pom.xml | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/jnpf-dms/jnpf-dms-controller/pom.xml b/jnpf-dms/jnpf-dms-controller/pom.xml
new file mode 100644
index 0000000..c70e678
--- /dev/null
+++ b/jnpf-dms/jnpf-dms-controller/pom.xml
@@ -0,0 +1,59 @@
+<?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-dms</artifactId>
+ <groupId>com.jnpf</groupId>
+ <version>6.1.0-RELEASE</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>jnpf-dms-controller</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>com.jnpf</groupId>
+ <artifactId>jnpf-common-springaop</artifactId>
+ <version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.alibaba.csp</groupId>
+ <artifactId>sentinel-datasource-nacos</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.alibaba.cloud</groupId>
+ <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.jnpf</groupId>
+ <artifactId>jnpf-common-swagger</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.jnpf</groupId>
+ <artifactId>jnpf-dms-biz</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.jnpf</groupId>
+ <artifactId>jnpf-flowable-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.13.2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
--
Gitblit v1.8.0