|
95 | 95 | <!-- Include the <execution> element to generate a new set of --> |
96 | 96 | <!-- source files that represent the current state of the --> |
97 | 97 | <!-- target database schema. --> |
98 | | -<!-- <executions> |
| 98 | + |
| 99 | + <!-- |
| 100 | + <executions> |
99 | 101 | <execution> |
100 | 102 | <id>jooq-codegen</id> |
101 | 103 | <phase>generate-sources</phase> |
|
104 | 106 | </goals> |
105 | 107 | </execution> |
106 | 108 | </executions> |
107 | | ---> |
| 109 | + --> |
| 110 | + |
108 | 111 | <!-- Comment out the <executions> block to disable jooq --> |
109 | 112 | <!-- from generating database code --> |
110 | | - |
111 | | - |
| 113 | + |
112 | 114 | <dependencies> |
113 | 115 | <dependency> |
114 | 116 | <groupId>mysql</groupId> |
|
270 | 272 | <dependency> |
271 | 273 | <groupId>ch.qos.logback</groupId> |
272 | 274 | <artifactId>logback-classic</artifactId> |
273 | | - <version>1.1.8</version> |
| 275 | + <version>1.2.3</version> |
274 | 276 | </dependency> |
275 | 277 |
|
276 | 278 | <dependency> |
277 | 279 | <groupId>ch.qos.logback</groupId> |
278 | 280 | <artifactId>logback-core</artifactId> |
279 | | - <version>1.1.8</version> |
280 | | - </dependency> |
281 | | - |
282 | | - <!-- Fix for rouge LogManager call --> |
283 | | - |
284 | | - <!-- Defined above - newer version --> |
285 | | - <!-- |
286 | | - <dependency> |
287 | | - <groupId>org.slf4j</groupId> |
288 | | - <artifactId>slf4j-api</artifactId> |
289 | | - <version>1.6.4</version> |
290 | | - </dependency> |
291 | | - --> |
292 | | - |
293 | | - <dependency> |
294 | | - <groupId>org.slf4j</groupId> |
295 | | - <artifactId>slf4j-log4j12</artifactId> |
296 | | - <version>1.6.4</version> |
| 281 | + <version>1.2.3</version> |
297 | 282 | </dependency> |
298 | | - |
299 | 283 | <!-- END Logging Dependencies --> |
300 | 284 |
|
301 | 285 | <!-- Dependencies for Guice --> |
|
311 | 295 | <version>4.0</version> |
312 | 296 | </dependency> |
313 | 297 |
|
314 | | - |
315 | 298 | <dependency> |
316 | 299 | <groupId>com.google.inject.extensions</groupId> |
317 | 300 | <artifactId>guice-persist</artifactId> |
318 | 301 | <version>4.0</version> |
319 | 302 | </dependency> |
320 | | - |
321 | 303 | <!-- END Guice Dependencies --> |
322 | 304 |
|
323 | 305 | <!-- Dependencies for JOOQ --> |
|
388 | 370 | <version>1.2</version> |
389 | 371 | </dependency> |
390 | 372 |
|
391 | | - |
392 | | - <!-- --> |
393 | 373 | <dependency> |
394 | 374 | <groupId>org.apache.commons</groupId> |
395 | 375 | <artifactId>commons-dbcp2</artifactId> |
|
414 | 394 | <artifactId>commons-validator</artifactId> |
415 | 395 | <version>1.6</version> |
416 | 396 | </dependency> |
417 | | - |
418 | 397 | <!-- END Apache commons Dependencies --> |
419 | 398 |
|
420 | 399 | <!-- Rest API --> |
|
423 | 402 | <artifactId>jersey-server</artifactId> |
424 | 403 | <version>${jersey.version}</version> |
425 | 404 | </dependency> |
| 405 | + |
426 | 406 | <dependency> |
427 | 407 | <groupId>com.sun.jersey</groupId> |
428 | 408 | <artifactId>jersey-json</artifactId> |
429 | 409 | <version>${jersey.version}</version> |
430 | 410 | </dependency> |
| 411 | + |
431 | 412 | <dependency> |
432 | 413 | <groupId>org.codehaus.jackson</groupId> |
433 | 414 | <artifactId>jackson-core-asl</artifactId> |
434 | 415 | <version>1.9.13</version> |
435 | 416 | </dependency> |
| 417 | + |
436 | 418 | <dependency> |
437 | 419 | <groupId>org.codehaus.jackson</groupId> |
438 | 420 | <artifactId>jackson-mapper-asl</artifactId> |
439 | 421 | <version>1.9.13</version> |
440 | 422 | </dependency> |
| 423 | + |
441 | 424 | <dependency> |
442 | 425 | <groupId>org.codehaus.jackson</groupId> |
443 | 426 | <artifactId>jackson-jaxrs</artifactId> |
|
455 | 438 | <artifactId>cuubez-api-visualizer</artifactId> |
456 | 439 | <version>1.0.1</version> |
457 | 440 | </dependency> |
458 | | - |
459 | 441 | <!-- END Rest API --> |
460 | 442 |
|
461 | | - <!-- Raven / Sentry API --> |
462 | | - <dependency> |
463 | | - <groupId>com.getsentry.raven</groupId> |
464 | | - <artifactId>raven</artifactId> |
465 | | - <version>7.8.1</version> |
466 | | - </dependency> |
467 | | - |
468 | | - <dependency> |
469 | | - <groupId>com.getsentry.raven</groupId> |
470 | | - <artifactId>raven-logback</artifactId> |
471 | | - <version>7.8.1</version> |
472 | | - </dependency> |
473 | | - |
474 | 443 | <!-- Lucene search engine --> |
475 | 444 | <dependency> |
476 | 445 | <groupId>org.apache.lucene</groupId> |
|
0 commit comments