[ 
https://issues.apache.org/jira/browse/IGNITE-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nikolay Tikhonov reassigned IGNITE-1560:
----------------------------------------

    Assignee: Nikolay Tikhonov

> ClassNotFoundException on AWS
> -----------------------------
>
>                 Key: IGNITE-1560
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1560
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: ignite-1.4
>         Environment: AWS
>            Reporter: Alexandre Boudnik
>            Assignee: Nikolay Tikhonov
>            Priority: Critical
>              Labels: maven
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Optional {{ignite-aws}} has outdated (2012) dependency:
> {code}
>     <dependency>
>       <groupId>com.amazonaws</groupId>
>       <artifactId>aws-java-sdk</artifactId>
>       <version>1.3.21.1</version>
>       <scope>compile</scope>
>     </dependency>
> {code}
> that depends on
> {code}
>         <dependency>
>             <groupId>org.codehaus.jackson</groupId>
>             <artifactId>jackson-core-asl</artifactId>
>             <version>1.8.9</version>
>             <type>jar</type>
>             <scope>compile</scope>
>         </dependency>
>         <dependency>
>             <groupId>org.codehaus.jackson</groupId>
>             <artifactId>jackson-mapper-asl</artifactId>
>             <version>1.8.9</version>
>             <type>jar</type>
>             <scope>compile</scope>
>         </dependency>
> {code}
> As results it produces {{ClassNotFoundException}} for 
> {{org.codehaus.jackson.JsonNode}} and 
> {{org.codehaus.jackson.map.ObjectMapper}} classes
> I would recommend to switch to newer version of {{aws-java-sdk}}, which is 
> has no external dependencies.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to