dalbani opened a new pull request, #195: URL: https://github.com/apache/servicemix-bundles/pull/195
When trying to use `org.apache.servicemix.bundles:org.apache.servicemix.bundles.okhttp:4.10.0_2`, I'm running into the issue of `dalvik.system.*` being required. For the record, out of `MANIFEST.MF`: ``` Import-Package: okio;version="[3.0.0,4)", org.bouncycastle.jsse;resolution:=optional, org.bouncycastle.jsse.provider;resolution:=optional, org.openjsse.javax.net.ssl;resolution:=optional, org.openjsse.net.ssl;resolution:=optional, android.net.http;resolution:=optional, android.net.ssl;resolution:=optional, android.os;resolution:=optional, android.security;resolution:=optional, android.util;resolution:=optional, org.conscrypt;resolution:=optional, dalvik.system, javax.net, javax.net.ssl, javax.security.auth.x500, kotlin, kotlin.annotation, kotlin.collections, kotlin.comparisons, kotlin.internal, kotlin.io, kotlin.jvm, kotlin.jvm.functions, kotlin.jvm.internal, kotlin.jvm.internal.markers, kotlin.ranges, kotlin.sequences, kotlin.text, okhttp3;version="[4.10,5)", okhttp3.internal;version="[4.10,5)", okhttp3.internal.authenticator;version="[4.10,5)", okhttp3.internal.cache;version="[4.10,5)", okhttp3.internal.concurrent;version="[4.10,5)", okhttp3.internal.connection;version="[4.10,5)", okhttp3.internal.http;version="[4.10,5)", okhttp3.internal.http1;version="[4.10,5)", okhttp3.internal.http2;version="[4.10,5)", okhttp3.internal.io;version="[4.10,5)", okhttp3.internal.platform;version="[4.10,5)", okhttp3.internal.platform.android;version="[4.10,5)", okhttp3.internal.proxy;version="[4.10,5)", okhttp3.internal.publicsuffix;version="[4.10,5)", okhttp3.internal.tls;version="[4.10,5)", okhttp3.internal.ws;version="[4.10,5)", sun.security.ssl ``` I suggest to mark `dalvik.system` as optional. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
