From 82abce9cb4db700f6a96ccfb6cfe9b3fad4e982f Mon Sep 17 00:00:00 2001 From: Jonathan Shook Date: Wed, 25 Jan 2023 17:16:33 -0600 Subject: [PATCH] first light on example container --- mvn-defaults/pom.xml | 8 ++++++++ nb5-proof/pom.xml | 16 ++++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/mvn-defaults/pom.xml b/mvn-defaults/pom.xml index dac0edfea..a14c9b52c 100644 --- a/mvn-defaults/pom.xml +++ b/mvn-defaults/pom.xml @@ -67,6 +67,14 @@ + + org.testcontainers + testcontainers-bom + 1.17.6 + pom + import + + org.codehaus.groovy groovy diff --git a/nb5-proof/pom.xml b/nb5-proof/pom.xml index f28a5e148..d38306ad8 100644 --- a/nb5-proof/pom.xml +++ b/nb5-proof/pom.xml @@ -44,12 +44,16 @@ ${revision} - - org.testcontainers - mysql - test - 1.17.6 - + + com.fasterxml.jackson.core + jackson-annotations + 2.14.1 + + + org.testcontainers + testcontainers + 1.17.6 + org.testcontainers