From 97efa8eed7874ac7d3f74e3200bf2a53d750e0f9 Mon Sep 17 00:00:00 2001 From: Robinson Date: Fri, 18 Mar 2022 16:34:54 +0100 Subject: [PATCH] Commented out unused dependency --- LICENSE | 6 ------ build.gradle.kts | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index e71eb796..c4ebd1c9 100644 --- a/LICENSE +++ b/LICENSE @@ -71,12 +71,6 @@ https://github.com/EsotericSoftware/minlog Nathan Sweet - - Conversant Disruptor - Disruptor is the highest performing intra-thread transfer mechanism available in Java. - [The Apache Software License, Version 2.0] - https://github.com/conversant/disruptor - Copyright 2022 - Conversant, Inc - - TypeTools - A simple, zero-dependency library for working with types. Supports Java 1.6+ and Android. [The Apache Software License, Version 2.0] https://github.com/jhalterman/typetools diff --git a/build.gradle.kts b/build.gradle.kts index 196e532e..fb814a47 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -173,7 +173,7 @@ dependencies { // This is just a really fast queue (where LMAX is a fast queue + other things w/ a difficult DSL) // https://github.com/conversant/disruptor_benchmark // https://www.youtube.com/watch?v=jVMOgQgYzWU - api("com.conversantmedia:disruptor:1.2.19") +// api("com.conversantmedia:disruptor:1.2.19") // https://github.com/jhalterman/typetools api("net.jodah:typetools:0.6.3")