|
@@ -4,9 +4,9 @@
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
- <groupId>org.example</groupId>
|
|
|
- <artifactId>test</artifactId>
|
|
|
- <version>1.0-SNAPSHOT</version>
|
|
|
+ <groupId>com.fjhx</groupId>
|
|
|
+ <artifactId>new-winfaster</artifactId>
|
|
|
+ <version>1.0</version>
|
|
|
<packaging>pom</packaging>
|
|
|
<modules>
|
|
|
<module>admin</module>
|
|
@@ -24,47 +24,23 @@
|
|
|
<version>2.7.6</version>
|
|
|
</parent>
|
|
|
|
|
|
- <dependencies>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.fjhx</groupId>
|
|
|
- <artifactId>hx-base</artifactId>
|
|
|
- <version>1.0.0</version>
|
|
|
- </dependency>
|
|
|
+ <dependencyManagement>
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.fjhx</groupId>
|
|
|
+ <artifactId>hx-base</artifactId>
|
|
|
+ <version>1.0.0</version>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
+ </dependencyManagement>
|
|
|
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.fly</groupId>-->
|
|
|
+ <!-- <dependency>-->
|
|
|
+ <!-- <groupId>com.fly</groupId>-->
|
|
|
<!-- <artifactId>fly-generator</artifactId>-->
|
|
|
<!-- <version>1.0.hx</version>-->
|
|
|
<!-- <scope>test</scope>-->
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
- </dependencies>
|
|
|
-
|
|
|
- <build>
|
|
|
- <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-war-plugin</artifactId>
|
|
|
- <version>3.1.0</version>
|
|
|
- <configuration>
|
|
|
- <failOnMissingWebXml>false</failOnMissingWebXml>
|
|
|
- <warName>${project.artifactId}</warName>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- <finalName>${project.artifactId}</finalName>
|
|
|
- </build>
|
|
|
|
|
|
</project>
|