File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1717 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1818 <commons-lang-version >3.8.1</commons-lang-version >
19+ <jersey-version >2.27</jersey-version >
1920 </properties >
2021
2122 <licenses >
Original file line number Diff line number Diff line change 7373 <dependency >
7474 <groupId >org.glassfish.jersey.containers</groupId >
7575 <artifactId >jersey-container-jetty-servlet</artifactId >
76- <version >2.28 </version >
76+ <version >${jersey-version} </version >
7777 </dependency >
7878 <dependency >
7979 <groupId >org.glassfish.jersey.inject</groupId >
8080 <artifactId >jersey-hk2</artifactId >
81- <version >2.28 </version >
81+ <version >${jersey-version} </version >
8282 </dependency >
8383
8484 <dependency >
You can’t perform that action at this time.
0 commit comments