26 lines
738 B
XML
26 lines
738 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">
|
|
<parent>
|
|
<groupId>com.february</groupId>
|
|
<artifactId>february</artifactId>
|
|
<version>3.6.3</version>
|
|
</parent>
|
|
<packaging>pom</packaging>
|
|
<modules>
|
|
<module>february-auth-common</module>
|
|
<module>february-auth-remote</module>
|
|
<module>february-auth-server</module>
|
|
</modules>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>february-auth</artifactId>
|
|
|
|
<description>
|
|
february-auth认证授权中心
|
|
</description>
|
|
|
|
|
|
|
|
</project>
|