From 374fb9d9369271b9b858e11a8612850ad3560936 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: Wed, 11 Oct 2023 10:22:40 +0800
Subject: [PATCH] 新增试剂供应商变更需求
---
pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4eb06f0..a5b08b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,6 +227,7 @@
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.40</version>
+<!-- <version>8.0.20</version>-->
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
@@ -394,7 +395,7 @@
<profile>
<id>test</id>
<properties>
- <profile.active>cq</profile.active>
+ <profile.active>sin</profile.active>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
@@ -524,7 +525,6 @@
<build>
<finalName>smartlab</finalName>
<filters>
-
<filter>src/main/webapp/WEB-INF/${profile.active}/${profile.active}.properties</filter>
</filters>
<plugins>
--
Gitblit v1.9.2