You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/02 17:02:27 UTC

[camel-examples] 10/11: Removed testcontainers property placeholder

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit e0d61ef8941863d4f0dc3726994c6d4442771ebd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 17:54:27 2020 +0100

    Removed testcontainers property placeholder
---
 examples/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 938f8a8..f7ecd73 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -258,7 +258,6 @@
         <spring-version>${spring5-version}</spring-version>
         <spring5-version>5.2.3.RELEASE</spring5-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
-        <testcontainers-version>1.12.3</testcontainers-version>
         <tinybundles-version>2.1.1</tinybundles-version>
         <tomcat-version>9.0.30</tomcat-version>
         <weld3-version>3.0.5.Final</weld3-version>