不再遗传任何包

This commit is contained in:
yexuejc 2018-09-28 14:57:56 +08:00
parent 8b0b9980eb
commit bb143bb74f
2 changed files with 18 additions and 3 deletions

18
pom.xml
View File

@ -5,7 +5,7 @@
<groupId>com.yexuejc.springboot</groupId>
<artifactId>yexuejc-springboot-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
@ -53,6 +53,10 @@
<thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>
<thymeleaf-layout-dialect.version>2.3.0</thymeleaf-layout-dialect.version>
<thymeleaf-extras-springsecurity4.version>3.0.2.RELEASE</thymeleaf-extras-springsecurity4.version>
<reflectasm.version>1.09</reflectasm.version>
<!--dubbo-->
<dubbo-spring-boot-starter.version>0.2.0</dubbo-spring-boot-starter.version>
</properties>
<!-- 声明包版本 继承项目自引入 -->
<dependencyManagement>
@ -175,7 +179,17 @@
<version>${aliyun-sdk-mns.version}</version>
<classifier>jar-with-dependencies</classifier>
</dependency>
<!-- copy对象 -->
<dependency>
<groupId>com.esotericsoftware.reflectasm</groupId>
<artifactId>reflectasm</artifactId>
<version>${reflectasm.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba.boot</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
<version>${dubbo-spring-boot-starter.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

View File

@ -9,7 +9,7 @@
<parent>
<groupId>com.yexuejc.springboot</groupId>
<artifactId>yexuejc-springboot-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<!-- 本地打包:使用相对关联路径 -->
<!--<relativePath>../../yexuejc</relativePath>-->
</parent>
@ -25,6 +25,7 @@
<dependency>
<groupId>com.yexuejc.base</groupId>
<artifactId>yexuejc-base</artifactId>
<optional>true</optional>
</dependency>
<!--<dependency>-->
<!--<groupId>com.github.yexuejc</groupId>-->