diff options
author | 2020-08-06 03:27:35 +0000 | |
---|---|---|
committer | 2020-08-06 03:27:35 +0000 | |
commit | 29e3d400b200b0567caa6c5768d51ebc2ce2a891 (patch) | |
tree | 898d66b059c384909a2bda622e45d1036cca45d6 /grpc/pom.xml | |
parent | 85d106fbd8da63243157c4d79b45c13c9c2d7a2f (diff) | |
parent | 2bdd4f82bb6d2d7928044228bf0893cf6aa5921d (diff) |
Merge "Code improvement - Pending sonar issues"
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> |