2021-09-15 16:57:14 +08:00
|
|
|
<?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>module-news</artifactId>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<artifactId>interface-news</artifactId>
|
|
|
|
<groupId>cn.com.tenlion</groupId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ink.wgink</groupId>
|
|
|
|
<artifactId>module-file</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ink.wgink</groupId>
|
|
|
|
<artifactId>module-dictionary</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
<version>5.3.3</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.com.tenlion</groupId>
|
|
|
|
<artifactId>module-freemarker</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2022-06-17 17:33:01 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>cn.com.tenlion</groupId>
|
|
|
|
<artifactId>module-config-content</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2022-06-23 11:30:04 +08:00
|
|
|
<!-- <dependency>
|
2021-09-15 16:57:14 +08:00
|
|
|
<groupId>ink.wgink</groupId>
|
|
|
|
<artifactId>basic-app</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<scope>compile</scope>
|
2022-06-23 11:30:04 +08:00
|
|
|
</dependency>-->
|
2021-09-15 16:57:14 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|