把pom删除掉

master
ZhangXushuo 2023-10-31 18:15:18 +08:00
parent fe1302eea9
commit c49ec17fec
4 changed files with 12 additions and 33 deletions

View File

@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.february</groupId> <groupId>com.february</groupId>
<artifactId>february-modules</artifactId> <artifactId>february-modules-system</artifactId>
<version>3.6.3</version> <version>3.6.3</version>
<relativePath>pom.xml</relativePath> <relativePath>pom.xml</relativePath>
</parent> </parent>
<packaging>pom</packaging> <version>3.6.3</version>
<artifactId>february-system-common</artifactId> <artifactId>february-system-common</artifactId>
<properties> <properties>
@ -20,9 +20,11 @@
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.february</groupId> <groupId>com.february</groupId>
<artifactId>february-common-core</artifactId> <artifactId>february-common-core</artifactId>
<version>3.6.3</version>
</dependency> </dependency>
@ -36,6 +38,7 @@
<dependency> <dependency>
<groupId>com.alibaba.cloud</groupId> <groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId> <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency> </dependency>
<!-- SpringCloud Alibaba Sentinel --> <!-- SpringCloud Alibaba Sentinel -->

View File

@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.february</groupId> <groupId>com.february</groupId>
<artifactId>february-modules</artifactId> <artifactId>february-modules-system</artifactId>
<version>3.6.3</version> <version>3.6.3</version>
<relativePath>pom.xml</relativePath> <relativePath>pom.xml</relativePath>
</parent> </parent>
<packaging>pom</packaging> <version>3.6.3</version>
<artifactId>february-system-remote</artifactId> <artifactId>february-system-remote</artifactId>
<properties> <properties>

View File

@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.february</groupId> <groupId>com.february</groupId>
<artifactId>february-modules</artifactId> <artifactId>february-modules-system</artifactId>
<version>3.6.3</version> <version>3.6.3</version>
<relativePath>pom.xml</relativePath> <relativePath>pom.xml</relativePath>
</parent> </parent>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>3.6.3</version>
<artifactId>february-system-server</artifactId> <artifactId>february-system-server</artifactId>
<properties> <properties>
@ -23,13 +23,13 @@
<dependency> <dependency>
<groupId>com.february</groupId> <groupId>com.february</groupId>
<artifactId>february-file-remote</artifactId> <artifactId>february-system-remote</artifactId>
<version>3.6.3</version> <version>3.6.3</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.february</groupId> <groupId>com.february</groupId>
<artifactId>february-system-common</artifactId> <artifactId>february-system-remote</artifactId>
<version>3.6.3</version> <version>3.6.3</version>
</dependency> </dependency>
@ -52,7 +52,6 @@
<artifactId>february-common-datasource</artifactId> <artifactId>february-common-datasource</artifactId>
<version>3.6.3</version> <version>3.6.3</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
@ -72,5 +71,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>

24
pom.xml
View File

@ -22,29 +22,7 @@
<description> <description>
february-modules-system系统模块 february-modules-system系统模块
</description> </description>
<repositories>
<repository>
<id>public</id>
<name>aliyun nexus</name>
<url>https://maven.aliyun.com/repository/public</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>public</id>
<name>aliyun nexus</name>
<url>https://maven.aliyun.com/repository/public</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<!-- 上传路径 --> <!-- 上传路径 -->
<distributionManagement> <distributionManagement>
<repository> <repository>