Excluded orientdb depenecy which causes log conflict
This commit is contained in:
parent
b8e2d1e093
commit
85d2714e53
6
pom.xml
6
pom.xml
|
@ -65,6 +65,12 @@
|
|||
-->
|
||||
<artifactId>orientdb-client</artifactId>
|
||||
<version>3.2.5</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.graalvm.tools</groupId>
|
||||
<artifactId>chromeinspector</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
|
|
Loading…
Reference in New Issue