mirror of
https://github.com/google/nomulus
synced 2026-09-17 21:44:30 +00:00
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:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user