| | |
| | | </dependency> |
| | | |
| | | <!-- 通用工具--> |
| | | <dependency> |
| | | <groupId>commons-codec</groupId> |
| | | <artifactId>commons-codec</artifactId> |
| | | <version>1.10</version> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>commons-codec</groupId>--> |
| | | <!-- <artifactId>commons-codec</artifactId>--> |
| | | <!-- <version>1.10</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-common</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | </dependency> |
| | | |
| | | <!--海康录像机二次开发依赖jar包--> |
| | |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-system</artifactId> |
| | | </dependency> |
| | | <!--knife4j依赖--> |
| | | <dependency> |
| | | <groupId>com.github.xiaoymin</groupId> |
| | | <artifactId>knife4j-annotations</artifactId> |
| | | <version>2.0.9</version> |
| | | <artifactId>knife4j-spring-boot-starter</artifactId> |
| | | <version>3.0.3</version> |
| | | </dependency> |
| | | <!--张建提供引导依赖--> |
| | | <dependency> |
| | |
| | | <artifactId>mybatis-plus-boot-starter</artifactId> |
| | | <version>3.2.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.github.xiaoymin</groupId> |
| | | <artifactId>knife4j-annotations</artifactId> |
| | | <version>3.0.3</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/org.apache.axis/axis --> |
| | | <dependency> |
| | | <groupId>org.apache.axis</groupId> |
| | | <artifactId>axis</artifactId> |
| | | <version>1.4</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/javax.xml.rpc/javax.xml.rpc-api --> |
| | | <dependency> |
| | | <groupId>javax.xml.rpc</groupId> |
| | | <artifactId>javax.xml.rpc-api</artifactId> |
| | | <version>1.1.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-discovery</groupId> |
| | | <artifactId>commons-discovery</artifactId> |
| | | <version>0.2</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <configuration> |
| | | <includeSystemScope>true</includeSystemScope> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | |
| | | </project> |