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.
33 lines
1.1 KiB
33 lines
1.1 KiB
<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.icharge.framework</groupId>
|
|
<artifactId>rough</artifactId>
|
|
<version>1.0.0</version>
|
|
</parent>
|
|
<artifactId>ds_tools</artifactId>
|
|
<name>Archetype - ds_tools</name>
|
|
<url>http://maven.apache.org</url>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.zaxxer</groupId>
|
|
<artifactId>HikariCP</artifactId>
|
|
<version>4.0.3</version>
|
|
</dependency>
|
|
|
|
<!-- 数据库设计文档生成工具-->
|
|
<dependency>
|
|
<groupId>cn.smallbun.screw</groupId>
|
|
<artifactId>screw-core</artifactId>
|
|
<version>1.0.5</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.freemarker</groupId>
|
|
<artifactId>freemarker</artifactId>
|
|
<version>2.3.30</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|