diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ebdace..db0ae7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+1.0.3 (unreleased)
+----
+* commons compress 1.24.0 (used by testcontainers) updated for a CVE.
+* testcontainers 1.19.0
+
+1.0.2
+-----
+* Internally split off from otj-parent to allow compatibility between different otj stacks and not pull as much otj-ness.
+
1.0.1
-----
* Parent POM-328 [changes see here]( https://github.com/opentable/otj-parent/blob/master/CHANGELOG.md#328)
diff --git a/pom.xml b/pom.xml
index 114b4d8..01bfce8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,9 +18,9 @@
4.0.0
- com.opentable
- otj-parent-spring
- 328
+ org.basepom
+ basepom-minimal
+ 55
@@ -32,14 +32,33 @@
com.opentable.components
otj-pg-embedded
- 1.0.2-SNAPSHOT
+ 1.0.3-SNAPSHOT
Embedded PostgreSQL driver
-
- 1.16.3
-
+ 3.1.0
+ 4.2
+ validate
+ true
+ basepom.oss-release,oss-build
+
+ ${basepom.check.skip-extended}
+ ${basepom.check.fail-extended}
+ true
+ 11
+ ${project.build.targetJdk}
+ ${project.build.targetJdk}
+ 1.19.0
+ 42.5.1
+ 4.23.1
+ 1.7.36
+ 8.5.13
+ 3.12.0
+ 1.24.0
+ 4.13.2
+ 5.8.2
1800
+ false
true
false
false
@@ -58,28 +77,39 @@
org.slf4j
slf4j-api
+ ${dep.slf4j.version}
org.apache.commons
commons-lang3
+ ${dep.commons-lang.version}
+
+
+ org.apache.commons
+ commons-compress
+ ${dep.commons-compress.version}
+ runtime
org.flywaydb
flyway-core
true
+ ${dep.flyway.version}
org.liquibase
liquibase-core
+ ${dep.liquibase.version}
true
org.postgresql
postgresql
+ ${dep.postgres-jdbc.version}
@@ -94,6 +124,7 @@
junit
junit
+ ${dep.junit.version}
provided
true
@@ -101,6 +132,7 @@
org.junit.jupiter
junit-jupiter-api
+ ${dep.junit5.version}
provided
true
@@ -108,6 +140,7 @@
org.slf4j
slf4j-simple
+ ${dep.slf4j.version}
test
@@ -127,4 +160,182 @@
+
+
+ oss-build
+
+
+ .oss-build
+
+
+
+
+
+
+ opentable.snapshot
+ opentable-snapshots
+ true
+ https://artifactory.otenv.com/snapshots
+
+
+ sonatype-nexus-staging
+ Nexus Release Repository
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+
+
+ ${basepom.release.profiles}
+
+
+
+
+
+ com.mycila
+ license-maven-plugin
+ ${dep.plugin.license.version}
+
+
+ org.basepom
+ basepom-policy
+ ${dep.basepom-policy.version}
+
+
+
+ ${basepom.check.skip-license}
+ ${basepom.license.skip-existing}
+ ${basepom.check.fail-license}
+ license/basepom-apache-license-header.txt
+
+ license/xml-prefix.xml
+
+
+ XML_PREFIX
+ SLASHSTAR_STYLE
+ SCRIPT_STYLE
+
+ true
+ true
+ true
+ ${project.build.sourceEncoding}
+
+ .*/**
+ **/*.md
+ **/*.rst
+ **/*.adoc
+ **/*.sh
+ **/*.txt
+ **/*.thrift
+ **/*.proto
+ **/*.g
+ **/*.releaseBackup
+ **/*.vm
+ **/*.st
+ **/*.raw
+ **/*.ser
+ **/src/license/**
+
+
+ src/**
+ **/pom.xml
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ ${dep.plugin.gpg.version}
+
+ true
+
+
+
+
+
+
+
+
+ com.mycila
+ license-maven-plugin
+
+
+ basepom.default
+ ${basepom.check.phase-license}
+
+ check
+
+
+
+
+
+
+
+
+
+
+ basepom.oss-release
+
+
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ attach-javadocs
+ package
+
+ jar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+
+
+ basepom.sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
+