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/04/12 12:19:01 UTC

[GitHub] [camel-spring-boot] davsclaus commented on a diff in pull request #514: CAMEL-17907: Add camel-infinispan-starter test

davsclaus commented on code in PR #514:
URL: https://github.com/apache/camel-spring-boot/pull/514#discussion_r848368725


##########
components-starter/camel-infinispan-starter/pom.xml:
##########
@@ -38,11 +38,139 @@
       <artifactId>camel-infinispan</artifactId>
       <version>${camel-version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-test-spring-junit5</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.awaitility</groupId>
+      <artifactId>awaitility</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel.springboot</groupId>
+      <artifactId>camel-master-starter</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-infinispan-common</artifactId>
+      <version>${project.version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-test-infra-infinispan</artifactId>
+      <version>${project.version}</version>

Review Comment:
   For all <groupId>org.apache.camel</groupId>
   Then you MUST use <version>${camel-version}</version>
   
   As otherwise we cannot release camel-spring-boot due to build error during release.



-- 
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