Skip to content

Commit

Permalink
fix #1008: implement knative broker/trigger model and explicit targets
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Oct 16, 2019
1 parent c8e89bd commit df4436a
Show file tree
Hide file tree
Showing 22 changed files with 5,462 additions and 366 deletions.
21 changes: 3 additions & 18 deletions build/maven/pom-runtime.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,33 +102,18 @@
<artifactId>camel-k-loader-yaml</artifactId>
<version>${runtime.version}</version>
</dependency>

<!-- legacy -->
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-groovy</artifactId>
<artifactId>camel-k-loader-knative</artifactId>
<version>${runtime.version}</version>
</dependency>

<!-- legacy -->
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-health</artifactId>
<version>${runtime.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<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-yaml</artifactId>
<version>${runtime.version}</version>
</dependency>
</dependencies>

<repositories>
Expand Down
Loading

0 comments on commit df4436a

Please sign in to comment.