diff options
author | Agata Stanislawska <agata.stanislawska@nokia.com> | 2020-07-22 12:55:50 +0200 |
---|---|---|
committer | astanislawska <agata.stanislawska@nokia.com> | 2020-07-27 10:07:12 +0200 |
commit | e6f9402455d0931c6d2e078a7780ed3969fe0121 (patch) | |
tree | 4c69a2796e902a768402f34b9b2ae22bc7366d7c /so-sdn-clients | |
parent | 4d5f342ebb7468a134c7f4ad307aa1124307e2c7 (diff) |
Sonar fixes
Issue-ID: SO-1841
Signed-off-by: astanislawska <agata.stanislawska@nokia.com>
Change-Id: Ibd594e83b022d3b9a363a69f47da7bec616913ae
Signed-off-by: astanislawska <agata.stanislawska@nokia.com>
Diffstat (limited to 'so-sdn-clients')
-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> |