<dependency>
<groupId>postmsg-ump-4.0.1</groupId>
<artifactId>postmsg-ump-4.0.1</artifactId>
<version>4.0.1</version>
<scope>system</scope>
<systemPath>${pom.basedir}/lib/postmsg-ump-4.0.1.jar</systemPath>
</dependency>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin>
</plugins>
</build>