reghao vor 2 Jahren
Ursprung
Commit
c5a9521e26
2 geänderte Dateien mit 12 neuen und 25 gelöschten Zeilen
  1. 1 1
      agent/pom.xml
  2. 11 24
      manager/pom.xml

+ 1 - 1
agent/pom.xml

@@ -139,7 +139,7 @@
                         </goals>
                         <configuration>
                             <tasks>
-                                <echo message="compile 正在写入"/>
+                                <echo message="写入 git 版本信息"/>
                                 <!-- concat 常用于把一些信息写入文件,我这里用于把 git-commit-id-plugin 生成的git环境变量写入文件 -->
                                 <concat destfile="src/main/resources/git.properties">
                                     repo=${git.remote.origin.url}

+ 11 - 24
manager/pom.xml

@@ -76,6 +76,16 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-data-jpa</artifactId>
         </dependency>
+        <dependency>
+            <groupId>mysql</groupId>
+            <artifactId>mysql-connector-java</artifactId>
+            <version>8.0.17</version>
+        </dependency>
+        <dependency>
+            <groupId>com.zaxxer</groupId>
+            <artifactId>HikariCP</artifactId>
+            <version>3.3.1</version>
+        </dependency>
 
         <dependency>
             <groupId>org.springframework.boot</groupId>
@@ -90,17 +100,6 @@
             <artifactId>thymeleaf-extras-springsecurity5</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>mysql</groupId>
-            <artifactId>mysql-connector-java</artifactId>
-            <version>8.0.17</version>
-        </dependency>
-        <dependency>
-            <groupId>com.zaxxer</groupId>
-            <artifactId>HikariCP</artifactId>
-            <version>3.3.1</version>
-        </dependency>
-
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-cache</artifactId>
@@ -148,18 +147,6 @@
             <version>0.1.55</version>
         </dependency>
 
-        <dependency>
-            <groupId>io.jsonwebtoken</groupId>
-            <artifactId>jjwt</artifactId>
-            <version>0.9.1</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.dom4j</groupId>
-            <artifactId>dom4j</artifactId>
-            <version>2.1.1</version>
-        </dependency>
-
         <dependency>
             <groupId>com.sun.mail</groupId>
             <artifactId>javax.mail</artifactId>
@@ -314,7 +301,7 @@
                         </goals>
                         <configuration>
                             <tasks>
-                                <echo message="compile 正在写入"/>
+                                <echo message="写入 git 版本信息"/>
                                 <!-- concat 常用于把一些信息写入文件,我这里用于把 git-commit-id-plugin 生成的git环境变量写入文件 -->
                                 <concat destfile="src/main/resources/git.properties">
                                     repo=${git.remote.origin.url}