Skip to content

Commit

Permalink
Revert "Add a debug version of Lettuce to track down the cause of red…
Browse files Browse the repository at this point in the history
…is/lettuce#1494."

This reverts commit 4d5fbec.
  • Loading branch information
jon-signal authored and draco1023 committed May 6, 2021
1 parent 84a4b98 commit b2bb1c5
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 227 deletions.
Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions service/lib/io/lettuce/lettuce-core/maven-metadata.xml

This file was deleted.

1 change: 0 additions & 1 deletion service/lib/io/lettuce/lettuce-core/maven-metadata.xml.md5

This file was deleted.

This file was deleted.

12 changes: 1 addition & 11 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<repositories>
<repository>
<id>local-maven-repo</id>
<url>file://${project.basedir}/lib</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.whispersystems.textsecure</groupId>
Expand Down Expand Up @@ -106,13 +99,10 @@
<scope>compile</scope>
</dependency>

<!-- This is a temporary debug build of https://github.com/jon-signal/lettuce-core/tree/debug_timing_logging
that includes some more verbose logging around the timing of write operations to help diagnose what we believe
is a lettuce bug. Please see https://github.com/lettuce-io/lettuce-core/issues/1494 for more details. -->
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>6.0.1.DEBUG</version>
<version>6.0.0.RELEASE</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b2bb1c5

Please sign in to comment.