Browse Source

修改依赖

dev
yeqd 4 years ago
parent
commit
7ed5328312
2 changed files with 11 additions and 1 deletions
  1. +5
    -0
      pom.xml
  2. +6
    -1
      user-service/pom.xml

+ 5
- 0
pom.xml View File

@@ -1,5 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.hp</groupId>
<artifactId>parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>com.hp</groupId>
<artifactId>user-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>


+ 6
- 1
user-service/pom.xml View File

@@ -6,7 +6,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>user-service</artifactId>
<packaging>war</packaging>
<packaging>jar</packaging>
<dependencies>
<!-- 内部依赖-->
<dependency>
@@ -19,6 +19,11 @@
<artifactId>user-client</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.hp</groupId>
<artifactId>service-dependencies</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>

Loading…
Cancel
Save