Skip to content

Commit

Permalink
pom file fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxyz707 committed Sep 26, 2018
1 parent 9f53b08 commit 4078cae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
<version>1.5.13.RELEASE</version>
</parent>

<modules>
<module>springCloudDemoEureka</module>
<module>springCloudDemoConfig</module>
<module>springCloudDemoSms</module>
<module>springCloudDemoUser</module>
<module>springCloudDemoWeb</module>
<module>springCloudDemoDashboard</module>
</modules>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
5 changes: 0 additions & 5 deletions springCloudDemoDashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
<artifactId>spring-cloud-starter-eureka</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-eureka</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-hystrix-dashboard</artifactId>
Expand Down

0 comments on commit 4078cae

Please sign in to comment.