| | |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <!-- <dependency> |
| | | <groupId>commons-lang</groupId> |
| | | <artifactId>commons-lang</artifactId> |
| | | <version>2.6</version> |
| | | </dependency>--> |
| | | |
| | | <dependency> |
| | | <groupId>org.apache.commons</groupId> |
| | | <artifactId>commons-jexl</artifactId> |
| | | <version>2.1.1</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.thoughtworks.paranamer</groupId> |
| | | <artifactId>paranamer</artifactId> |
| | | <version>2.3</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | |
| | | |
| | | <repositories> |
| | | <repository> |
| | | <id>aliyunmaven</id> |
| | | <url>https://maven.aliyun.com/repository/public</url> |
| | | <id>bsdn-repository</id> |
| | | <url>http://nexus.bsdn.org/content/groups/public/</url> |
| | | <releases> |
| | | <enabled>true</enabled> |
| | | </releases> |