You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ocr/jyjz-system/jyjz-system-oa/pom.xml

130 lines
4.3 KiB

<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>jyjz-system</artifactId>
<groupId>cn.jyjz</groupId>
<version>1.0.0</version>
</parent>
<groupId>cn.jyjz</groupId>
<artifactId>jyjz-system-oa</artifactId>
<version>1.0.0</version>
<name>jyjz-system-oa</name>
<properties>
<lombok.version>1.18.24</lombok.version>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
<version>3.0.0</version>
</dependency>
<!-- flowable-modeler 核心 -->
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-ui-modeler-conf</artifactId>
</dependency>
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-ui-modeler-rest</artifactId>
</dependency>
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-ui-modeler-logic</artifactId>
</dependency>
<!-- 分页插件pagehelper -->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
</dependency>
<!-- 分页插件pagehelper -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-rest</artifactId>
</dependency>
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-app-engine-rest</artifactId>
</dependency>
<dependency>
<groupId>cn.jyjz</groupId>
<artifactId>jyjz-common-base</artifactId>
</dependency>
<dependency>
<groupId>cn.jyjz</groupId>
<artifactId>jyjz-common-web</artifactId>
</dependency>
<dependency>
<groupId>cn.jyjz</groupId>
<artifactId>jyjz-common-mybatisplus</artifactId>
</dependency>
<dependency>
<groupId>cn.jyjz</groupId>
<artifactId>jyjz-common-redis</artifactId>
</dependency>
<dependency>
<groupId>cn.jyjz</groupId>
<artifactId>jyjz-common-upload</artifactId>
</dependency>
<dependency>
<groupId>cn.jyjz</groupId>
<artifactId>jyjz-framework-security</artifactId>
</dependency>
<dependency>
<groupId>cn.jyjz</groupId>
<artifactId>jyjz-framework-securityweb</artifactId>
</dependency>
<dependency>
<groupId>cn.jyjz</groupId>
<artifactId>jyjz-system-abase</artifactId>
</dependency>
<dependency>
<groupId>cn.jyjz</groupId>
<artifactId>jyjz-system-admin</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
</dependency>
</dependencies>
</project>