You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (JIRA)" <ji...@apache.org> on 2019/03/05 12:59:00 UTC

[jira] [Commented] (IGNITE-11469) Support Automatic modules for ignite-rest-http: resolve package inference between Jetty & Tomcat

    [ https://issues.apache.org/jira/browse/IGNITE-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16784398#comment-16784398 ] 

Ignite TC Bot commented on IGNITE-11469:
----------------------------------------

{panel:title=--&gt; Run :: All: No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=3233963&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Support Automatic modules for ignite-rest-http: resolve package inference between Jetty & Tomcat
> ------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-11469
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11469
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Dmitriy Pavlov
>            Assignee: Dmitriy Pavlov
>            Priority: Major
>             Fix For: 2.8
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {noformat}
> error: the unnamed module reads package javax.servlet.http from both javax.servlet.api and tomcat.servlet.api
> error: the unnamed module reads package javax.servlet.descriptor from both javax.servlet.api and tomcat.servlet.api
> error: the unnamed module reads package javax.servlet.annotation from both javax.servlet.api and tomcat.servlet.api
> error: the unnamed module reads package javax.servlet from both javax.servlet.api and tomcat.servlet.api
> {noformat}
> Exclude of tomcat dependency solves the problem
> {code}
>  compile(group: 'org.apache.ignite', name: 'ignite-rest-http', version: ignVer) {
>         exclude group: 'org.apache.tomcat'
>         // to remove "javax.servlet.http, javax.servlet.descriptor, javax.servlet.annotation, javax.servlet" package conflicts.
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)