Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 committed Mar 28, 2024
1 parent 8c4cefd commit 737fae3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions camelBase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,20 @@
<version>${activemq-artemis.version}</version>
</dependency>

<!-- auto configuration for used in Spring Boot -->
<!--
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-scheduler-starter</artifactId>
<version>3.20.9</version>
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-quartz-starter</artifactId>
<version>3.20.9</version>
</dependency>
-->

</dependencies>

</project>

0 comments on commit 737fae3

Please sign in to comment.