-
Notifications
You must be signed in to change notification settings - Fork 64
Azure Java Functions Worker Dependencies
Pragna Gopa edited this page Nov 8, 2018
·
4 revisions
Following dependencies are included in the class path. If your function app has dependecy on any of the following libraries, version loaded by the worker takes precedence over function's lib folder
[INFO] Including com.microsoft.azure.functions:azure-functions-java-library:jar:1.0.0-beta-7-SNAPSHOT in the shaded jar.
[INFO] Including com.google.protobuf:protobuf-java:jar:3.6.1 in the shaded jar.
[INFO] Including io.grpc:grpc-protobuf:jar:1.15.1 in the shaded jar.
[INFO] Including io.grpc:grpc-core:jar:1.15.1 in the shaded jar.
[INFO] Including io.grpc:grpc-context:jar:1.15.1 in the shaded jar.
[INFO] Including com.google.code.gson:gson:jar:2.8.5 in the shaded jar.
[INFO] Including com.google.errorprone:error_prone_annotations:jar:2.2.0 in the shaded jar.
[INFO] Including com.google.code.findbugs:jsr305:jar:3.0.0 in the shaded jar.
[INFO] Including org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 in the shaded jar.
[INFO] Including io.opencensus:opencensus-api:jar:0.12.3 in the shaded jar.
[INFO] Including io.opencensus:opencensus-contrib-grpc-metrics:jar:0.12.3 in the shaded jar.
[INFO] Including com.google.guava:guava:jar:26.0-jre in the shaded jar.
[INFO] Including org.checkerframework:checker-qual:jar:2.5.2 in the shaded jar.
[INFO] Including com.google.j2objc:j2objc-annotations:jar:1.1 in the shaded jar.
[INFO] Including com.google.api.grpc:proto-google-common-protos:jar:1.0.0 in the shaded jar.
[INFO] Including io.grpc:grpc-protobuf-lite:jar:1.15.1 in the shaded jar.
[INFO] Including io.grpc:grpc-stub:jar:1.15.1 in the shaded jar.
[INFO] Including io.grpc:grpc-netty:jar:1.15.1 in the shaded jar.
[INFO] Including io.netty:netty-codec-http2:jar:4.1.27.Final in the shaded jar.
[INFO] Including io.netty:netty-codec-http:jar:4.1.30.Final in the shaded jar.
[INFO] Including io.netty:netty-codec:jar:4.1.30.Final in the shaded jar.
[INFO] Including io.netty:netty-handler:jar:4.1.30.Final in the shaded jar.
[INFO] Including io.netty:netty-buffer:jar:4.1.30.Final in the shaded jar.
[INFO] Including io.netty:netty-common:jar:4.1.30.Final in the shaded jar.
[INFO] Including io.netty:netty-handler-proxy:jar:4.1.30.Final in the shaded jar.
[INFO] Including io.netty:netty-transport:jar:4.1.30.Final in the shaded jar.
[INFO] Including io.netty:netty-resolver:jar:4.1.30.Final in the shaded jar.
[INFO] Including io.netty:netty-codec-socks:jar:4.1.30.Final in the shaded jar.
[INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar.
[INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar