File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 7171 <dependencyManagement >
7272 <dependencies >
7373 <dependency >
74- <groupId >javax.ws.rs</groupId >
75- <artifactId >javax.ws.rs-api</artifactId >
76- <version >2.1.1</version >
77- </dependency >
78- <dependency >
79- <groupId >org.glassfish.jersey.core</groupId >
80- <artifactId >jersey-common</artifactId >
81- <version >2.40</version >
82- </dependency >
83- <dependency >
8474 <groupId >org.springframework.boot</groupId >
8575 <artifactId >spring-boot-starter-web</artifactId >
8676 <version >3.2.0</version >
248238 <groupId >org.apache.commons</groupId >
249239 <artifactId >commons-lang3</artifactId >
250240 </dependency >
241+ <dependency >
242+ <groupId >javax.ws.rs</groupId >
243+ <artifactId >javax.ws.rs-api</artifactId >
244+ <version >2.1.1</version >
245+ </dependency >
246+ <dependency >
247+ <groupId >org.glassfish.jersey.core</groupId >
248+ <artifactId >jersey-common</artifactId >
249+ <version >2.40</version >
250+ </dependency >
251251 </dependencies >
252252 <repositories >
253253 <repository >
You can’t perform that action at this time.
0 commit comments