| | |
| | | <aliyun.sdk.oss.version>3.10.2</aliyun.sdk.oss.version> |
| | | <knife4j.version>3.0.2</knife4j.version> |
| | | <aspectj.version>1.9.4</aspectj.version> |
| | | <mybatis-plus.version>3.5.4</mybatis-plus.version> |
| | | <mybatis-plus.version>3.5.4.1</mybatis-plus.version> |
| | | <jwt.version>0.9.1</jwt.version> |
| | | <jaxb-api.version>2.3.1</jaxb-api.version> |
| | | <poi.version>4.1.2</poi.version> |
| | |
| | | </dependencyManagement> |
| | | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>org.bytedeco</groupId> |
| | | <artifactId>javacv-platform</artifactId> |
| | | <version>1.5.1</version> |
| | | <type>pom</type> |
| | | </dependency> |
| | | <!-- sip协议栈 --> |
| | | <dependency> |
| | | <groupId>javax.sip</groupId> |
| | | <artifactId>jain-sip-ri</artifactId> |
| | | <version>1.3.0-91</version> |
| | | </dependency> |
| | | <!-- 海康client --> |
| | | <dependency> |
| | | <groupId>com.hikvision.ga</groupId> |
| | | <artifactId>artemis-http-client</artifactId> |
| | | <version>1.1.3</version> |
| | | </dependency> |
| | | <!-- jpa --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | <artifactId>jaxb-api</artifactId> |
| | | <version>${jaxb-api.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>easyexcel</artifactId> |
| | | <version>${easyexcel.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.cloud</groupId> |
| | | <artifactId>spring-cloud-starter-openfeign</artifactId> |
| | | <version>4.0.4</version> |
| | | </dependency> |
| | | |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |