File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 3535 <final .name>jiratest-processor</final .name>
3636 </properties >
3737 <dependencies >
38- <dependency >
39- <groupId >javax.ws.rs</groupId >
40- <artifactId >javax.ws.rs-api</artifactId >
41- <version >2.1.1</version >
42- </dependency >
4338 <dependency >
4439 <groupId >com.atlassian.sal</groupId >
4540 <artifactId >sal-api</artifactId >
Original file line number Diff line number Diff line change 2727 <final .name>jira-processor</final .name>
2828 </properties >
2929 <dependencies >
30- <dependency >
31- <groupId >javax.ws.rs</groupId >
32- <artifactId >javax.ws.rs-api</artifactId >
33- <version >2.1.1</version >
34- </dependency >
3530 <dependency >
3631 <groupId >com.h2database</groupId >
3732 <artifactId >h2</artifactId >
Original file line number Diff line number Diff line change 7070
7171 <dependencyManagement >
7272 <dependencies >
73- <!-- - adding new dependencies-->
73+ <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 >
7483 <dependency >
7584 <groupId >org.springframework.boot</groupId >
7685 <artifactId >spring-boot-starter-web</artifactId >
You can’t perform that action at this time.
0 commit comments