diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2020-08-05 10:17:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-05 10:17:31 +0000 |
commit | ce504e80dadb6d1751ebc773e57afd3253d9dfc0 (patch) | |
tree | f0cc7d0d8053e6f2b17f677eb159306b97760d0e /so-sdn-clients/pom.xml | |
parent | f1f38c6baca214137b18a3d83087a04379f39983 (diff) | |
parent | e6f9402455d0931c6d2e078a7780ed3969fe0121 (diff) |
Merge "Sonar fixes"
Diffstat (limited to 'so-sdn-clients/pom.xml')
-rw-r--r-- | so-sdn-clients/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/so-sdn-clients/pom.xml b/so-sdn-clients/pom.xml index c9b417b230..66780c75d3 100644 --- a/so-sdn-clients/pom.xml +++ b/so-sdn-clients/pom.xml @@ -53,7 +53,7 @@ <configuration> <lifecycleMappingMetadata> <pluginExecutions> - <pluginExecution> + <pluginExecution> <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> @@ -112,7 +112,7 @@ <groupId>javax.ws.rs</groupId> <artifactId>jsr311-api</artifactId> </exclusion> - <exclusion> + <exclusion> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> </exclusion> @@ -152,7 +152,7 @@ <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> </dependency> - <dependency> + <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-common</artifactId> </dependency> |