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-abase/pom.xml

58 lines
1.6 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">
<parent>
<artifactId>jyjz-system</artifactId>
<groupId>cn.jyjz</groupId>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>cn.jyjz</groupId>
<artifactId>jyjz-system-abase</artifactId>
<version>1.0.0</version>
<name>jyjz-system-abase</name>
<dependencies>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>cn.jyjz</groupId>
<artifactId>jyjz-common-upload</artifactId>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</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>
</dependencies>
</project>