Skip to content

Commit a9f2efa

Browse files
authored
Change scope from runtime to compile for spring actuator (#27)
Signed-off-by: Thang PHAM <[email protected]>
1 parent 1b1b630 commit a9f2efa

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@
111111
<groupId>org.springframework.boot</groupId>
112112
<artifactId>spring-boot-starter-data-jpa</artifactId>
113113
</dependency>
114+
<dependency>
115+
<groupId>org.springframework.boot</groupId>
116+
<artifactId>spring-boot-starter-actuator</artifactId>
117+
</dependency>
114118
<dependency>
115119
<groupId>org.springframework.cloud</groupId>
116120
<artifactId>spring-cloud-stream</artifactId>
@@ -147,11 +151,6 @@
147151
</dependency>
148152

149153
<!-- runtime dependencies -->
150-
<dependency>
151-
<groupId>org.springframework.boot</groupId>
152-
<artifactId>spring-boot-starter-actuator</artifactId>
153-
<scope>runtime</scope>
154-
</dependency>
155154
<dependency>
156155
<groupId>org.springframework.cloud</groupId>
157156
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>

0 commit comments

Comments
 (0)