From c6351cfab9af6de73dd6ec60e381ce8ffc4404fe Mon Sep 17 00:00:00 2001 From: FunixG Date: Mon, 15 May 2023 10:58:11 +0200 Subject: [PATCH] core 1.0.1 and added junit --- crud/pom.xml | 2 +- exceptions/pom.xml | 2 +- pom.xml | 14 ++++++++++++-- test-utils/pom.xml | 2 +- tools/pom.xml | 2 +- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/crud/pom.xml b/crud/pom.xml index 7f645e0..130951e 100644 --- a/crud/pom.xml +++ b/crud/pom.xml @@ -7,7 +7,7 @@ com.funixproductions.core funixproductions-core - 1.0.0 + 1.0.1 ../pom.xml diff --git a/exceptions/pom.xml b/exceptions/pom.xml index 3126360..24313b2 100644 --- a/exceptions/pom.xml +++ b/exceptions/pom.xml @@ -7,7 +7,7 @@ com.funixproductions.core funixproductions-core - 1.0.0 + 1.0.1 com.funixproductions.core.exceptions diff --git a/pom.xml b/pom.xml index fd4839c..7d45ae7 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.funixproductions.core funixproductions-core - 1.0.0 + 1.0.1 funixproductions-core funixproductions-core for all copany projects https://github.com/FunixProductions/spring-core @@ -28,7 +28,7 @@ 17 - 1.0.0 + 1.0.1 31.1-jre @@ -48,6 +48,8 @@ 1.5.5.Final 3.11.0 + + 0.11.5 @@ -152,6 +154,14 @@ org.springframework.boot spring-boot-configuration-processor + + + junit + junit + ${junit.version} + test + + diff --git a/test-utils/pom.xml b/test-utils/pom.xml index 3796fa3..eae5020 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -6,7 +6,7 @@ com.funixproductions.core funixproductions-core - 1.0.0 + 1.0.1 com.funixproductions.core.test diff --git a/tools/pom.xml b/tools/pom.xml index 07b94c1..8e5ce1e 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -6,7 +6,7 @@ com.funixproductions.core funixproductions-core - 1.0.0 + 1.0.1 com.funixproductions.core.tools