| | |
| | | |
| | | <groupId>com.fzzy</groupId> |
| | | <artifactId>fzzy-igdss-view</artifactId> |
| | | <version>${fzzy-igdss.version}</version> |
| | | <version>${fzzy.igdss.version}</version> |
| | | |
| | | <parent> |
| | | <artifactId>fzzy-igdss-parent</artifactId> |
| | |
| | | </description> |
| | | |
| | | <dependencies> |
| | | |
| | | <dependency> |
| | | <groupId>com.fzzy</groupId> |
| | | <artifactId>fzzy-igdss-core</artifactId> |
| | | <version>${fzzy.igdss.version}</version> |
| | | </dependency> |
| | | |
| | | <!--引入cglib避免与shiro-redis冲突 --> |
| | | <dependency> |
| | |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>commons-lang</groupId> |
| | | <artifactId>commons-lang</artifactId> |
| | | <version>2.4</version> |
| | | <scope>compile</scope> |
| | | <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> |
| | | |
| | | </dependencies> |
| | | |
| | |
| | | |
| | | <repositories> |
| | | <repository> |
| | | <id>bsdn-repository</id> |
| | | <url>http://nexus.bsdn.org/content/groups/public/</url> |
| | | <id>aliyunmaven</id> |
| | | <url>https://maven.aliyun.com/repository/public</url> |
| | | <releases> |
| | | <enabled>true</enabled> |
| | | </releases> |