Skip to content

Commit

Permalink
chore: remove old connector-kafka plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
phiz71 committed Jan 17, 2025
1 parent 36a6cba commit 4e96037
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
15 changes: 0 additions & 15 deletions gravitee-apim-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1412,21 +1412,6 @@
</property>
</activation>
<dependencies>
<!-- Connectors -->
<dependency>
<groupId>io.gravitee.connector</groupId>
<artifactId>gravitee-connector-kafka</artifactId>
<version>${gravitee-connector-kafka.version}</version>
<type>zip</type>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Endpoints -->
<dependency>
<groupId>com.graviteesource.endpoint</groupId>
Expand Down
7 changes: 0 additions & 7 deletions gravitee-apim-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -523,13 +523,6 @@
<version>${gravitee-reactor-message.version}</version>
<scope>test</scope>
</dependency>
<!-- V3 Connectors -->
<dependency>
<groupId>io.gravitee.connector</groupId>
<artifactId>gravitee-connector-kafka</artifactId>
<version>${gravitee-connector-kafka.version}</version>
<scope>test</scope>
</dependency>
<!-- Entrypoints -->
<dependency>
<groupId>com.graviteesource.entrypoint</groupId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@
<!-- Versions of the plugins for the full distribution on dev environment-->
<!-- Management API & Gateway -->
<!-- Community plugins -->
<gravitee-connector-kafka.version>1.1.1</gravitee-connector-kafka.version>
<gravitee-policy-aws-lambda.version>1.2.0</gravitee-policy-aws-lambda.version>
<gravitee-policy-circuit-breaker.version>1.1.5</gravitee-policy-circuit-breaker.version>
<gravitee-policy-geoip-filtering.version>2.0.0</gravitee-policy-geoip-filtering.version>
Expand Down

0 comments on commit 4e96037

Please sign in to comment.