Browse Source

Removing duplicate and incorrect dependency. Fixes #1941.

pull/6/head
Ryan Baxter 8 years ago
parent
commit
ccdf0d9f95
  1. 5
      spring-cloud-netflix-dependencies/pom.xml

5
spring-cloud-netflix-dependencies/pom.xml

@ -233,11 +233,6 @@ @@ -233,11 +233,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax-inject</groupId>
<artifactId>javax-inject</artifactId>
<version>1</version>
</dependency>
<dependency>
<groupId>com.netflix.eureka</groupId>
<artifactId>eureka-core</artifactId>

Loading…
Cancel
Save