Skip to content

Commit

Permalink
necessary dependencies are added for sootup.analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
uaysev committed Aug 15, 2024
1 parent 13e16bb commit 4bc0b5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sootup.analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
<artifactId>sootup.java.sourcecode</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
</dependency>
<dependency>
<groupId>de.upb.cs.swt</groupId>
<artifactId>heros</artifactId>
Expand Down

0 comments on commit 4bc0b5b

Please sign in to comment.