This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.x by this push:
new fa094a6c1c7 camel-pgevent: org.testcontainers:postgresql should be
test scope
fa094a6c1c7 is described below
commit fa094a6c1c7d43bd454f809ec3be289d19f1cfbc
Author: James Netherton <[email protected]>
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 029300854c3..fe3406cfab4 100644
--- a/components/camel-pgevent/pom.xml
+++ b/components/camel-pgevent/pom.xml
@@ -79,6 +79,7 @@
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>${testcontainers-version}</version>
+ <scope>test</scope>
</dependency>
</dependencies>