This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-M8-RC2-jpa in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git
commit f7e745b2f3ae06b559bcfa3f51c2d3a40ce5682c Author: Dan Haywood <[email protected]> AuthorDate: Mon Sep 26 13:34:49 2022 +0100 adds dependency on spring-instrument so available for spring-boot:run --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index eaef534..78ad4ee 100644 --- a/pom.xml +++ b/pom.xml @@ -95,6 +95,11 @@ <artifactId>spring-boot-actuator-autoconfigure</artifactId> </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-instrument</artifactId> + </dependency> + </dependencies> <profiles>
