Skip to content

Commit

Permalink
perf($POM): delete unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed May 5, 2020
1 parent ca483d2 commit 6706a97
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 52 deletions.
4 changes: 0 additions & 4 deletions gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zipkin</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-security</artifactId>
</dependency>

<dependency>
<groupId>com.jmsoftware</groupId>
Expand Down

This file was deleted.

6 changes: 0 additions & 6 deletions gateway/src/main/resources/application-development-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@ eureka:
registryFetchIntervalSeconds: 5
serviceUrl:
defaultZone: http://localhost:8760/eureka/

spring:
security:
user:
name: admin
password: admin

0 comments on commit 6706a97

Please sign in to comment.