Skip to content

Commit

Permalink
Add missing version on connect related dependencies
Browse files Browse the repository at this point in the history
Affected by the connect restructuring module changes
  • Loading branch information
psavidis committed Jun 17, 2024
1 parent ab235e7 commit a5a0005
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions distro/tomcat/assembly-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,19 @@
<dependency>
<groupId>org.camunda.connect</groupId>
<artifactId>camunda-connect-core</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-engine-plugin-connect</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.camunda.connect</groupId>
<artifactId>camunda-connect-connectors-all</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a5a0005

Please sign in to comment.