You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Jan Høydahl (Jira)" <ji...@apache.org> on 2022/02/14 08:53:00 UTC

[jira] [Created] (SOLR-16007) Regression - javax.servlet-api.jar shoud not be in WEB-INF/lib

Jan Høydahl created SOLR-16007:
----------------------------------

             Summary: Regression - javax.servlet-api.jar shoud not be in WEB-INF/lib
                 Key: SOLR-16007
                 URL: https://issues.apache.org/jira/browse/SOLR-16007
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: Build
            Reporter: Jan Høydahl


In SOLR-15984, javax.servlet-api dependency was explicitly added to solr-core. This library is already included by Jetty, so has always existed in {{{}server/lib{}}}. Now after SOLR-15984, the servlet jar is also added to {{WEB-INF/lib}} causing smoketester to fail, as javax classes are forbidden in the distribution.

I have tried to remove this line again: [https://github.com/apache/solr/commit/0ab2705f22553dc764c15fde47f927220e1c1d56#commitcomment-66617212] but then the build complains about {{{}usedUndeclaredArtifacts{}}}. 

Then I tried to make an exclusion {{{}permitUsedUndeclared 'javax.servlet:javax.servlet-api:3.1.0'{}}}, but that seems to have no effect at all.

[~krisden] 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org