Commented out unused dependency

This commit is contained in:
Robinson 2022-03-18 16:34:54 +01:00
parent a8dd406b40
commit 97efa8eed7
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

@ -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")