Skip to content

Commit 2a27a0b

Browse files
authored
Update pom.xml
1 parent 791d607 commit 2a27a0b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

graphdb/janusgraph-rdbms/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@
4545
<groupId>org.janusgraph</groupId>
4646
<artifactId>janusgraph-core</artifactId>
4747
<version>${janusgraph.version}</version>
48+
<exclusions>
49+
<exclusion>
50+
<groupId>com.rabbitmq</groupId>
51+
<artifactId>amqp-client</artifactId>
52+
</exclusion>
53+
<exclusion>
54+
<groupId>org.noggit</groupId>
55+
<artifactId>noggit</artifactId>
56+
</exclusion>
57+
</exclusions>
4858
</dependency>
4959
</dependencies>
5060

0 commit comments

Comments
 (0)