43 lines
1.3 KiB
XML
43 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/maven-v4_0_0.xsd">
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
<parent>
|
||
|
|
<groupId>com.ruoyi</groupId>
|
||
|
|
<artifactId>ruoyi-flowable-plus</artifactId>
|
||
|
|
<version>0.8.3</version>
|
||
|
|
</parent>
|
||
|
|
<artifactId>fad-app</artifactId>
|
||
|
|
<name>fad-app</name>
|
||
|
|
<description>FAD移动端APP兼容模块</description>
|
||
|
|
|
||
|
|
<dependencies>
|
||
|
|
<!-- 通用工具-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.ruoyi</groupId>
|
||
|
|
<artifactId>ruoyi-common</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- 系统模块-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.ruoyi</groupId>
|
||
|
|
<artifactId>ruoyi-system</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- OA模块-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.ruoyi</groupId>
|
||
|
|
<artifactId>ruoyi-oa</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- 阿里JSON解析器 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.alibaba.fastjson2</groupId>
|
||
|
|
<artifactId>fastjson2</artifactId>
|
||
|
|
<version>2.0.35</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
</dependencies>
|
||
|
|
|
||
|
|
</project>
|