Skip to content

Commit

Permalink
Adding commons-io dependency to camel-k-core
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Sep 26, 2022
1 parent 2c6bf5d commit b0f14b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions camel-k-core/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core-deployment</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit b0f14b2

Please sign in to comment.