|
5 | 5 | <artifactId>codeine</artifactId>
|
6 | 6 | <version>1.0.0</version>
|
7 | 7 | <name>codeine</name>
|
| 8 | + <properties> |
| 9 | + <prometheus_client_version>0.3.0</prometheus_client_version> |
| 10 | + </properties> |
8 | 11 | <build>
|
9 | 12 | <sourceDirectory>src/external/mysql_lib</sourceDirectory>
|
10 | 13 | <testSourceDirectory>test</testSourceDirectory>
|
|
140 | 143 | <dependency>
|
141 | 144 | <groupId>com.zaxxer</groupId>
|
142 | 145 | <artifactId>HikariCP</artifactId>
|
143 |
| - <version>2.7.4</version> |
| 146 | + <version>2.7.8</version> |
144 | 147 | </dependency>
|
145 | 148 | <dependency>
|
146 | 149 | <groupId>log4j</groupId>
|
|
180 | 183 | <dependency>
|
181 | 184 | <groupId>org.eclipse.jetty</groupId>
|
182 | 185 | <artifactId>jetty-server</artifactId>
|
183 |
| - <version>8.2.0.v20160908</version> |
| 186 | + <version>9.4.8.v20171121</version> |
184 | 187 | </dependency>
|
185 | 188 | <dependency>
|
186 | 189 | <groupId>org.eclipse.jetty</groupId>
|
187 | 190 | <artifactId>jetty-security</artifactId>
|
188 |
| - <version>8.2.0.v20160908</version> |
| 191 | + <version>9.4.8.v20171121</version> |
189 | 192 | </dependency>
|
190 | 193 | <dependency>
|
191 | 194 | <groupId>org.eclipse.jetty</groupId>
|
192 | 195 | <artifactId>jetty-servlet</artifactId>
|
193 |
| - <version>8.2.0.v20160908</version> |
| 196 | + <version>9.4.8.v20171121</version> |
194 | 197 | </dependency>
|
195 | 198 | <dependency>
|
196 | 199 | <groupId>org.eclipse.jetty</groupId>
|
197 | 200 | <artifactId>jetty-servlets</artifactId>
|
198 |
| - <version>8.2.0.v20160908</version> |
| 201 | + <version>9.4.8.v20171121</version> |
199 | 202 | </dependency>
|
200 | 203 | <dependency>
|
201 | 204 | <groupId>joda-time</groupId>
|
|
208 | 211 | <version>5.1.45</version>
|
209 | 212 | </dependency>
|
210 | 213 | <dependency>
|
211 |
| - <groupId>org.mongodb</groupId> |
212 |
| - <artifactId>mongo-java-driver</artifactId> |
213 |
| - <version>2.12.3</version> |
| 214 | + <groupId>io.prometheus</groupId> |
| 215 | + <artifactId>simpleclient</artifactId> |
| 216 | + <version>${prometheus_client_version}</version> |
| 217 | + </dependency> |
| 218 | + <dependency> |
| 219 | + <groupId>io.prometheus</groupId> |
| 220 | + <artifactId>simpleclient_hotspot</artifactId> |
| 221 | + <version>${prometheus_client_version}</version> |
| 222 | + </dependency> |
| 223 | + <dependency> |
| 224 | + <groupId>io.prometheus</groupId> |
| 225 | + <artifactId>simpleclient_jetty</artifactId> |
| 226 | + <version>${prometheus_client_version}</version> |
| 227 | + </dependency> |
| 228 | + <dependency> |
| 229 | + <groupId>io.prometheus</groupId> |
| 230 | + <artifactId>simpleclient_servlet</artifactId> |
| 231 | + <version>${prometheus_client_version}</version> |
214 | 232 | </dependency>
|
215 | 233 | <dependency>
|
216 | 234 | <groupId>javax.mail</groupId>
|
|
0 commit comments