Skip to content

Commit

Permalink
Adding missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyteo committed Feb 4, 2024
1 parent 3ca374e commit 787ab33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion insecureinc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
<artifactId>tomcat-util</artifactId>
<version>8.5.53</version>
</dependency>

<dependency>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
<version>15.4</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 787ab33

Please sign in to comment.