Skip to content

Commit

Permalink
spline #1009 Remove obsolete producer model v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wajda committed Feb 1, 2022
1 parent 0395bef commit 11797c2
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 363 deletions.
18 changes: 16 additions & 2 deletions kafka-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,28 @@
</dependency>
<dependency>
<groupId>za.co.absa.spline</groupId>
<artifactId>producer-model-v1.1</artifactId>
<artifactId>producer-model-mapper</artifactId>
<version>${project.version}</version>
</dependency>

<!-- current model -->

<dependency>
<groupId>za.co.absa.spline</groupId>
<artifactId>producer-model-mapper</artifactId>
<artifactId>producer-model-v1.2</artifactId>
<version>${project.version}</version>
</dependency>

<!-- deprecated models -->

<dependency>
<groupId>za.co.absa.spline</groupId>
<artifactId>producer-model-v1.1</artifactId>
<version>0.7.5</version>
</dependency>

<!-- other deps -->

<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
Expand Down
19 changes: 17 additions & 2 deletions producer-model-mapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,35 @@
<dependencies>
<dependency>
<groupId>za.co.absa.spline</groupId>
<artifactId>producer-model-v1.1</artifactId>
<artifactId>commons</artifactId>
<version>${project.version}</version>
</dependency>

<!-- current model -->

<dependency>
<groupId>za.co.absa.spline</groupId>
<artifactId>commons</artifactId>
<artifactId>producer-model-v1.2</artifactId>
<version>${project.version}</version>
</dependency>

<!-- deprecated models -->

<dependency>
<groupId>za.co.absa.spline</groupId>
<artifactId>producer-model-v1.1</artifactId>
<version>0.7.5</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>za.co.absa.spline</groupId>
<artifactId>producer-model</artifactId>
<version>0.5.1</version>
<optional>true</optional>
</dependency>

<!-- other deps -->

<dependency>
<groupId>io.bfil</groupId>
<artifactId>automapper_${scala.compat.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion producer-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>producer-model-v1.1</artifactId>
<artifactId>producer-model-v1.2</artifactId>

<dependencies>
<dependency>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 11797c2

Please sign in to comment.