Skip to content

Commit

Permalink
fix apache#755: switch to camel 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jun 19, 2019
1 parent a923f64 commit cb53fb1
Show file tree
Hide file tree
Showing 12 changed files with 778 additions and 13,108 deletions.
21 changes: 14 additions & 7 deletions build/maven/pom-runtime.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,50 +32,57 @@
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-maven-plugin</artifactId>
<version>${runtime.version}</version>
<type>maven-plugin</type>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-knative</artifactId>
<artifactId>camel-k-runtime-bom</artifactId>
<version>${runtime.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-knative-http</artifactId>
<artifactId>camel-k-runtime-core</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-core</artifactId>
<artifactId>camel-k-runtime-groovy</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-jvm</artifactId>
<artifactId>camel-k-runtime-health</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-groovy</artifactId>
<artifactId>camel-k-runtime-jvm</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-kotlin</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-servlet</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-yaml</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-adapter-camel-2</artifactId>
<artifactId>camel-knative</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-adapter-camel-3</artifactId>
<artifactId>camel-knative-http</artifactId>
<version>${runtime.version}</version>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit cb53fb1

Please sign in to comment.