From ca7c38320fa95e158f6cae533b99ace323201918 Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Thu, 20 Jun 2019 01:00:59 +0300 Subject: [PATCH] Update to io.grcp 1.21.0 and protobuf 3.7.1 Include 4.1.35.Final netty bundles in maven external dependencies to keep netty in the same version that is included by GRPC 1.21.0 in the third-party repository. Also removed org.apache.xmlbeans and com.github.virtuald.curvesapi from external maven dependencies since they are only needed by Apache POI 3.15.0 which is included in the manual external dependencies in the third-party repository. gitlab #308 Change-Id: I8c7eb2a14f4df585e735540945ade8a18859cb6a --- .../org.simantics.sdk.build.p2.site/pom.xml | 95 +++++++++++++++---- 1 file changed, 74 insertions(+), 21 deletions(-) diff --git a/releng/org.simantics.sdk.build.p2.site/pom.xml b/releng/org.simantics.sdk.build.p2.site/pom.xml index 34919d2af..81466a97f 100644 --- a/releng/org.simantics.sdk.build.p2.site/pom.xml +++ b/releng/org.simantics.sdk.build.p2.site/pom.xml @@ -22,9 +22,9 @@ 2.25.1 1.7.25 1.7.25.b001 - 1.14.0 - 1.14.0.b007 - 3.5.1 + 1.21.0 + 1.21.0 + 3.7.1 1.10 9.2.0 2.6.2 @@ -262,16 +262,17 @@ org.apache.pdfbox:xmpbox:2.0.3 true + + org.apache.xmlbeans:xmlbeans:2.6.0 true - com.github.virtuald:curvesapi:1.04 true + --> log4j:log4j:1.2.17 true @@ -489,8 +490,8 @@ org.zeroturnaround:zt-exec:${zeroturnaround.version} true - - - + --> + + io.opencensus:opencensus-api:0.21.0 true - - + + com.google.code.gson:gson:2.7 true - - + + com.google.android:annotations:4.1.1.4 true - - + + io.opencensus:opencensus-contrib-grpc-metrics:0.21.0 true - - - com.google.protobuf:protobuf-java:3.7.1 + + + com.google.protobuf:protobuf-java:${protobuf.version} true - + com.google.api.grpc:proto-google-common-protos:1.12.0 true - + com.google.errorprone:error_prone_annotations:2.3.2 true + + + + io.netty:netty-buffer:4.1.35.Final + true + true + + + io.netty:netty-codec:4.1.35.Final + true + true + + + io.netty:netty-codec-http:4.1.35.Final + true + true + + + io.netty:netty-codec-http2:4.1.35.Final + true + true + + + io.netty:netty-codec-socks:4.1.35.Final + true + true + + + io.netty:netty-common:4.1.35.Final + true + true + + + io.netty:netty-handler:4.1.35.Final + true + true + + + io.netty:netty-handler-proxy:4.1.35.Final + true + true + + + io.netty:netty-resolver:4.1.35.Final + true + true + + + io.netty:netty-transport:4.1.35.Final + true + true + com.impossibl.pgjdbc-ng:pgjdbc-ng:0.7.1 true -- 2.43.2