1
0
mirror of https://gitee.com/bagee/jd-coupon.git synced 2025-07-24 16:51:50 +08:00

update pom

This commit is contained in:
yjwfn 2021-11-30 21:28:33 +08:00
parent 2bc826bdae
commit 878c9d3ba4
3 changed files with 2 additions and 35 deletions

View File

@ -115,17 +115,6 @@
</build> </build>
<distributionManagement>
<repository>
<id>rdc-releases</id>
<url>https://repo.rdc.aliyun.com/repository/126433-release-oeU8Nn/</url>
</repository>
<snapshotRepository>
<id>rdc-snapshots</id>
<url>https://repo.rdc.aliyun.com/repository/126433-snapshot-prC7N6/</url>
</snapshotRepository>
</distributionManagement>
</project> </project>

View File

@ -28,8 +28,8 @@
<dependencies> <dependencies>
<dependency> <dependency>
<!-- Import dependency management from Spring Boot --> <!-- Import dependency management from Spring Boot -->
<groupId>com.csbaic</groupId> <groupId>com.javaobj</groupId>
<artifactId>csbaic-dependencies</artifactId> <artifactId>sc-dependencies</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
@ -68,16 +68,5 @@
</plugins> </plugins>
</build> </build>
<distributionManagement>
<repository>
<id>rdc-releases</id>
<url>https://repo.rdc.aliyun.com/repository/126433-release-oeU8Nn/</url>
</repository>
<snapshotRepository>
<id>rdc-snapshots</id>
<url>https://repo.rdc.aliyun.com/repository/126433-snapshot-prC7N6/</url>
</snapshotRepository>
</distributionManagement>
</project> </project>

View File

@ -116,15 +116,4 @@
<distributionManagement>
<repository>
<id>rdc-releases</id>
<url>https://repo.rdc.aliyun.com/repository/126433-release-oeU8Nn/</url>
</repository>
<snapshotRepository>
<id>rdc-snapshots</id>
<url>https://repo.rdc.aliyun.com/repository/126433-snapshot-prC7N6/</url>
</snapshotRepository>
</distributionManagement>
</project> </project>