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

View File

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

View File

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

24
pom.xml
View File

@ -22,29 +22,7 @@
<description>
february-modules-system系统模块
</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>
<repository>