diff options
author | 2020-08-04 19:07:52 +0530 | |
---|---|---|
committer | 2020-08-05 16:46:32 +0530 | |
commit | 2bdd4f82bb6d2d7928044228bf0893cf6aa5921d (patch) | |
tree | 491e2cbaa8ffaf31789d6774b6bb260c2d860612 /grpc/pom.xml | |
parent | 6941680edbc46f1525ef739305f11781d1ddd70a (diff) |
Code improvement - Pending sonar issues
Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
Issue-ID: CLI-270
Change-Id: I11bff3e6fa5f3299ee3ad0f7bf5d3e42ee7a704c
Diffstat (limited to 'grpc/pom.xml')
-rw-r--r-- | grpc/pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/grpc/pom.xml b/grpc/pom.xml index cd31b2ec..84a508f8 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -123,24 +123,6 @@ </execution> </executions> </plugin> - <!-- <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-enforcer-plugin</artifactId> - <version>1.4.1</version> - <executions> - <execution> - <id>enforce</id> - <goals> - <goal>enforce</goal> - </goals> - <configuration> - <rules> - <requireUpperBoundDeps/> - </rules> - </configuration> - </execution> - </executions> - </plugin> --> </plugins> <pluginManagement> <plugins> |