From 08c1c512181cd9752b5fdece57ccdac366be4431 Mon Sep 17 00:00:00 2001
From: weimingfei <fei_gaming@sina.com>
Date: 星期二, 13 一月 2026 09:53:56 +0800
Subject: [PATCH] 指纹钥匙柜优化
---
server/visits/dmvisit_admin/pom.xml | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/server/visits/dmvisit_admin/pom.xml b/server/visits/dmvisit_admin/pom.xml
index 0bcd92a..66052ae 100644
--- a/server/visits/dmvisit_admin/pom.xml
+++ b/server/visits/dmvisit_admin/pom.xml
@@ -49,6 +49,32 @@
<fork>true</fork>
<mainClass>com.doumee.VisitsAdminApplication</mainClass>
<layout>ZIP</layout>
+ <requiresUnpack>
+ <dependency>
+ <groupId>com.google.ortools</groupId>
+ <artifactId>ortools-java</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.ortools</groupId>
+ <artifactId>ortools-linux-x86-64</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.ortools</groupId>
+ <artifactId>ortools-darwin-x86-64</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.ortools</groupId>
+ <artifactId>ortools-win32-x86-64</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.ortools</groupId>
+ <artifactId>ortools-linux-aarch64</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.ortools</groupId>
+ <artifactId>ortools-darwin-aarch64</artifactId>
+ </dependency>
+ </requiresUnpack>
</configuration>
<executions>
<execution>
--
Gitblit v1.9.3