You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/03/28 07:09:38 UTC

[GitHub] [camel-spring-boot] davsclaus commented on a change in pull request #481: CAMEL-17846 add tests in camel-aws2-ddb-starter

davsclaus commented on a change in pull request #481:
URL: https://github.com/apache/camel-spring-boot/pull/481#discussion_r836113253



##########
File path: components-starter/camel-aws2-ddb-starter/pom.xml
##########
@@ -47,6 +47,18 @@
       </exclusions>
       <!--END OF GENERATED CODE-->
     </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-test-infra-aws-v2</artifactId>
+      <version>${project.version}</version>

Review comment:
       @JiriOndrusek when you add JARs that come from core camel project, then you MUST use ${camel.version} as the version placeholder - otherwise we cannot release - we had trouble over the weekend when the release failed.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org