You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/02/13 13:21:19 UTC

[camel] branch camel-3.20.x updated: camel-pgevent: org.testcontainers:postgresql should be test scope

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

jamesnetherton pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 43119ec3489 camel-pgevent: org.testcontainers:postgresql should be test scope
43119ec3489 is described below

commit 43119ec3489740517ee05c6886a71bd75fb0b94b
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Feb 13 12:15:12 2023 +0000

    camel-pgevent: org.testcontainers:postgresql should be test scope
---
 components/camel-pgevent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-pgevent/pom.xml b/components/camel-pgevent/pom.xml
index ad90508f047..50b252621cd 100644
--- a/components/camel-pgevent/pom.xml
+++ b/components/camel-pgevent/pom.xml
@@ -78,6 +78,7 @@
             <groupId>org.testcontainers</groupId>
             <artifactId>postgresql</artifactId>
             <version>${testcontainers-version}</version>
+            <scope>test</scope>
         </dependency>
 
     </dependencies>