18 lines
674 B
XML
18 lines
674 B
XML
<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.aos</groupId>
|
|
<artifactId>aos-framework</artifactId>
|
|
<version>stable</version>
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
<artifactId>ability</artifactId>
|
|
<packaging>pom</packaging>
|
|
<description>提供依赖管理</description>
|
|
<modules>
|
|
<module>aos-supreme</module>
|
|
<module>aos-template</module>
|
|
</modules>
|
|
</project>
|