You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Xiangdong Huang (Jira)" <ji...@apache.org> on 2022/04/30 05:55:00 UTC

[jira] [Created] (IOTDB-3051) javax.servelet dependency conflict

Xiangdong Huang created IOTDB-3051:
--------------------------------------

             Summary: javax.servelet dependency conflict
                 Key: IOTDB-3051
                 URL: https://issues.apache.org/jira/browse/IOTDB-3051
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Xiangdong Huang


see [https://github.com/apache/iotdb/discussions/5620]

 

when using `mvn dependency:tree`,  we can find many modules depends on javax.* (especially for javax.servelet). However, the versions of these dependencies are not compatible. 

 

I have did some preliminary work:
 * IoTDB-server module depends on Jetty for supporting Rest API, and jetty depends on javax.servlet-api-3.1.0;
 * hadoop module depends on  org.apache.hadoop:hadoop-mapreduce-client-core and it depends on javax.servlet-api-2.5

 

This issue wants to find a way to make a consensus on the dependency version, i.e., either upgrade to 3.1 or downgrade to 2.5, depends on which can guarantee the system works well.

 

 

 

 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)