From 3e4b4461364b5a4f0b9a68f208f04c880ad3dd0b Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Tue, 8 Jun 2021 13:06:13 +0200 Subject: [PATCH] Update FileSponge --- pom.xml | 47 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 40 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index f78f2aa..a872c52 100644 --- a/pom.xml +++ b/pom.xml @@ -49,43 +49,76 @@ org.junit.jupiter junit-jupiter-api - 5.8.0-M1 test io.soabase.record-builder record-builder-core - 1.19 provided org.jetbrains annotations - 20.1.0 org.warp common-utils - 1.1.3 io.projectreactor reactor-core - 3.4.6 io.projectreactor reactor-test - 3.4.6 test it.cavallium dbengine - 3.0.0-SNAPSHOT + + + + org.junit.jupiter + junit-jupiter-api + 5.8.0-M1 + + + io.soabase.record-builder + record-builder-core + 1.19 + + + org.jetbrains + annotations + 20.1.0 + + + org.warp + common-utils + 1.1.3 + + + io.projectreactor + reactor-core + 3.4.6 + + + io.projectreactor + reactor-test + 3.4.6 + + + it.cavallium + dbengine + 3.0.166 + + + +