Skip to content

Commit

Permalink
Use Quarkus fast-jar package format apache/camel-k-runtime#360
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jan 21, 2021
1 parent 5b08073 commit 8c569ff
Show file tree
Hide file tree
Showing 14 changed files with 3,089 additions and 95 deletions.
20 changes: 20 additions & 0 deletions build/maven/pom-runtime.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,41 @@
<artifactId>camel-k-core</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-core-deployment</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-knative</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-knative-deployment</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-master</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-master-deployment</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-cron</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-cron-deployment</artifactId>
<version>${runtime.version}</version>
</dependency>

<!-- loaders -->
<dependency>
Expand Down
Loading

0 comments on commit 8c569ff

Please sign in to comment.