added missing plugins

This commit is contained in:
ayyoob 2017-03-07 02:14:52 +05:30
parent 2dd7f53489
commit d9d6964fee
2 changed files with 6 additions and 0 deletions

View File

@ -80,6 +80,9 @@
<bundleDef> <bundleDef>
io.github.openfeign:feign-gson:${io.github.openfeign.version} io.github.openfeign:feign-gson:${io.github.openfeign.version}
</bundleDef> </bundleDef>
<bundleDef>
io.github.openfeign:feign-slf4j:${io.github.openfeign.version}
</bundleDef>
</bundles> </bundles>
<importFeatures> <importFeatures>
<importFeatureDef>org.wso2.carbon.core.server:${carbon.kernel.version}</importFeatureDef> <importFeatureDef>org.wso2.carbon.core.server:${carbon.kernel.version}</importFeatureDef>

View File

@ -198,6 +198,9 @@
<bundleDef> <bundleDef>
io.github.openfeign:feign-core:${io.github.openfeign.version} io.github.openfeign:feign-core:${io.github.openfeign.version}
</bundleDef> </bundleDef>
<bundleDef>
io.github.openfeign:feign-slf4j:${io.github.openfeign.version}
</bundleDef>
<bundleDef> <bundleDef>
io.github.openfeign:feign-gson:${io.github.openfeign.version} io.github.openfeign:feign-gson:${io.github.openfeign.version}
</bundleDef> </bundleDef>