1. <dependency>
    2. <groupId>postmsg-ump-4.0.1</groupId>
    3. <artifactId>postmsg-ump-4.0.1</artifactId>
    4. <version>4.0.1</version>
    5. <scope>system</scope>
    6. <systemPath>${pom.basedir}/lib/postmsg-ump-4.0.1.jar</systemPath>
    7. </dependency>
    1. <build>
    2. <plugins>
    3. <plugin>
    4. <groupId>org.springframework.boot</groupId>
    5. <artifactId>spring-boot-maven-plugin</artifactId>
    6. <configuration>
    7. <includeSystemScope>true</includeSystemScope>
    8. </configuration>
    9. </plugin>
    10. </plugins>
    11. </build>