Hi Azeez,

Noted, We import the com.fasterxml.jackson.jaxrs:
jackson-jaxrs-json-provider:*jar:2.4.5 *into the project and done the
changes.




On Thu, Nov 3, 2016 at 5:38 PM, Afkham Azeez <[email protected]> wrote:

> Yes we removed Swagger because it increases the dependency size by about
> 5MB (double the size). So take a look at the stockquote sample and add the
> relevant swagger deps to the pom.
>
> On Thu, Nov 3, 2016 at 5:24 PM, Tharindu Dharmarathna <[email protected]>
> wrote:
>
>> Hi All,
>>
>> In APIM C5 we are going to update the msf4j version into 2.1.0 when we
>> going to build it using that version we got following dependencies which
>> used in 2.0.0 get missed in 2.1.0. Is there any error we had done ?.
>>
>> *Dependency tree while using 2.0.0.*
>>
>>
>> +- org.wso2.msf4j:msf4j-core:jar:2.0.0:compile
>> [INFO] |  +- org.wso2.carbon.messaging:org.wso2.carbon.messaging:jar:1.0.
>> 4:compile
>> [INFO] |  |  \- org.wso2.carbon:org.wso2.carbo
>> n.launcher:jar:5.1.0:compile
>> [INFO] |  +- org.wso2.carbon.transport:org.wso2.carbon.transport.http.net
>> ty:jar:2.1.2:compile
>> [INFO] |  |  +- io.netty:netty-common:jar:4.0.30.Final:compile
>> [INFO] |  |  +- io.netty:netty-buffer:jar:4.0.30.Final:compile
>> [INFO] |  |  +- io.netty:netty-transport:jar:4.0.30.Final:compile
>> [INFO] |  |  +- io.netty:netty-handler:jar:4.0.30.Final:compile
>> [INFO] |  |  +- io.netty:netty-codec:jar:4.0.30.Final:compile
>> [INFO] |  |  +- commons-pool.wso2:commons-pool:jar:1.5.6.wso2v1:compile
>> [INFO] |  |  |  \- commons-pool:commons-pool:jar:1.5.6:compile
>> [INFO] |  |  \- org.wso2.orbit.com.lmax:disrup
>> tor:jar:3.3.2.wso2v2:compile
>> [INFO] |  +- org.wso2.eclipse.osgi:org.eclipse.osgi:jar:3.10.2.v20150203-
>> 1939:compile
>> [INFO] |  +- org.wso2.eclipse.osgi:org.eclipse.osgi.services:jar:3.4.0.
>> v20140312-2051:compile
>> [INFO] |  +- org.wso2.msf4j:jaxrs-delegates:jar:2.0.0:compile
>> [INFO] |  +- org.slf4j:slf4j-api:jar:1.7.5:compile
>> [INFO] |  +- org.slf4j:slf4j-log4j12:jar:1.6.0:compile
>> [INFO] |  |  \- log4j:log4j:jar:1.2.14:compile
>> [INFO] |  +- com.google.code.gson:gson:jar:2.2.4:compile
>> [INFO] |  +- com.google.guava:guava:jar:18.0:compile
>> [INFO] |  +- com.google.code.findbugs:jsr305:jar:3.0.0:compile
>> [INFO] |  +- org.apache.servicemix.bundles:org.apache.servicemix.bundles.
>> commons-beanutils:jar:1.8.3_2:compile
>> [INFO] |  |  \- commons-logging:commons-logging:jar:1.1.1:compile
>> [INFO] |  +- com.nimbusds:nimbus-jose-jwt:jar:2.25:compile
>> [INFO] |  |  +- net.jcip:jcip-annotations:jar:1.0:compile
>> [INFO] |  |  +- net.minidev:json-smart:jar:1.1.1:compile
>> [INFO] |  |  \- org.bouncycastle:bcprov-jdk15on:jar:1.50:compile
>> [INFO] |  +- io.swagger:swagger-core:jar:1.5.8:compile
>> [INFO] |  |  +- org.apache.commons:commons-lang3:jar:3.2.1:compile
>> [INFO] |  |  +- io.swagger:swagger-models:jar:1.5.8:compile
>> [INFO] |  |  \- javax.validation:validation-api:jar:1.1.0.Final:compile
>> [INFO] |  +- io.swagger:swagger-jaxrs:jar:1.5.8:compile
>> [INFO] |  |  +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:
>> jar:2.4.5:compile
>> [INFO] |  |  |  \- org.yaml:snakeyaml:jar:1.12:compile
>> [INFO] |  |  +- org.reflections:reflections:jar:0.9.10:compile
>> [INFO] |  |  |  \- org.javassist:javassist:jar:3.19.0-GA:compile
>> [INFO] |  |  \- com.fasterxml.jackson.jaxrs:ja
>> ckson-jaxrs-json-provider:jar:2.4.5:compile
>> [INFO] |  |     +- com.fasterxml.jackson.jaxrs:ja
>> ckson-jaxrs-base:jar:2.4.5:compile
>> [INFO] |  |     \- com.fasterxml.jackson.module:j
>> ackson-module-jaxb-annotations:jar:2.4.5:compile
>> [INFO] |  \- commons-io.wso2:commons-io:jar:2.4.0.wso2v1:compile
>>
>> *Dependency tree after 2.1.0*
>>
>> +- org.wso2.msf4j:msf4j-core:jar:2.1.0:compile
>> [INFO]    |  +- org.wso2.carbon.messaging:org.
>> wso2.carbon.messaging:jar:1.0.6:compile
>> [INFO]    |  |  \- org.wso2.carbon:org.wso2.carbo
>> n.launcher:jar:5.1.0:compile
>> [INFO]    |  +- org.wso2.carbon.transport:org.
>> wso2.carbon.transport.http.netty:jar:2.1.4:compile
>> [INFO]    |  |  +- io.netty:netty-common:jar:4.0.30.Final:compile
>> [INFO]    |  |  +- io.netty:netty-buffer:jar:4.0.30.Final:compile
>> [INFO]    |  |  +- io.netty:netty-transport:jar:4.0.30.Final:compile
>> [INFO]    |  |  +- io.netty:netty-handler:jar:4.0.30.Final:compile
>> [INFO]    |  |  +- io.netty:netty-codec:jar:4.0.30.Final:compile
>> [INFO]    |  |  +- io.netty:netty-codec-http:jar:4.0.30.Final:compile
>> [INFO]    |  |  +- commons-pool.wso2:commons-pool
>> :jar:1.5.6.wso2v1:compile
>> [INFO]    |  |  |  \- commons-pool:commons-pool:jar:1.5.6:compile
>> [INFO]    |  |  \- org.wso2.orbit.com.lmax:disrup
>> tor:jar:3.3.2.wso2v2:compile
>> [INFO]    |  +- org.wso2.eclipse.osgi:org.ecli
>> pse.osgi:jar:3.10.2.v20150203-1939:compile
>> [INFO]    |  +- org.wso2.eclipse.osgi:org.ecli
>> pse.osgi.services:jar:3.4.0.v20140312-2051:compile
>> [INFO]    |  +- org.wso2.msf4j:jaxrs-delegates:jar:2.1.0:compile
>> [INFO]    |  |  \- org.apache.httpcomponents:httpclient:jar:4.5.2:compile
>> [INFO]    |  |     +- org.apache.httpcomponents:http
>> core:jar:4.4.4:compile
>> [INFO]    |  |     \- commons-codec:commons-codec:jar:1.9:compile
>> [INFO]    |  +- org.slf4j:slf4j-api:jar:1.7.5:compile
>> [INFO]    |  +- org.slf4j:slf4j-log4j12:jar:1.6.0:compile
>> [INFO]    |  |  \- log4j:log4j:jar:1.2.14:compile
>> [INFO]    |  +- com.google.code.gson:gson:jar:2.2.4:compile
>> [INFO]    |  +- com.google.code.findbugs:jsr305:jar:3.0.0:compile
>> [INFO]    |  +- org.apache.servicemix.bundles:
>> org.apache.servicemix.bundles.commons-beanutils:jar:1.8.3_2:compile
>> [INFO]    |  |  \- commons-logging:commons-logging:jar:1.1.1:compile
>> [INFO]    |  +- com.nimbusds:nimbus-jose-jwt:jar:2.25:compile
>> [INFO]    |  |  +- net.jcip:jcip-annotations:jar:1.0:compile
>> [INFO]    |  |  +- net.minidev:json-smart:jar:1.1.1:compile
>> [INFO]    |  |  \- org.bouncycastle:bcprov-jdk15on:jar:1.50:compile
>> [INFO]    |  +- org.wso2.orbit.org.yaml:snakey
>> aml:jar:1.16.0.wso2v1:compile
>> [INFO]    |  \- commons-io.wso2:commons-io:jar:2.4.0.wso2v1:compile
>>
>>
>> According to above observation we get missed below two dependencies.
>>
>> io.swagger:swagger-jaxrs:jar:1.5.8
>> com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.4.5
>>
>>
>>
>> Thanks
>>
>> *Tharindu Dharmarathna*Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: *+94779109091 <%2B94779109091>*
>>
>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * <http://www.apache.org/>*
> *email: **[email protected]* <[email protected]>
> * cell: +94 77 3320919 <%2B94%2077%203320919>blog: *
> *http://blog.afkham.org* <http://blog.afkham.org>
> *twitter: **http://twitter.com/afkham_azeez*
> <http://twitter.com/afkham_azeez>
> *linked-in: **http://lk.linkedin.com/in/afkhamazeez
> <http://lk.linkedin.com/in/afkhamazeez>*
>
> *Lean . Enterprise . Middleware*
>



-- 

*Tharindu Dharmarathna*Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: *+94779109091*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to