Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0ee9a9d

Browse files
Update pom.xml
1 parent 0baa32d commit 0ee9a9d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

‎pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,22 @@
103103
<groupId>org.springframework.boot</groupId>
104104
<artifactId>spring-boot-starter-actuator</artifactId>
105105
</dependency>
106+
</dependencies>
106107

107108

108-
</dependencies>
109+
<dependencyManagement>
110+
<dependencies>
111+
<dependency>
112+
<groupId>org.springframework.cloud</groupId>
113+
<artifactId>spring-cloud-dependencies</artifactId>
114+
<version>202204</version>
115+
<type>pom</type>
116+
<scope>import</scope>
117+
</dependency>
118+
</dependencies>
119+
</dependencyManagement>
109120

121+
110122
<build>
111123
<plugins>
112124
<!-- Spring Boot Maven Plugin -->

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /