修改作者继承
This commit is contained in:
parent
ac83e4f6f7
commit
31d5df9f1a
9
pom.xml
9
pom.xml
@ -45,6 +45,11 @@
|
|||||||
<name>jipengfei</name>
|
<name>jipengfei</name>
|
||||||
<email>1558143046@qq.com</email>
|
<email>1558143046@qq.com</email>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>zhuangjiaju</id>
|
||||||
|
<name>Jiaju Zhuang</name>
|
||||||
|
<email>zhuangjiaju@qq.com</email>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
@ -345,7 +350,7 @@
|
|||||||
<relocations>
|
<relocations>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>org.springframework</pattern>
|
<pattern>org.springframework</pattern>
|
||||||
<shadedPattern>com.alibaba.easyexcel.support</shadedPattern>
|
<shadedPattern>com.alibaba.excel.support</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
</relocations>
|
</relocations>
|
||||||
</configuration>
|
</configuration>
|
||||||
@ -358,7 +363,7 @@
|
|||||||
<artifactId>flatten-maven-plugin</artifactId>
|
<artifactId>flatten-maven-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<updatePomFile>true</updatePomFile>
|
<updatePomFile>true</updatePomFile>
|
||||||
<flattenMode>resolveCiFriendliesOnly</flattenMode>
|
<flattenMode>oss</flattenMode>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user