...
|
...
|
@@ -3,12 +3,25 @@ |
|
|
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>
|
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
<groupId>com.sunyo.wlpt</groupId>
|
|
|
<artifactId>base</artifactId>
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
|
|
|
|
<name>wlpt-base</name>
|
|
|
<description>物流平台基础实体包</description>
|
|
|
<properties>
|
|
|
<lombok_sersion>1.18.6</lombok_sersion>
|
|
|
</properties>
|
|
|
<dependencies>
|
|
|
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
|
|
|
<dependency>
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
<artifactId>lombok</artifactId>
|
|
|
<version>${lombok_sersion}</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|
...
|
...
|
|