Skip to content

Commit

Permalink
Decouple jmap-extensions-rabbitmq from jmap-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
HoussemNasri committed Nov 27, 2024
1 parent a71521a commit 6b641d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions tmail-backend/jmap/extensions-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</dependency>
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-json_${scala.base}</artifactId>
<version>2.10.5</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
6 changes: 4 additions & 2 deletions tmail-backend/jmap/extensions-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jmap-extensions</artifactId>
<artifactId>jmap-extensions-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jmap-extensions</artifactId>
<artifactId>jmap-extensions-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down

0 comments on commit 6b641d6

Please sign in to comment.