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-simpleapp.git
commit 7f98afd5141ebc818bae93cd16a8758ff55c2f98 Author: Dan Haywood <[email protected]> AuthorDate: Mon Sep 26 13:56:49 2022 +0100 adds spring-instrument.jar as a dependency so available if running spring-boot:run --- webapp/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webapp/pom.xml b/webapp/pom.xml index ff46dd9..c53698c 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -180,6 +180,12 @@ <artifactId>p6spy-spring-boot-starter</artifactId> <version>1.8.0</version> </dependency> + + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-instrument</artifactId> + </dependency> + </dependencies> <profiles>
