| | |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.bstek.dorado</groupId> |
| | | <artifactId>dorado-uploader</artifactId> |
| | | <version>1.0.20</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>slf4j-jcl</artifactId> |
| | | <groupId>org.slf4j</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>slf4j-log4j12</artifactId> |
| | | <groupId>org.slf4j</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>log4j</artifactId> |
| | | <groupId>log4j</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>slf4j-jdk14</artifactId> |
| | | <groupId>org.slf4j</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </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> |
| | | <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> |