Committed by
Gerrit Code Review
Update gRPC to 0.14.0
Change-Id: Ida8d23183fc5af5a10bb4c5bbf7f718b7562bc62
Showing
2 changed files
with
16 additions
and
15 deletions
... | @@ -19,22 +19,23 @@ | ... | @@ -19,22 +19,23 @@ |
19 | description="${project.description}"> | 19 | description="${project.description}"> |
20 | <feature>onos-api</feature> | 20 | <feature>onos-api</feature> |
21 | <bundle>mvn:com.google.protobuf/protobuf-java/3.0.0-beta-2</bundle> | 21 | <bundle>mvn:com.google.protobuf/protobuf-java/3.0.0-beta-2</bundle> |
22 | - <bundle>mvn:io.netty/netty-common/4.1.0.CR3</bundle> | 22 | + <bundle>mvn:io.netty/netty-common/4.1.0.CR7</bundle> |
23 | - <bundle>mvn:io.netty/netty-buffer/4.1.0.CR3</bundle> | 23 | + <bundle>mvn:io.netty/netty-buffer/4.1.0.CR7</bundle> |
24 | - <bundle>mvn:io.netty/netty-transport/4.1.0.CR3</bundle> | 24 | + <bundle>mvn:io.netty/netty-transport/4.1.0.CR7</bundle> |
25 | - <bundle>mvn:io.netty/netty-handler/4.1.0.CR3</bundle> | 25 | + <bundle>mvn:io.netty/netty-handler/4.1.0.CR7</bundle> |
26 | - <bundle>mvn:io.netty/netty-codec/4.1.0.CR3</bundle> | 26 | + <bundle>mvn:io.netty/netty-codec/4.1.0.CR7</bundle> |
27 | - <bundle>mvn:io.netty/netty-codec-http/4.1.0.CR3</bundle> | 27 | + <bundle>mvn:io.netty/netty-codec-http/4.1.0.CR7</bundle> |
28 | - <bundle>mvn:io.netty/netty-codec-http2/4.1.0.CR3</bundle> | 28 | + <bundle>mvn:io.netty/netty-codec-http2/4.1.0.CR7</bundle> |
29 | - <bundle>mvn:io.netty/netty-resolver/4.1.0.CR3</bundle> | 29 | + <bundle>mvn:io.netty/netty-resolver/4.1.0.CR7</bundle> |
30 | <!-- TODO: Create shaded jar for these. --> | 30 | <!-- TODO: Create shaded jar for these. --> |
31 | <bundle>wrap:mvn:com.google.auth/google-auth-library-credentials/0.3.0$Bundle-SymbolicName=com.google.auth.google-auth-library-credentials&Bundle-Version=0.3.0</bundle> | 31 | <bundle>wrap:mvn:com.google.auth/google-auth-library-credentials/0.3.0$Bundle-SymbolicName=com.google.auth.google-auth-library-credentials&Bundle-Version=0.3.0</bundle> |
32 | <bundle>wrap:mvn:com.google.auth/google-auth-library-oauth2-http/0.3.0$Bundle-SymbolicName=com.google.auth.google-auth-library-oauth2-http&Bundle-Version=0.3.0</bundle> | 32 | <bundle>wrap:mvn:com.google.auth/google-auth-library-oauth2-http/0.3.0$Bundle-SymbolicName=com.google.auth.google-auth-library-oauth2-http&Bundle-Version=0.3.0</bundle> |
33 | - <bundle>wrap:mvn:io.grpc/grpc-core/0.13.2$Bundle-SymbolicName=io.grpc.grpc-core&Bundle-Version=0.13.2&</bundle> | 33 | + <bundle>wrap:mvn:io.grpc/grpc-core/0.14.0$Bundle-SymbolicName=io.grpc.grpc-core&Bundle-Version=0.14.0&</bundle> |
34 | - <bundle>wrap:mvn:io.grpc/grpc-protobuf/0.13.2$Bundle-SymbolicName=io.grpc.grpc-protobuf&Bundle-Version=0.13.2&</bundle> | 34 | + <bundle>wrap:mvn:io.grpc/grpc-protobuf-lite/0.14.0$Bundle-SymbolicName=io.grpc.grpc-protobuf-lite&Bundle-Version=0.14.0&</bundle> |
35 | - <bundle>wrap:mvn:io.grpc/grpc-stub/0.13.2$Bundle-SymbolicName=io.grpc.grpc-stub&Bundle-Version=0.13.2&</bundle> | 35 | + <bundle>wrap:mvn:io.grpc/grpc-protobuf/0.14.0$Bundle-SymbolicName=io.grpc.grpc-protobuf&Bundle-Version=0.14.0&</bundle> |
36 | - <bundle>wrap:mvn:io.grpc/grpc-netty/0.13.2$Bundle-SymbolicName=io.grpc.grpc-netty&Bundle-Version=0.13.2&Import-Package=io.netty.*;version=4.1.0.CR3,*</bundle> | 36 | + <bundle>wrap:mvn:io.grpc/grpc-stub/0.14.0$Bundle-SymbolicName=io.grpc.grpc-stub&Bundle-Version=0.14.0&</bundle> |
37 | - <bundle>wrap:mvn:io.grpc/grpc-auth/0.13.2$Bundle-SymbolicName=io.grpc.grpc-auth&Bundle-Version=0.13.2&Import-Package=javax.net.ssl,*</bundle> | 37 | + <bundle>wrap:mvn:io.grpc/grpc-netty/0.14.0$Bundle-SymbolicName=io.grpc.grpc-netty&Bundle-Version=0.14.0&Import-Package=io.netty.*;version=4.1.0.CR7,*</bundle> |
38 | + <bundle>wrap:mvn:io.grpc/grpc-auth/0.14.0$Bundle-SymbolicName=io.grpc.grpc-auth&Bundle-Version=0.14.0&Import-Package=javax.net.ssl,*</bundle> | ||
38 | <bundle>mvn:${project.groupId}/${project.artifactId}/${project.version}</bundle> | 39 | <bundle>mvn:${project.groupId}/${project.artifactId}/${project.version}</bundle> |
39 | </feature> | 40 | </feature> |
40 | </features> | 41 | </features> | ... | ... |
... | @@ -32,8 +32,8 @@ | ... | @@ -32,8 +32,8 @@ |
32 | <onos.app.name>org.onosproject.incubator.rpc.grpc</onos.app.name> | 32 | <onos.app.name>org.onosproject.incubator.rpc.grpc</onos.app.name> |
33 | <onos.app.requires>org.onosproject.incubator.rpc</onos.app.requires> | 33 | <onos.app.requires>org.onosproject.incubator.rpc</onos.app.requires> |
34 | <!-- Note: update feature.xml when updating --> | 34 | <!-- Note: update feature.xml when updating --> |
35 | - <grpc.version>0.13.2</grpc.version> | 35 | + <grpc.version>0.14.0</grpc.version> |
36 | - <grpc.netty.version>4.1.0.CR3</grpc.netty.version> | 36 | + <grpc.netty.version>4.1.0.CR7</grpc.netty.version> |
37 | </properties> | 37 | </properties> |
38 | 38 | ||
39 | <dependencies> | 39 | <dependencies> | ... | ... |
-
Please register or login to post a comment