|
|
@ -63,13 +63,19 @@ |
|
|
|
|
|
|
|
|
</dependencies> |
|
|
</dependencies> |
|
|
<build> |
|
|
<build> |
|
|
|
|
|
<finalName>rights-client</finalName> |
|
|
<plugins> |
|
|
<plugins> |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.springframework.boot</groupId> |
|
|
<groupId>org.springframework.boot</groupId> |
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
<configuration> |
|
|
<version>2.6.2</version> |
|
|
<includeSystemScope>true</includeSystemScope> |
|
|
<executions> |
|
|
</configuration> |
|
|
<execution> |
|
|
|
|
|
<goals> |
|
|
|
|
|
<goal>repackage</goal> |
|
|
|
|
|
</goals> |
|
|
|
|
|
</execution> |
|
|
|
|
|
</executions> |
|
|
</plugin> |
|
|
</plugin> |
|
|
</plugins> |
|
|
</plugins> |
|
|
</build> |
|
|
</build> |
|
|
|