From 92cff52017075d2eb57d7d1ac862c0807cc3b187 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E6=98=95?= <huangxin@cmhi.chinamobile.com>
Date: Tue, 12 Mar 2024 09:44:46 +0800
Subject: [PATCH] =?UTF-8?q?1.=20=E6=95=B4=E7=90=86POM=E4=BE=9D=E8=B5=96?=
 =?UTF-8?q?=E5=85=B3=E7=B3=BB=EF=BC=8C=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99?=
 =?UTF-8?q?=E4=BE=9D=E8=B5=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 cs-authentication/pom.xml | 3 ---
 cs-base/pom.xml           | 3 ---
 cs-crypto/pom.xml         | 3 ---
 cs-database/pom.xml       | 3 ---
 cs-protocol/pom.xml       | 3 ---
 5 files changed, 15 deletions(-)

diff --git a/cs-authentication/pom.xml b/cs-authentication/pom.xml
index 6afecb8..77a9368 100644
--- a/cs-authentication/pom.xml
+++ b/cs-authentication/pom.xml
@@ -61,9 +61,6 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <argLine>-Dspring.config.location=file:${project.parent.basedir}/config/</argLine>
-                    <additionalClasspathElements>
-                        <additionalClasspathElement>${project.parent.basedir}</additionalClasspathElement>
-                    </additionalClasspathElements>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/cs-base/pom.xml b/cs-base/pom.xml
index a7ff1dc..68e34de 100644
--- a/cs-base/pom.xml
+++ b/cs-base/pom.xml
@@ -63,9 +63,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
             </plugin>
         </plugins>
     </build>
diff --git a/cs-crypto/pom.xml b/cs-crypto/pom.xml
index fdc2fed..001a6e7 100644
--- a/cs-crypto/pom.xml
+++ b/cs-crypto/pom.xml
@@ -37,9 +37,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
             </plugin>
         </plugins>
     </build>
diff --git a/cs-database/pom.xml b/cs-database/pom.xml
index 104b638..6a6c1a0 100644
--- a/cs-database/pom.xml
+++ b/cs-database/pom.xml
@@ -75,9 +75,6 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <argLine>-Dspring.config.location=file:${project.parent.basedir}/config/</argLine>
-                    <additionalClasspathElements>
-                        <additionalClasspathElement>${project.parent.basedir}</additionalClasspathElement>
-                    </additionalClasspathElements>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/cs-protocol/pom.xml b/cs-protocol/pom.xml
index 6fe6ce3..c27e395 100644
--- a/cs-protocol/pom.xml
+++ b/cs-protocol/pom.xml
@@ -60,9 +60,6 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <argLine>-Dspring.config.location=file:${project.parent.basedir}/config/</argLine>
-                    <additionalClasspathElements>
-                        <additionalClasspathElement>${project.parent.basedir}</additionalClasspathElement>
-                    </additionalClasspathElements>
                 </configuration>
             </plugin>
         </plugins>