diff --git a/pom.xml b/pom.xml
index 0a9df96e170b48d20ea67f07788d1c5dd9efebd4..d1f615ed06f4e3c93ea54930265b46b17b84688c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,63 +66,35 @@
             <artifactId>lombok</artifactId>
             <optional>true</optional>
         </dependency>
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-test</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <repositories>
-<!--        <repository>-->
-<!--            <id>maven</id>-->
-<!--            <name>LUCA Mirror</name>-->
-<!--            <url>http://nexus.lucahealthcare.cn/repository/maven-public/</url>-->
-<!--            <snapshots>-->
-<!--                <enabled>true</enabled>-->
-<!--                <updatePolicy>always</updatePolicy>-->
-<!--            </snapshots>-->
-<!--            <releases>-->
-<!--                <enabled>true</enabled>-->
-<!--            </releases>-->
-<!--        </repository>-->
         <repository>
-            <id>aliyun</id>
-            <name>AliYun</name>
-            <url>https://maven.aliyun.com/repository/public</url>
+            <id>maven</id>
+            <name>LUCA Mirror</name>
+            <url>http://nexus.lucahealthcare.cn/repository/maven-public/</url>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>always</updatePolicy>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
         </repository>
     </repositories>
 
-    <distributionManagement>
-        <repository>
-            <id>releases</id>
-            <name>releases</name>
-            <url>http://nexus.lucahealthcare.cn/repository/maven-releases/</url>
-        </repository>
-
-        <snapshotRepository>
-            <id>snapshots</id>
-            <name>snapshots</name>
-            <url>http://nexus.lucahealthcare.cn/repository/maven-snapshots/</url>
-        </snapshotRepository>
-    </distributionManagement>
-
-
-
     <build>
         <plugins>
-            <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <exclude>
-                            <groupId>org.projectlombok</groupId>
-                            <artifactId>lombok</artifactId>
-                        </exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-deploy-plugin</artifactId>
+                    <version>3.0.0-M1</version>
+                    <configuration>
+                        <skip>false</skip>
+                    </configuration>
+                </plugin>
+            </plugins>
         </plugins>
     </build>