poplar-starter-web-smscode
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>fun.pplm.framework.poplar</groupId>
<artifactId>poplar-starter-web-smscode</artifactId>
<version>1.12.22</version>
</dependency><?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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>fun.pplm.framework.poplar</groupId> <artifactId>poplar</artifactId> <version>1.12.22</version> </parent> <artifactId>poplar-starter-web-smscode</artifactId> <name>poplar starter web smscode</name> <packaging>jar</packaging> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>oraclegao</name> <email>oraclegao@126.com</email> <organization>https://gitee.com/oraclegao</organization> </developer> </developers> <scm> <connection>scm:git@gitee.com:oraclegao/poplar.git</connection> <developerConnection>scm:git@gitee.com:oraclegao/poplar.git</developerConnection> <url>https://gitee.com/oraclegao/poplar.git</url> </scm> <dependencies> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> </dependency> <dependency> <groupId>org.hibernate.validator</groupId> <artifactId>hibernate-validator</artifactId> </dependency> <dependency> <groupId>fun.pplm.framework.poplar</groupId> <artifactId>poplar-starter-json</artifactId> </dependency> <dependency> <groupId>fun.pplm.framework.poplar</groupId> <artifactId>poplar-starter-web</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> </plugin> </plugins> </build> </project>