Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Revert "Use dropwizard-sentry rather than dropwizard-raven for alerts"
Browse files Browse the repository at this point in the history
This reverts commit 699f4be.

Dropwizard-sentry requires a version of Dropwizard significantly
after version 0.8.4 which the rest of Keywhiz uses.  This leads to
errors at runtime when Keywhiz instantiates the Sentry error handler.
  • Loading branch information
Jesse Peirce committed Sep 11, 2018
1 parent 05f9762 commit 6ebe9a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -81,9 +81,9 @@
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>dropwizard-sentry</artifactId>
<version>1.3.5-1</version>
<groupId>com.tradier</groupId>
<artifactId>dropwizard-raven</artifactId>
<version>0.7.1</version>
</dependency>
<dependency>
<groupId>com.beust</groupId>
Expand Down
5 changes: 2 additions & 3 deletions server/pom.xml
Expand Up @@ -133,9 +133,8 @@
<artifactId>dropwizard-java8-auth</artifactId>
</dependency>
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>dropwizard-sentry</artifactId>
<version>1.3.5-1</version>
<groupId>com.tradier</groupId>
<artifactId>dropwizard-raven</artifactId>
</dependency>

<!-- Necessary for object type detection. -->
Expand Down

0 comments on commit 6ebe9a1

Please sign in to comment.