| | |
| | | </dependency>
|
| | | <!--海康录像机二次开发依赖jar包-->
|
| | | <dependency>
|
| | | <groupId>net.java.jna</groupId>
|
| | | <artifactId>jna</artifactId>
|
| | | <version>1.0.0</version>
|
| | | </dependency>
|
| | | <dependency>
|
| | | <groupId>net.java.examples</groupId>
|
| | | <artifactId>examples</artifactId>
|
| | | <version>1.0.0</version>
|
| | |
| | | <dependency>
|
| | | <groupId>com.github.xiaoymin</groupId>
|
| | | <artifactId>knife4j-spring-boot-starter</artifactId>
|
| | | <version>3.0.3</version>
|
| | | </dependency>
|
| | | <!--张建提供引导依赖-->
|
| | | <dependency>
|
| | |
| | | <artifactId>geodesy</artifactId>
|
| | | <version>1.1.3</version>
|
| | | </dependency>
|
| | | <!-- 视频处理 -->
|
| | | <!-- <dependency>-->
|
| | | <!-- <groupId>org.bytedeco</groupId>-->
|
| | | <!-- <artifactId>javacv-platform</artifactId>-->
|
| | |
| | | <artifactId>commons-discovery</artifactId>
|
| | | <version>0.5</version>
|
| | | </dependency>
|
| | | <!-- <!– https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8 –>-->
|
| | | <dependency>
|
| | | <groupId>com.oracle.database.jdbc</groupId>
|
| | | <artifactId>ojdbc8</artifactId>
|
| | | <version>23.3.0.23.09</version>
|
| | | </dependency>
|
| | | <!-- orai18n -->
|
| | | <dependency>
|
| | | <groupId>cn.easyproject</groupId>
|
| | | <artifactId>orai18n</artifactId>
|
| | | <version>12.1.0.2.0</version>
|
| | | </dependency>
|
| | | <!-- <dependency>-->
|
| | | <!-- <groupId>com.alibaba</groupId>-->
|
| | | <!-- <artifactId>druid</artifactId>-->
|
| | | <!-- <version>1.2.15</version>-->
|
| | | <!-- <scope>compile</scope>-->
|
| | | <!-- </dependency>-->
|
| | |
|
| | | </dependencies>
|
| | | </project> |