tenlion-module/pojo-config-column/pom.xml
cuibaocheng c2823395c0 building-pictures 套版工具模块
config-column   动态栏目模块
config-table   动态表单模块
bigdata    图标数据展示模块
freemarker    动态模板引擎模块
2021-07-28 14:27:18 +08:00

21 lines
729 B
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>tenlion-module</artifactId>
<groupId>cn.com.tenlion</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pojo-config-column</artifactId>
<dependencies>
<dependency>
<groupId>ink.wgink</groupId>
<artifactId>common</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>