Skip to content

Commit

Permalink
Prep
Browse files Browse the repository at this point in the history
  • Loading branch information
sathishk committed Jan 27, 2024
1 parent 396307c commit dd45a46
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,20 @@
<version>4.33.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.165</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.5.1</version>
<scope>test</scope>
</dependency>



<dependency>
<groupId>com.tngtech.archunit</groupId>
Expand Down

0 comments on commit dd45a46

Please sign in to comment.