Skip to content

Commit

Permalink
chore: change json scope to 'test' in pd.pom
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed Nov 25, 2024
1 parent 76cedcb commit 7cf440f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hugegraph-store/hg-store-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
</dependency>
<!-- TODO: replace it by jackson(com.fasterxml.jackson.core:jackson-databind) -->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20240303</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit 7cf440f

Please sign in to comment.