Skip to content

Commit

Permalink
Exclude maven-artifact from camel-quarkus-debezium-mongodb #3372
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Dec 9, 2021
1 parent 895a6f0 commit 274610e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extensions/debezium-mongodb/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-debezium-mongodb</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit 274610e

Please sign in to comment.