Skip to content

Commit

Permalink
Replace common code with common dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
merlante committed Aug 26, 2024
1 parent 930294f commit 624819e
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 1,508 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
</scm>

<dependencies>
<dependency>
<groupId>org.project-kessel</groupId>
<artifactId>common-client-java</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
Expand Down
104 changes: 0 additions & 104 deletions src/main/java/org/project_kessel/clients/ChannelManager.java

This file was deleted.

16 changes: 0 additions & 16 deletions src/main/java/org/project_kessel/clients/KesselClient.java

This file was deleted.

11 changes: 0 additions & 11 deletions src/main/java/org/project_kessel/clients/KesselClientsManager.java

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 624819e

Please sign in to comment.