diff options
author | Venkata Harish K Kajur <hkajur93@gmail.com> | 2018-03-06 14:31:19 -0500 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2018-03-06 18:49:36 +0000 |
commit | 7f0618966623e4a5a5580caf8c6bfbb42f4e15e0 (patch) | |
tree | ac03b0312afa8e244bb09dbd41b2886cd6e18ba6 /aai-resources/pom.xml | |
parent | 748613a171d3619e6de43ab04f217ca86d4a723f (diff) |
Add the spring boot maven plugin
Issue-ID: AAI-96
Change-Id: If55d3de6b4bced78b8fc029111e1ad47d077f9a6
Signed-off-by: Venkata Harish K Kajur <hkajur93@gmail.com>
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 48ae636..5c0ac25 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -874,6 +874,10 @@ </pluginManagement> <plugins> <plugin> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-maven-plugin</artifactId> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <configuration> |