Skip to content

Commit

Permalink
Fix apache#1182: add native support for CronJobs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jan 14, 2020
1 parent 1d38815 commit 3dd9584
Show file tree
Hide file tree
Showing 27 changed files with 8,400 additions and 198 deletions.
6 changes: 6 additions & 0 deletions assets/json-schema/CamelCatalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
"groupId": {
"type": "string"
},
"javaTypes": {
"items": {
"type": "string"
},
"type": "array"
},
"languages": {
"items": {
"type": "string"
Expand Down
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

0 comments on commit 3dd9584

Please sign in to comment.