30 lines
949 B
XML
30 lines
949 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/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>cn.axzo.nanopart</groupId>
|
|
<artifactId>nanopart</artifactId>
|
|
<version>${revision}</version>
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>black-list</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<name>black-list</name>
|
|
|
|
|
|
<modules>
|
|
<module>black-list-api</module>
|
|
<module>black-list-service</module>
|
|
</modules>
|
|
|
|
<!-- <dependencies>-->
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>cn.axzo.infra</groupId>-->
|
|
<!-- <artifactId>axzo-bom</artifactId>-->
|
|
<!-- <version>2.0.0-SNAPSHOT</version>-->
|
|
<!-- </dependency>-->
|
|
<!-- </dependencies>-->
|
|
</project>
|