You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/09/26 12:35:05 UTC

[isis-app-helloworld] 02/02: adds dependency on spring-instrument so available for spring-boot:run

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 <da...@haywood-associates.co.uk>
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>