Add AspectJWeaver file write gadget (#145)

* Add AspectJWeaver file write gadget
This commit is contained in:
testanull
2021-01-11 08:57:01 -08:00
committed by GitHub
parent 750168c6d3
commit 138dc36bd2
3 changed files with 119 additions and 1 deletions
+11 -1
View File
@@ -131,6 +131,11 @@
<artifactId>commons-codec</artifactId>
<version>1.9</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
@@ -236,7 +241,7 @@
<artifactId>commons-fileupload</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-util</artifactId>
<version>6.23.0</version>
@@ -326,6 +331,11 @@
<artifactId>vaadin-server</artifactId>
<version>7.7.14</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.9.5</version>
</dependency>
</dependencies>
<profiles>