File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 88 <version >0.11.1-SNAPSHOT</version >
99 </parent >
1010
11- <groupId >io.prometheus</groupId >
1211 <artifactId >simpleclient_jetty</artifactId >
13- <packaging >bundle</packaging >
1412
1513 <name >Prometheus Java Simpleclient Jetty</name >
1614 <description >
1715 Collector of data from Jetty StatisticsHandler.
1816 </description >
1917
18+ <properties >
19+ <jetty .version>9.4.41.v20210516</jetty .version>
20+ </properties >
21+
2022 <licenses >
2123 <license >
2224 <name >The Apache Software License, Version 2.0</name >
4042 <dependency >
4143 <groupId >org.eclipse.jetty</groupId >
4244 <artifactId >jetty-server</artifactId >
43- <version >9.3.27.v20190418 </version >
45+ <version >${jetty.version} </version >
4446 </dependency >
4547 <dependency >
4648 <groupId >org.eclipse.jetty</groupId >
4749 <artifactId >jetty-servlet</artifactId >
48- <version >9.3.27.v20190418 </version >
50+ <version >${jetty.version} </version >
4951 </dependency >
5052 <!-- Test Dependencies Follow -->
5153 <dependency >
You can’t perform that action at this time.
0 commit comments