Skip to content

Instantly share code, notes, and snippets.

@delta-bravo
delta-bravo / pom.xml
Last active April 19, 2021 01:54
Maven Shade + Spring Boot POM
<!--To be included in <build> <plugins> section-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>1.4.0.RELEASE</version>