167 lines
5.9 KiB
XML
167 lines
5.9 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>laws-sinotruk</artifactId>
|
|
<groupId>com.jero.boot</groupId>
|
|
<version>2.5.1</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>laws-modules</artifactId>
|
|
|
|
<properties>
|
|
<maven.compiler.source>8</maven.compiler.source>
|
|
<maven.compiler.target>8</maven.compiler.target>
|
|
</properties>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.jero.boot</groupId>
|
|
<artifactId>jero-system-local-api</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.jero.boot</groupId>
|
|
<artifactId>laws-module-system</artifactId>
|
|
<version>${jero.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.jero.boot</groupId>
|
|
<artifactId>laws-base-generater</artifactId>
|
|
<version>${jero.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.activiti</groupId>
|
|
<artifactId>activiti-spring-boot-starter-rest-api</artifactId>
|
|
<version>${activiti.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>mybatis</artifactId>
|
|
<groupId>org.mybatis</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<!-- Activiti生成流程图 -->
|
|
<dependency>
|
|
<groupId>org.activiti</groupId>
|
|
<artifactId>activiti-image-generator</artifactId>
|
|
<version>${activiti.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.activiti</groupId>
|
|
<artifactId>activiti-json-converter</artifactId>
|
|
<version>${activiti.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>org.activiti</groupId>
|
|
<artifactId>activiti-bpmn-model</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<!-- bpmn 布局 -->
|
|
<dependency>
|
|
<groupId>org.activiti</groupId>
|
|
<artifactId>activiti-bpmn-layout</artifactId>
|
|
<version>${activiti.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xml-apis</groupId>
|
|
<artifactId>xml-apis</artifactId>
|
|
<version>1.4.01</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.xmlgraphics</groupId>
|
|
<artifactId>batik-ext</artifactId>
|
|
<version>1.10</version>
|
|
</dependency>
|
|
|
|
<!-- xml解析依赖-->
|
|
<dependency>
|
|
<groupId>org.apache.xmlgraphics</groupId>
|
|
<artifactId>batik-codec</artifactId>
|
|
<version>1.10</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.xmlgraphics</groupId>
|
|
<artifactId>batik-css</artifactId>
|
|
<version>1.10</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.xmlgraphics</groupId>
|
|
<artifactId>batik-svg-dom</artifactId>
|
|
<version>1.10</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.xmlgraphics</groupId>
|
|
<artifactId>batik-svggen</artifactId>
|
|
<version>1.10</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.sf.json-lib</groupId>
|
|
<artifactId>json-lib</artifactId>
|
|
<version>2.2.3</version>
|
|
<classifier>jdk15</classifier>
|
|
<!-- jdk版本 -->
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-test</artifactId>
|
|
</dependency>
|
|
<!--中文分词工具包-->
|
|
<dependency>
|
|
<groupId>com.janeluo</groupId>
|
|
<artifactId>ikanalyzer</artifactId>
|
|
<version>2012_u6</version>
|
|
</dependency>
|
|
<!--HTML解析器-->
|
|
<dependency>
|
|
<groupId>org.jsoup</groupId>
|
|
<artifactId>jsoup</artifactId>
|
|
<version>1.11.3</version>
|
|
</dependency>
|
|
<!--语言处理-->
|
|
<dependency>
|
|
<groupId>com.hankcs</groupId>
|
|
<artifactId>hanlp</artifactId>
|
|
<version>portable-1.7.5</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.pdfbox</groupId>
|
|
<artifactId>pdfbox</artifactId>
|
|
<version>2.0.6</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.googlecode.json-simple</groupId>
|
|
<artifactId>json-simple</artifactId>
|
|
<version>1.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.inversoft</groupId>
|
|
<artifactId>prime-jwt</artifactId>
|
|
<version>1.3.1</version>
|
|
</dependency>
|
|
<!-- 导入zip文件使用到 -->
|
|
<dependency>
|
|
<groupId>org.apache.ant</groupId>
|
|
<artifactId>ant</artifactId>
|
|
<version>1.10.5</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.aspose</groupId>
|
|
<artifactId>aspose-words</artifactId>
|
|
<version>21.1</version>
|
|
<scope>system</scope>
|
|
<classifier>jdk17</classifier>
|
|
<systemPath>${project.basedir}/lib/aspose-words-21.1-jdk17-cracked.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.banboocloud</groupId>
|
|
<artifactId>bim-codec</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<classifier>jdk17</classifier>
|
|
<systemPath>${project.basedir}/lib/bim-codec-1.0.0.jar</systemPath>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |