Skip to content

Commit

Permalink
add instancio-junit module
Browse files Browse the repository at this point in the history
  • Loading branch information
peacewong committed Oct 27, 2023
1 parent 293356e commit 2a66bf6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions linkis-public-enhancements/linkis-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@
<artifactId>linkis-computation-client</artifactId>
<version>${project.version}</version>
</dependency>
<!-- batch to create test data-->
<dependency>
<groupId>org.instancio</groupId>
<artifactId>instancio-junit</artifactId>
<version>2.16.1</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 2a66bf6

Please sign in to comment.