mirror of
https://github.com/tommyskeff/futur4j.git
synced 2026-01-17 23:16:01 +00:00
release v2.3.4
remove basic wrapper methods
This commit is contained in:
@@ -14,7 +14,7 @@ nexusPublishing {
|
||||
|
||||
subprojects {
|
||||
group = 'dev.tommyjs'
|
||||
version = '2.3.3'
|
||||
version = '2.3.4'
|
||||
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
@@ -32,9 +32,6 @@ subprojects {
|
||||
dependencies {
|
||||
implementation 'org.jetbrains:annotations:24.1.0'
|
||||
implementation 'org.slf4j:slf4j-api:2.0.12'
|
||||
compileOnly 'io.projectreactor:reactor-core:3.6.4'
|
||||
compileOnly 'org.redisson:redisson:3.2.0'
|
||||
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
||||
testImplementation 'io.projectreactor:reactor-core:3.6.4'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
|
||||
|
||||
Reference in New Issue
Block a user