| | |
| | | <version>1.5.10.RELEASE</version> |
| | | <relativePath/> <!-- lookup parent from repository --> |
| | | </parent> |
| | | |
| | | <properties> |
| | | <project.build.sourceEncoding>GBK</project.build.sourceEncoding> |
| | | <project.reporting.outputEncoding>GBK</project.reporting.outputEncoding> |
| | | <!-- 与1.8配置在一起,设置编码集--> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| | | <java.version>1.8</java.version> |
| | | </properties> |
| | | <repositories> |
| | |
| | | <version>1.2</version> |
| | | </dependency> |
| | | |
| | | <!-- 华为云OBS依赖/--> |
| | | <dependency> |
| | | <groupId>com.huaweicloud</groupId> |
| | | <artifactId>esdk-obs-java</artifactId> |
| | | <version>3.20.6.1</version> |
| | | </dependency> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.huaweicloud</groupId>--> |
| | | <!-- <artifactId>esdk-obs-java-bundle</artifactId>--> |
| | | <!-- <version>[3.21.11,)</version>--> |
| | | <!-- </dependency>--> |
| | | <!-- 引入lombok/--> |
| | | <dependency> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | <version>1.18.4</version> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | <!-- 引入hutool工具/--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>cn.hutool</groupId>--> |
| | | <!-- <artifactId>hutool-all</artifactId>--> |
| | | <!-- <version>5.8.0.M4</version>--> |
| | | <!-- </dependency>--> |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-core</artifactId> |
| | | <version>5.6.5</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid</artifactId> |
| | |
| | | <version>4.0.5.Final</version> |
| | | </dependency> |
| | | |
| | | <!-- mp3文件支持(如语音时长)--> |
| | | <dependency> |
| | | <groupId>org</groupId> |
| | | <artifactId>jaudiotagger</artifactId> |
| | | <version>2.0.1</version> |
| | | </dependency> |
| | | |
| | | <!-- mp4文件支持(如语音时长)--> |
| | | <dependency> |
| | | <groupId>com.googlecode.mp4parser</groupId> |
| | | <artifactId>isoparser</artifactId> |
| | | <version>1.1.22</version> |
| | | </dependency> |
| | | <!-- hibernate-core-4.3.7.Final.jar --> |
| | | <!-- https://mvnrepository.com/artifact/org.hibernate/hibernate-core --> |
| | | <dependency> |
| | |
| | | <scope>runtime</scope> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>commons-beanutils</groupId> |
| | | <artifactId>commons-beanutils</artifactId> |
| | | <version>1.7.0</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>commons-codec</groupId> |
| | | <artifactId>commons-codec</artifactId> |
| | | <version>1.4</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>commons-collections</groupId> |
| | | <artifactId>commons-collections</artifactId> |
| | | <version>3.2.1</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>commons-httpclient</groupId> |
| | | <artifactId>commons-httpclient</artifactId> |
| | | <version>3.0.1</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>commons-beanutils</groupId> |
| | | <artifactId>commons-beanutils</artifactId> |
| | | <version>1.9.3</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-collections</groupId> |
| | | <artifactId>commons-collections</artifactId> |
| | | <version>3.2.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-lang</groupId> |
| | | <artifactId>commons-lang</artifactId> |
| | | <version>2.6</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-logging</groupId> |
| | | <artifactId>commons-logging</artifactId> |
| | | <version>1.1.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>net.sf.ezmorph</groupId> |
| | | <artifactId>ezmorph</artifactId> |
| | | <version>1.0.6</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>net.sf.json-lib</groupId> |
| | | <artifactId>json-lib</artifactId> |
| | | <version>2.2.3</version> |
| | | <classifier>jdk15</classifier><!-- 指定jdk版本 --> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.aliyun.oss</groupId> |
| | | <artifactId>aliyun-sdk-oss</artifactId> |
| | | <version>2.8.3</version> |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>org.apache.httpcomponents</groupId> |
| | | <artifactId>httpclient</artifactId> |
| | | <version>4.5.2</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | <build> |
| | | <plugins> |