infogen_authc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.infogen7</groupId>
<artifactId>infogen_authc</artifactId>
<version>V3.0.0R180409</version>
</dependency><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>com.github.infogen7</groupId>
<artifactId>infogen_combine</artifactId>
<version>1.2</version>
<relativePath>../infogen_combine</relativePath>
</parent>
<artifactId>infogen_authc</artifactId>
<version>${global.version}</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/infogen7/infogen_authc</url>
<description>分布式服务框架</description>
<issueManagement>
<system>Github Issue</system>
<url>https://github.com/infogen7/infogen_authc/issues</url>
</issueManagement>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>larry</name>
<email>larrylv@outlook.com</email>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:infogen7/infogen_authc.git</connection>
<developerConnection>scm:git@github.com:infogen7/infogen_authc.git</developerConnection>
<url>git@github.com:infogen7/infogen_authc.git</url>
</scm>
<properties>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
<sonar.exclusions>
</sonar.exclusions>
<sonar.language>java</sonar.language>
</properties>
<dependencies>
<!-- aop -->
<dependency>
<groupId>com.github.infogen7</groupId>
<artifactId>infogen_core</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
<finalName>infogen_authc</finalName>
<plugins>
</plugins>
</build>
</project>