Browse Source

Make spring-plugin-core a compile dependency so EntityLinks can be used

See gh-2396
pull/2402/head
Andy Wilkinson 11 years ago
parent
commit
49bc12d564
  1. 1
      spring-boot-starters/spring-boot-starter-hateoas/pom.xml

1
spring-boot-starters/spring-boot-starter-hateoas/pom.xml

@ -29,7 +29,6 @@ @@ -29,7 +29,6 @@
<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin-core</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>

Loading…
Cancel
Save