You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "LostArtist (via GitHub)" <gi...@apache.org> on 2023/07/19 18:17:11 UTC

[GitHub] [camel] LostArtist commented on a diff in pull request #10736: CAMEL-19613: camel-caffeine

LostArtist commented on code in PR #10736:
URL: https://github.com/apache/camel/pull/10736#discussion_r1268490521


##########
components/camel-caffeine/pom.xml:
##########
@@ -62,6 +62,20 @@
             <version>${metrics-version}</version>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-test-infra-core</artifactId>
+            <version>${project.version}</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-test-infra-core</artifactId>
+            <version>4.0.0-SNAPSHOT</version>

Review Comment:
   Thanks for notice, Claus. I'll fix it



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