diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -135,11 +135,16 @@ <skip>true</skip> </configuration> </plugin> + <plugin> + <groupId>pl.project13.maven</groupId> + <artifactId>git-commit-id-plugin</artifactId> + <version>2.2.4</version> + </plugin> </plugins> </pluginManagement> </build> - <dependencyManagement> + <dependencyManagement> <dependencies> <dependency> <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> @@ -165,7 +170,7 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpasyncclient</artifactId> <version>4.1.4</version> - </dependency> + </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> |