File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 7070
7171 <dependencyManagement >
7272 <dependencies >
73- <dependency >
74- <groupId >javax.ws.rs</groupId >
75- <artifactId >javax.ws.rs-api</artifactId >
76- <version >2.1.1</version >
77- <scope >compile</scope >
78- </dependency >
79- <!-- - adding new dependencies-->
80- <dependency >
73+ <dependency >
8174 <groupId >org.springframework.boot</groupId >
8275 <artifactId >spring-boot-starter-web</artifactId >
8376 <version >3.2.0</version >
245238 <groupId >org.apache.commons</groupId >
246239 <artifactId >commons-lang3</artifactId >
247240 </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 >
248251 </dependencies >
249252 <repositories >
250253 <repository >
You can’t perform that action at this time.
0 commit comments