42 lines
1.3 KiB
XML
42 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<artifactId>ruoyi</artifactId>
|
|
<groupId>com.ruoyi</groupId>
|
|
<version>4.6.1</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>mkl-screen</artifactId>
|
|
|
|
<dependencies>
|
|
<!-- 系统模块 -->
|
|
<dependency>
|
|
<groupId>com.ruoyi</groupId>
|
|
<artifactId>ruoyi-framework</artifactId>
|
|
</dependency>
|
|
|
|
<!--HTML解析工具-->
|
|
<dependency>
|
|
<groupId>org.jsoup</groupId>
|
|
<artifactId>jsoup</artifactId>
|
|
<version>1.8.3</version>
|
|
</dependency>
|
|
|
|
<!--自定义http工具类-->
|
|
<dependency>
|
|
<groupId>cc.casually</groupId>
|
|
<artifactId>html-parse</artifactId>
|
|
<version>2.1.1</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}\libs\html-parse-2.1.1.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.ruoyi</groupId>
|
|
<artifactId>mkl-business</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project> |