Skip to content

Commit ab88d84

Browse files
committed
Remove Sentury Raven packages. Update logger dependencies to user the same version.
1 parent f7cd578 commit ab88d84

File tree

1 file changed

+12
-43
lines changed

1 file changed

+12
-43
lines changed

pom.xml

Lines changed: 12 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@
9595
<!-- Include the <execution> element to generate a new set of -->
9696
<!-- source files that represent the current state of the -->
9797
<!-- target database schema. -->
98-
<!-- <executions>
98+
99+
<!--
100+
<executions>
99101
<execution>
100102
<id>jooq-codegen</id>
101103
<phase>generate-sources</phase>
@@ -104,11 +106,11 @@
104106
</goals>
105107
</execution>
106108
</executions>
107-
-->
109+
-->
110+
108111
<!-- Comment out the <executions> block to disable jooq -->
109112
<!-- from generating database code -->
110-
111-
113+
112114
<dependencies>
113115
<dependency>
114116
<groupId>mysql</groupId>
@@ -270,32 +272,14 @@
270272
<dependency>
271273
<groupId>ch.qos.logback</groupId>
272274
<artifactId>logback-classic</artifactId>
273-
<version>1.1.8</version>
275+
<version>1.2.3</version>
274276
</dependency>
275277

276278
<dependency>
277279
<groupId>ch.qos.logback</groupId>
278280
<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>
297282
</dependency>
298-
299283
<!-- END Logging Dependencies -->
300284

301285
<!-- Dependencies for Guice -->
@@ -311,13 +295,11 @@
311295
<version>4.0</version>
312296
</dependency>
313297

314-
315298
<dependency>
316299
<groupId>com.google.inject.extensions</groupId>
317300
<artifactId>guice-persist</artifactId>
318301
<version>4.0</version>
319302
</dependency>
320-
321303
<!-- END Guice Dependencies -->
322304

323305
<!-- Dependencies for JOOQ -->
@@ -388,8 +370,6 @@
388370
<version>1.2</version>
389371
</dependency>
390372

391-
392-
<!-- -->
393373
<dependency>
394374
<groupId>org.apache.commons</groupId>
395375
<artifactId>commons-dbcp2</artifactId>
@@ -414,7 +394,6 @@
414394
<artifactId>commons-validator</artifactId>
415395
<version>1.6</version>
416396
</dependency>
417-
418397
<!-- END Apache commons Dependencies -->
419398

420399
<!-- Rest API -->
@@ -423,21 +402,25 @@
423402
<artifactId>jersey-server</artifactId>
424403
<version>${jersey.version}</version>
425404
</dependency>
405+
426406
<dependency>
427407
<groupId>com.sun.jersey</groupId>
428408
<artifactId>jersey-json</artifactId>
429409
<version>${jersey.version}</version>
430410
</dependency>
411+
431412
<dependency>
432413
<groupId>org.codehaus.jackson</groupId>
433414
<artifactId>jackson-core-asl</artifactId>
434415
<version>1.9.13</version>
435416
</dependency>
417+
436418
<dependency>
437419
<groupId>org.codehaus.jackson</groupId>
438420
<artifactId>jackson-mapper-asl</artifactId>
439421
<version>1.9.13</version>
440422
</dependency>
423+
441424
<dependency>
442425
<groupId>org.codehaus.jackson</groupId>
443426
<artifactId>jackson-jaxrs</artifactId>
@@ -455,22 +438,8 @@
455438
<artifactId>cuubez-api-visualizer</artifactId>
456439
<version>1.0.1</version>
457440
</dependency>
458-
459441
<!-- END Rest API -->
460442

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-
474443
<!-- Lucene search engine -->
475444
<dependency>
476445
<groupId>org.apache.lucene</groupId>

0 commit comments

Comments
 (0)