|
@@ -2,57 +2,62 @@
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
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>
|
|
|
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.txz</groupId>
|
|
<groupId>com.txz</groupId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
<parent>
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
- <version>2.7.18</version>
|
|
|
|
|
|
+ <version>2.7.18</version>
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<artifactId>backstage</artifactId>
|
|
<artifactId>backstage</artifactId>
|
|
<packaging>pom</packaging>
|
|
<packaging>pom</packaging>
|
|
- <modules>
|
|
|
|
-<!-- <module>backstage-interface</module>-->
|
|
|
|
|
|
+ <modules>
|
|
|
|
+ <!-- <module>backstage-interface</module>-->
|
|
<module>backstage-service</module>
|
|
<module>backstage-service</module>
|
|
- <module>backstage-api</module>
|
|
|
|
|
|
+ <module>backstage-api</module>
|
|
</modules>
|
|
</modules>
|
|
|
|
|
|
- <dependencyManagement>
|
|
|
|
- <dependencies>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.cloud</groupId>
|
|
|
|
- <artifactId>spring-cloud-dependencies</artifactId>
|
|
|
|
- <version>2021.0.8</version>
|
|
|
|
- <type>pom</type>
|
|
|
|
- <scope>import</scope>
|
|
|
|
- </dependency>
|
|
|
|
- <!-- <dependency> -->
|
|
|
|
- <!-- <groupId>org.springframework.cloud</groupId> -->
|
|
|
|
- <!-- <artifactId>spring-cloud-alibaba-dependencies</artifactId> -->
|
|
|
|
- <!-- <version>0.2.2.RELEASE</version> -->
|
|
|
|
- <!-- <type>pom</type> -->
|
|
|
|
- <!-- <scope>import</scope> -->
|
|
|
|
- <!-- </dependency> -->
|
|
|
|
- </dependencies>
|
|
|
|
- </dependencyManagement>
|
|
|
|
- <distributionManagement>
|
|
|
|
- <snapshotRepository>
|
|
|
|
- <uniqueVersion>false</uniqueVersion>
|
|
|
|
- <id>nexus-snapshots</id>
|
|
|
|
- <name>Nexus Snapshot Repository</name>
|
|
|
|
- <url>http://124.220.229.80:9091/repository/maven-snapshots/</url>
|
|
|
|
- <layout>default</layout>
|
|
|
|
- </snapshotRepository>
|
|
|
|
|
|
+ <dependencyManagement>
|
|
|
|
+ <dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.txz</groupId>
|
|
|
|
+ <artifactId>common</artifactId>
|
|
|
|
+ <version>1.0.0-SNAPSHOT</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.cloud</groupId>
|
|
|
|
+ <artifactId>spring-cloud-dependencies</artifactId>
|
|
|
|
+ <version>2021.0.8</version>
|
|
|
|
+ <type>pom</type>
|
|
|
|
+ <scope>import</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.alibaba.cloud</groupId>
|
|
|
|
+ <artifactId>spring-cloud-alibaba-dependencies</artifactId>
|
|
|
|
+ <version>2021.0.5.0</version>
|
|
|
|
+ <type>pom</type>
|
|
|
|
+ <scope>import</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ </dependencies>
|
|
|
|
+ </dependencyManagement>
|
|
|
|
+ <distributionManagement>
|
|
|
|
+ <snapshotRepository>
|
|
|
|
+ <uniqueVersion>false</uniqueVersion>
|
|
|
|
+ <id>nexus-snapshots</id>
|
|
|
|
+ <name>Nexus Snapshot Repository</name>
|
|
|
|
+ <url>http://124.220.229.80:9091/repository/maven-snapshots/</url>
|
|
|
|
+ <layout>default</layout>
|
|
|
|
+ </snapshotRepository>
|
|
|
|
|
|
- <repository>
|
|
|
|
- <id>nexus-releases</id>
|
|
|
|
- <name>maven-releases</name>
|
|
|
|
- <url>http://124.220.229.80:9091/repository/maven-releases/</url>
|
|
|
|
- </repository>
|
|
|
|
- </distributionManagement>
|
|
|
|
|
|
+ <repository>
|
|
|
|
+ <id>nexus-releases</id>
|
|
|
|
+ <name>maven-releases</name>
|
|
|
|
+ <url>http://124.220.229.80:9091/repository/maven-releases/</url>
|
|
|
|
+ </repository>
|
|
|
|
+ </distributionManagement>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
<build>
|