Skip to content

Commit

Permalink
[Debezium Server Name Mapper] Use Jakarta cdi-api from Quarkus
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Feb 9, 2024
1 parent 30331f2 commit 6c3ed69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions debezium-server-name-mapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
<groupId>io.debezium</groupId>
<artifactId>debezium-connector-postgres</artifactId>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<version>2.0</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
package io.debezium.example.server.mapper;

import javax.enterprise.context.Dependent;
import jakarta.enterprise.context.Dependent;

import org.eclipse.microprofile.config.inject.ConfigProperty;

Expand Down

0 comments on commit 6c3ed69

Please sign in to comment.