leopard-boot-parent-default
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-parent-default</artifactId>
<version>0.9.20</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>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.21.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-parent-default</artifactId>
<version>0.9.20</version>
<packaging>pom</packaging>
<description>业务系统的Maven Parent,规范、简化Maven依赖配置,避免乱七八糟的类冲突。</description>
<properties>
<leopard.version>0.9.16-SNAPSHOT</leopard.version>
<springboot.version>1.5.21.RELEASE</springboot.version>
<jdk.version>1.8</jdk.version>
</properties>
<modules>
<module>example</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.5</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
</dependency>
<!-- -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.9.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.httpunit</groupId>
<artifactId>httpunit</artifactId>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>net.coobird</groupId>
<artifactId>thumbnailator</artifactId>
<version>0.4.7</version>
</dependency>
<dependency>
<groupId>ch.hsr</groupId>
<artifactId>geohash</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>com.notnoop.apns</groupId>
<artifactId>apns</artifactId>
<version>1.0.0.Beta3</version>
</dependency>
<dependency>
<groupId>com.baidu</groupId>
<artifactId>bccs-api-lib</artifactId>
<version>1.1.2</version>
</dependency>
<!-- - -->
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-datatype</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-lang</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-exception</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-data</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-redis</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-jdbc</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-trynb</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-xparam</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-passport</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-session</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-json</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-reflect</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-timer</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-excel</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-env</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-email</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-servlet</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-web</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-mvc-json</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-web-test</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-tomcat</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-jetty</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-treedata</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-logdb</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-translate</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-mock</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-chart</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-convert</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-responsebody</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-operator</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-snowflake</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-pinyin</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-dynamic-onum</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-scheduler</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-condition</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-httpnb</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-role</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-password</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-counter</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-kit-rank</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-kit-token</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-queue</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-dfs</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-captcha</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-freemarker</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-view</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-vhost</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-pay-alipay</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-pay-weixin</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-annotations</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-jvmdns</artifactId>
<version>0.9.20</version>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-test</artifactId>
<version>0.9.20</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.leopard.boot</groupId>
<artifactId>leopard-boot-aliyun</artifactId>
<version>0.9.20</version>
</dependency>
<!-- -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.7.4</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.7.4</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-easymock</artifactId>
<version>1.7.4</version>
</dependency>
</dependencies>
</dependencyManagement>
<repositories>
<repository>
<id>leopard-framework-releases</id>
<name>Leopard Framework Releases</name>
<url>http://leopard.io/nexus/content/groups/leopard-framework-releases</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>leopard-framework-snapshots</id>
<name>Leopard Framework Snapshots</name>
<url>http://leopard.io/nexus/content/groups/leopard-framework-snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>leopard-framework-snapshots</id>
<name>Leopard Framework Snapshots</name>
<url>http://leopard.io/nexus/content/repositories/framework-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>http://leopard.io/nexus/content/repositories/framework-snapshots/</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version><!-- 2.6 ,2.7有问题?src/test/resources文件不会输出. -->
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<encoding>UTF-8</encoding>
<source>${jdk.version}</source>
<target>${jdk.version}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
<arguments>${arguments}</arguments>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>sonatype-oss-release</id>
<build>
<plugins>
<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>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>javadoc</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<scm>
<url>https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/leopard-boot-parent-default/tags/leopard-boot-0.9.20/leopard-boot-parent-default</url>
</scm>
</project>