diff --git a/examples/singleton-container/pom.xml b/examples/singleton-container/pom.xml deleted file mode 100644 index 710c32d6b80..00000000000 --- a/examples/singleton-container/pom.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - testcontainers-java-examples - org.testcontainers.examples - NOVERSION - - 4.0.0 - - singleton-container - - - - redis.clients - jedis - 3.0.1 - - - com.google.code.gson - gson - 2.8.5 - - - com.google.guava - guava - 23.0 - - - org.slf4j - slf4j-api - 1.7.25 - provided - - - ch.qos.logback - logback-classic - 1.2.3 - test - - -