From 6806e06dad145cbfe1dcec4f551891c6005d7d59 Mon Sep 17 00:00:00 2001
From: sinake <sinake1@qq.com>
Date: 星期二, 19 五月 2026 10:31:43 +0800
Subject: [PATCH] 新增InfoID获取伦理审查发起详细信息挡口,获取捐献工作流新增7个状态字段数据
---
pom.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 18a7da9..456fb48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,6 +256,13 @@
<version>4.5</version>
</dependency>
+ <!-- Janino for logback conditional configuration -->
+ <dependency>
+ <groupId>org.codehaus.janino</groupId>
+ <artifactId>janino</artifactId>
+ <version>3.0.8</version>
+ </dependency>
+
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
--
Gitblit v1.9.3