ATLAS-4809 : Exclude amqp-client from janusgraph-core

Signed-off-by: Pinal Shah <pinal.shah@freestoneinfotech.com>
This commit is contained in:
sheetal.shah 2023-11-08 13:15:09 +05:30 committed by Pinal Shah
parent 204a39cb3a
commit 8bc7a29055
2 changed files with 10 additions and 0 deletions

View File

@ -76,6 +76,10 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
</exclusion>
<exclusion>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
</exclusion>
</exclusions>
</dependency>

View File

@ -54,6 +54,12 @@
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>${janusgraph.version}</version>
<exclusions>
<exclusion>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>