This commit is contained in:
luoxiang
2019-05-15 07:37:02 +08:00
parent e0878377f1
commit 458f57759a
4 changed files with 25 additions and 24 deletions

View File

@ -43,6 +43,12 @@
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
<!--Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 10582-->
<dependency>
<groupId>com.thoughtworks.paranamer</groupId>
<artifactId>paranamer</artifactId>
<version>2.8</version>
</dependency>
</dependencies>