We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cedcb commit 7cf440fCopy full SHA for 7cf440f
hugegraph-store/hg-store-core/pom.xml
@@ -39,10 +39,12 @@
39
<groupId>org.apache.logging.log4j</groupId>
40
<artifactId>log4j-slf4j-impl</artifactId>
41
</dependency>
42
+ <!-- TODO: replace it by jackson(com.fasterxml.jackson.core:jackson-databind) -->
43
<dependency>
44
<groupId>org.json</groupId>
45
<artifactId>json</artifactId>
46
<version>20240303</version>
47
+ <scope>test</scope>
48
49
50
0 commit comments