File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 3535 <final .name>zephyr-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 >
43+
44+ <!-- Jersey implementation -->
45+ <dependency >
46+ <groupId >org.glassfish.jersey.core</groupId >
47+ <artifactId >jersey-common</artifactId >
48+ <version >2.35</version >
49+ </dependency >
50+
51+ <dependency >
52+ <groupId >org.glassfish.jersey.core</groupId >
53+ <artifactId >jersey-client</artifactId >
54+ <version >2.35</version >
55+ </dependency >
3856 <dependency >
3957 <groupId >ch.qos.logback</groupId >
4058 <artifactId >logback-core</artifactId >
Original file line number Diff line number Diff line change 7474 <groupId >javax.ws.rs</groupId >
7575 <artifactId >javax.ws.rs-api</artifactId >
7676 <version >2.1.1</version >
77- <scope >compile</scope >
77+ </dependency >
78+
79+ <!-- Jersey implementation -->
80+ <dependency >
81+ <groupId >org.glassfish.jersey.core</groupId >
82+ <artifactId >jersey-common</artifactId >
83+ <version >2.35</version >
84+ </dependency >
85+
86+ <dependency >
87+ <groupId >org.glassfish.jersey.core</groupId >
88+ <artifactId >jersey-client</artifactId >
89+ <version >2.35</version >
7890 </dependency >
7991 <!-- - adding new dependencies-->
8092 <dependency >
You can’t perform that action at this time.
0 commit comments