Fixed build issue due to okhttp

revert-70aa11f8
charitha 6 years ago
parent 0aec365dce
commit 9623fb294a

@ -72,13 +72,18 @@
javax.xml, javax.xml,
org.wso2.carbon.base, org.wso2.carbon.base,
javax.net.ssl, javax.net.ssl,
feign.okhttp; version=${github.openfeign.version}, org.apache.commons.lang,
okhttp3, android.util;resolution:=optional,
org.apache.commons.lang javax.annotation;resolution:=optional,
javax.net;resolution:=optional,
javax.security.auth.x500;resolution:=optional,
okio;resolution:=optional,
</Import-Package> </Import-Package>
<Embed-Dependency> <Embed-Dependency>
jsr311-api, jsr311-api,
feign-jaxrs feign-jaxrs,
feign-okhttp,
okhttp
</Embed-Dependency> </Embed-Dependency>
</instructions> </instructions>
</configuration> </configuration>

Loading…
Cancel
Save