Skip to content

Commit

Permalink
Fix #1182: add native support for CronJobs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jan 22, 2020
1 parent 1faab73 commit 663b6dc
Show file tree
Hide file tree
Showing 26 changed files with 8,394 additions and 198 deletions.
5 changes: 5 additions & 0 deletions build/maven/pom-runtime.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
<artifactId>camel-k-runtime-knative</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-cron</artifactId>
<version>${runtime.version}</version>
</dependency>

<dependency>
<groupId>org.apache.camel.k</groupId>
Expand Down
Loading

0 comments on commit 663b6dc

Please sign in to comment.