From 4a25a13e649b5678b62ee59c9c87c9f1f18c3561 Mon Sep 17 00:00:00 2001 From: Mat Byczkowski Date: Thu, 1 Nov 2018 14:24:26 -0700 Subject: [PATCH] Update dropwizard-raven library so it conforms to dropwizard 1.2.x API It seems that github.com/tradier/dropwizard-raven has stopped receiving updates (particularly there's a [PR](https://github.com/tradier/dropwizard-raven/pull/20) that specifically makes the lib compatible with dropwizard 1.2.x that has not been merged since Nov 7, 2017). The maintenance work continues in the [fork](github.com/dhatim/dropwizard-sentry) and there's one 1.2.x JAR release under org.dhatim.dropwizard-raven. The project has seen been renamed to dropwizard-sentry and new versions of the library (1.3.x+) are published under org.dhatim.dropwizard-sentry, which I have noted in the comments. --- pom.xml | 6 ++++-- server/pom.xml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 92dc63068..0c244124c 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,8 @@ UTF-8 1.2.9 + + 1.2.0-1 4.2.2 2.9.6 3.11.5 @@ -105,9 +107,9 @@ ${logback.version} - com.tradier + org.dhatim dropwizard-raven - 0.9.3 + ${dropwizard-raven.version} com.beust diff --git a/server/pom.xml b/server/pom.xml index 5d685e29d..531c6b5fc 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -129,7 +129,7 @@ dropwizard-views-mustache - com.tradier + org.dhatim dropwizard-raven