| | |
| | | </dependencyManagement> |
| | | |
| | | <dependencies> |
| | | <!-- 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> |
| | |
| | | <dependency> |
| | | <groupId>org.springframework.cloud</groupId> |
| | | <artifactId>spring-cloud-starter-openfeign</artifactId> |
| | | <version>${spring-boot.version}</version> |
| | | <version>4.0.4</version> |
| | | </dependency> |
| | | |
| | | |