Przeglądaj źródła

优化配置、依赖

mxd 3 lat temu
rodzic
commit
f1e6656ec3
2 zmienionych plików z 0 dodań i 40 usunięć
  1. 0 14
      magic-api-spring-boot-starter/pom.xml
  2. 0 26
      magic-editor/pom.xml

+ 0 - 14
magic-api-spring-boot-starter/pom.xml

@@ -13,20 +13,6 @@
     <name>magic-api-spring-boot-starter</name>
     <description>magic-api-spring-boot-starter</description>
     <dependencies>
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-web</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-jdbc</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.ssssssss</groupId>
             <artifactId>magic-api</artifactId>

+ 0 - 26
magic-editor/pom.xml

@@ -12,30 +12,4 @@
     <packaging>jar</packaging>
     <name>magic-editor</name>
     <description>magic-editor</description>
-
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-resources-plugin</artifactId>
-                <version>3.2.0</version>
-                <executions>
-                    <execution>
-                        <id>copy-resource</id>
-                        <phase>generate-resources</phase>
-                        <goals>
-                            <goal>copy-resources</goal>
-                        </goals>
-                        <configuration>
-                            <outputDirectory>${basedir}/target/classes/magic-editor</outputDirectory>
-                            <resources>
-                                <resource>
-                                    <directory>${basedir}/src/console/dist</directory>
-                                </resource>
-                            </resources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>