Add a gadget chain for exploiting the presence of clojure.

This commit is contained in:
Ian Haken
2017-07-08 09:40:26 -07:00
parent 5bd2ced110
commit 4cb0a5a17a
2 changed files with 67 additions and 0 deletions
+5
View File
@@ -297,6 +297,11 @@
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.8.0</version>
</dependency>
</dependencies>
<profiles>