Skip to content

Commit

Permalink
Update XSL template to add com.mysql:mysql-connector-j instead of mys…
Browse files Browse the repository at this point in the history
…ql:mysql-connector-java
  • Loading branch information
aloubyansky authored and gsmet committed Jan 31, 2024
1 parent ec161c2 commit 4cf2afa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
<artifactId>camel-quarkus-debezium-mysql</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/xslt/camel-test-pom.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<artifactId>camel-quarkus-debezium-mysql</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
Expand Down

0 comments on commit 4cf2afa

Please sign in to comment.