diff options
author | Dan Timoney <dtimoney@att.com> | 2019-01-25 19:13:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-25 19:13:40 +0000 |
commit | 4f8cecfa73a2eb6a58f597325d066a9b38f33d5a (patch) | |
tree | b5c3539f625750e315ae52e53214e4f33d7dfac2 /components/model-catalog/proto-definition/pom.xml | |
parent | 270a0f7bd36b38059c0b2cb34f9be40f8f966c50 (diff) | |
parent | 8b5fdaa7cd0f2e9ec7c5db983801d33f47982feb (diff) |
Merge "GRPC 1.18.0 Upgrade."
Diffstat (limited to 'components/model-catalog/proto-definition/pom.xml')
-rw-r--r-- | components/model-catalog/proto-definition/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/components/model-catalog/proto-definition/pom.xml b/components/model-catalog/proto-definition/pom.xml index 859038c4..c9289392 100644 --- a/components/model-catalog/proto-definition/pom.xml +++ b/components/model-catalog/proto-definition/pom.xml @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- * Copyright (C) 2019 Bell Canada -* + * Modifications Copyright © 2017-2018 AT&T Intellectual Property. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -60,11 +61,11 @@ <version>0.6.1</version> <configuration> <protocArtifact> - com.google.protobuf:protoc:3.5.1-1:exe:${os.detected.classifier} + com.google.protobuf:protoc:3.6.1:exe:${os.detected.classifier} </protocArtifact> <pluginId>grpc-java</pluginId> <pluginArtifact> - io.grpc:protoc-gen-grpc-java:1.16.1:exe:${os.detected.classifier} + io.grpc:protoc-gen-grpc-java:1.18.0:exe:${os.detected.classifier} </pluginArtifact> <protoSourceRoot>proto</protoSourceRoot> </configuration> |