Skip to content

Commit

Permalink
Remove obsolete camel-quarkus-knative-producer dependency (#58)
Browse files Browse the repository at this point in the history
- Only need camel-quarkus-knative since Camel Quarkus 3.17
  • Loading branch information
christophd authored Jan 23, 2025
1 parent 3b5264c commit 46fe2c2
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 40 deletions.
4 changes: 0 additions & 4 deletions aws-ddb-streams-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative-producer</artifactId>
</dependency>

<dependency>
<groupId>org.apache.camel.kamelets</groupId>
Expand Down
4 changes: 0 additions & 4 deletions aws-s3-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative-producer</artifactId>
</dependency>

<dependency>
<groupId>org.apache.camel.kamelets</groupId>
Expand Down
4 changes: 0 additions & 4 deletions aws-s3-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative-producer</artifactId>
</dependency>

<dependency>
<groupId>org.apache.camel.kamelets</groupId>
Expand Down
4 changes: 0 additions & 4 deletions aws-sns-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative-producer</artifactId>
</dependency>

<dependency>
<groupId>org.apache.camel.kamelets</groupId>
Expand Down
4 changes: 0 additions & 4 deletions aws-sqs-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative-producer</artifactId>
</dependency>

<dependency>
<groupId>org.apache.camel.kamelets</groupId>
Expand Down
4 changes: 0 additions & 4 deletions aws-sqs-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative-producer</artifactId>
</dependency>

<dependency>
<groupId>org.apache.camel.kamelets</groupId>
Expand Down
4 changes: 0 additions & 4 deletions log-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative-producer</artifactId>
</dependency>

<dependency>
<groupId>org.apache.camel.kamelets</groupId>
Expand Down
4 changes: 0 additions & 4 deletions timer-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative-producer</artifactId>
</dependency>

<dependency>
<groupId>org.apache.camel.kamelets</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative-producer</artifactId>
</dependency>

<dependency>
<groupId>org.apache.camel.kamelets</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-knative-producer</artifactId>
</dependency>

<dependency>
<groupId>org.apache.camel.kamelets</groupId>
Expand Down

0 comments on commit 46fe2c2

Please sign in to comment.