diff options
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds')
-rwxr-xr-x | ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index 616b8e144..73e838146 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -73,8 +73,7 @@ <!-- Apache Kafka --> <dependency> <groupId>org.apache.kafka</groupId> - <artifactId>kafka_2.11</artifactId> - <version>${kafka.version}</version> + <artifactId>kafka_2.13</artifactId> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |