No problem, I just wanted to fix the build on builds.apache.org:

e.g.: https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/master/623/console

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
on project camel-testcontainers:
Could not resolve dependencies for project 
org.apache.camel:camel-testcontainers:jar:2.23.0-SNAPSHOT:
Could not find artifact org.testcontainers:testcontainers:jar:1.9.0 in central 
(https://repo.maven.apache.org/maven2)

The testcontainer dependency is in maven central (see: https://search.maven.org/search?q=a:testcontainers) but version 1.9.0 is not there yet. Probably just some delay.

Cheers,
Pascal

Am 10.09.2018 um 23:17 schrieb Andrea Cosentino:
My fault. Probably it comes from a different repo. Sorry. I tested with 
camel-nats. I'll double check tomorrow
Il lun, 10 set, 2018 alle 23:07, pascalschumac...@apache.org<pascalschumac...@apache.org> ha scritto: This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
     new ad8308c  Revert "Upgrade TestContainers to version 1.9.0", because 
"org.testcontainers:testcontainers:jar:1.9.0" is not in maven central yet.
ad8308c is described below

commit ad8308c3c942a51b6d346f17f6ddc57e5f1e6ed8
Author: Pascal Schumacher <pascalschumac...@gmx.net>
AuthorDate: Mon Sep 10 23:06:47 2018 +0200

     Revert "Upgrade TestContainers to version 1.9.0", because 
"org.testcontainers:testcontainers:jar:1.9.0" is not in maven central yet.
    This reverts commit 556a2935e38116258e4161ca29648636c118fb82.
---
  parent/pom.xml | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5f4115e..6d15f0c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -680,7 +680,7 @@
     <stringtemplate-version>4.0.8</stringtemplate-version>
     <tagsoup-bundle-version>1.2.1_1</tagsoup-bundle-version>
     <tagsoup-version>1.2.1</tagsoup-version>
-    <testcontainers-version>1.9.0</testcontainers-version>
+    <testcontainers-version>1.8.3</testcontainers-version>
     <testng-version>6.14.2</testng-version>
     <tinybundles-version>2.1.1</tinybundles-version>
     <tika-version>1.18</tika-version>


Reply via email to