Skip to content

Commit 7cf440f

Browse files
committed
chore: change json scope to 'test' in pd.pom
1 parent 76cedcb commit 7cf440f

File tree

1 file changed

+2
-0
lines changed
  • hugegraph-store/hg-store-core

1 file changed

+2
-0
lines changed

hugegraph-store/hg-store-core/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@
3939
<groupId>org.apache.logging.log4j</groupId>
4040
<artifactId>log4j-slf4j-impl</artifactId>
4141
</dependency>
42+
<!-- TODO: replace it by jackson(com.fasterxml.jackson.core:jackson-databind) -->
4243
<dependency>
4344
<groupId>org.json</groupId>
4445
<artifactId>json</artifactId>
4546
<version>20240303</version>
47+
<scope>test</scope>
4648
</dependency>
4749

4850
<dependency>

0 commit comments

Comments
 (0)