mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixed build issue due to okhttp
This commit is contained in:
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…
Reference in New Issue
Block a user