File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 59
59
<commons-io .version>2.7</commons-io .version>
60
60
<kubernetes-fabric8-client .version>5.12.4</kubernetes-fabric8-client .version>
61
61
<spring-boot .version>2.7.18</spring-boot .version>
62
+ <spring-framework .version>5.3.32</spring-framework .version>
62
63
<maven .compiler.source>${java.version} </maven .compiler.source>
63
64
<maven .compiler.target>${java.version} </maven .compiler.target>
64
65
<logback .version>1.2.13</logback .version>
125
126
<artifactId >logback-access</artifactId >
126
127
<version >${logback.version} </version >
127
128
</dependency >
129
+ <dependency >
130
+ <groupId >org.springframework</groupId >
131
+ <artifactId >spring-framework-bom</artifactId >
132
+ <version >${spring-framework.version} </version >
133
+ <type >pom</type >
134
+ <scope >import</scope >
135
+ </dependency >
128
136
<dependency >
129
137
<groupId >org.springframework.boot</groupId >
130
138
<artifactId >spring-boot-dependencies</artifactId >
You can’t perform that action at this time.
0 commit comments