This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 57c54935200 camel-pgevent: org.testcontainers:postgresql should be
test scope
57c54935200 is described below
commit 57c549352009ee0a54b260a6b515b995248e91bd
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 0ee1ce1f565..9420a4afb47 100644
--- a/components/camel-pgevent/pom.xml
+++ b/components/camel-pgevent/pom.xml
@@ -72,6 +72,7 @@
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>${testcontainers-version}</version>
+ <scope>test</scope>
</dependency>
</dependencies>