feign_client_impl | update the pom.xml file with required changes.

feign_client_impl
tharusha 3 weeks ago
parent 908fdc354d
commit 2580f906dd

@ -25,7 +25,7 @@
<version>3.3.4</version> <version>3.3.4</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>o.entgra.oauth.token.generator</groupId> <groupId>io.entgra.oauth.token.generator</groupId>
<artifactId>oauth-token-generator</artifactId> <artifactId>oauth-token-generator</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<name>oauth_token_generator</name> <name>oauth_token_generator</name>
@ -96,6 +96,18 @@
</excludes> </excludes>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>repackage</id>
<configuration>
<classifier>exec</classifier>
</configuration>
</execution>
</executions>
</plugin>
</plugins> </plugins>
</build> </build>

Loading…
Cancel
Save