|
@@ -4,7 +4,7 @@
|
|
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.medipath</groupId>
|
|
|
|
|
|
+ <groupId>com.txz</groupId>
|
|
<artifactId>gateway</artifactId>
|
|
<artifactId>gateway</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<packaging>jar</packaging>
|
|
<packaging>jar</packaging>
|
|
@@ -24,7 +24,7 @@
|
|
<!--Spring Boot依赖-->
|
|
<!--Spring Boot依赖-->
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.medipath</groupId>
|
|
|
|
|
|
+ <groupId>com.txz</groupId>
|
|
<artifactId>operating-api</artifactId>
|
|
<artifactId>operating-api</artifactId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependency>
|
|
@@ -34,7 +34,7 @@
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.medipath</groupId>
|
|
|
|
|
|
+ <groupId>com.txz</groupId>
|
|
<artifactId>cif-api</artifactId>
|
|
<artifactId>cif-api</artifactId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependency>
|
|
@@ -322,17 +322,16 @@
|
|
|
|
|
|
<distributionManagement>
|
|
<distributionManagement>
|
|
<snapshotRepository>
|
|
<snapshotRepository>
|
|
- <uniqueVersion>false</uniqueVersion>
|
|
|
|
<id>nexus-snapshots</id>
|
|
<id>nexus-snapshots</id>
|
|
<name>Nexus Snapshot Repository</name>
|
|
<name>Nexus Snapshot Repository</name>
|
|
- <url>https://maven.medipath.com.cn/repository/maven-snapshots/</url>
|
|
|
|
- <layout>default</layout>
|
|
|
|
|
|
+ <url>http://124.220.229.80:9091/repository/maven-snapshots/</url>
|
|
|
|
+ <!-- 删除uniqueVersion和layout,使用默认值即可 -->
|
|
</snapshotRepository>
|
|
</snapshotRepository>
|
|
|
|
|
|
<repository>
|
|
<repository>
|
|
<id>nexus-releases</id>
|
|
<id>nexus-releases</id>
|
|
- <name>maven-releases</name>
|
|
|
|
- <url>https://maven.medipath.com.cn/repository/maven-releases/</url>
|
|
|
|
|
|
+ <name>Nexus Release Repository</name>
|
|
|
|
+ <url>http://124.220.229.80:9091/repository/maven-releases/</url>
|
|
</repository>
|
|
</repository>
|
|
</distributionManagement>
|
|
</distributionManagement>
|
|
|
|
|