Move testcontainers out of prod deps (#3152)

this reduces prod bundle size a bit and cleans things up

by including testcontainers in the nonprod deps of core, we can still
run things like the schema-generating commands
This commit is contained in:
gbrodman
2026-07-14 19:10:21 +00:00
committed by GitHub
parent 21976bee24
commit fc805ba4d9
13 changed files with 662 additions and 663 deletions
+5 -5
View File
@@ -4,9 +4,9 @@
com.fasterxml.jackson.core:jackson-annotations:2.21=classpath
gradle.plugin.org.flywaydb:gradle-plugin-publishing:12.2.0=classpath
org.flywaydb.flyway:org.flywaydb.flyway.gradle.plugin:12.2.0=classpath
org.flywaydb:flyway-core:12.7.0=classpath
org.flywaydb:flyway-database-postgresql:12.7.0=classpath
tools.jackson.core:jackson-core:3.1.1=classpath
tools.jackson.core:jackson-databind:3.1.1=classpath
tools.jackson:jackson-bom:3.1.1=classpath
org.flywaydb:flyway-core:12.11.0=classpath
org.flywaydb:flyway-database-postgresql:12.11.0=classpath
tools.jackson.core:jackson-core:3.1.4=classpath
tools.jackson.core:jackson-databind:3.1.4=classpath
tools.jackson:jackson-bom:3.1.4=classpath
empty=