lianshufeng 1 rok pred
rodič
commit
ed32a956eb

+ 3 - 21
angel/buildHelper/pom.xml

@@ -32,31 +32,26 @@
         </dependency>
 
 
-        <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-            <version>2.6</version>
-        </dependency>
 
 
         <dependency>
             <groupId>org.dom4j</groupId>
             <artifactId>dom4j</artifactId>
-            <version>2.1.3</version>
+            <version>2.1.4</version>
         </dependency>
 
 
         <dependency>
             <groupId>org.eclipse.jgit</groupId>
             <artifactId>org.eclipse.jgit</artifactId>
-            <version>5.10.0.202012080955-r</version>
+            <version>6.9.0.202403050737-r</version>
         </dependency>
 
 
         <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-invoker</artifactId>
-            <version>3.1.0</version>
+            <version>3.3.0</version>
         </dependency>
 
 
@@ -68,19 +63,6 @@
 
         <plugins>
 
-            <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>repackage</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-resources-plugin</artifactId>

+ 3 - 2
angel/buildHelper/src/main/java/com/github/microservice/helper/core/task/ProjectTaskRunnable.java

@@ -201,8 +201,9 @@ public class ProjectTaskRunnable implements Runnable {
         File pomFile = new File(this.projectTmpFile.getAbsolutePath() + "/pom.xml");
 
         Set<String> modules = new HashSet<>() {{
-            add("super/PConfigure");
-            add("super/PParent");
+            add("super/MSConfigure");
+            add("super/MSModule");
+            add("super/MSRunnable");
             add("super/PCore");
         }};