Quantcast
Channel: Pentaho Community Forums
Viewing all articles
Browse latest Browse all 16689

Mondrian 4.0.0 pom has dependencies for jsp-api and servlet-api and should not

$
0
0
I'm using Mondrian 4.0.0-SNAPSHOT in my maven/Tomcat project and I'm getting it from the Pentaho maven repo (http://repository.pentaho.org/artifactory/repo/). All the dependencies get downloaded nicely. However, there are 2 dependencies in the Mondrian pom that are causing trouble on Tomcat 7 because they are Servlet container specific and target an older servlet spec:


Code:



<dependency>



      <groupId>javax.servlet</groupId>



      <artifactId>jsp-api</artifactId>



      <version>2.0</version>



      <scope>compile</scope>



    </dependency>



<dependency>



      <groupId>javax.servlet</groupId>



      <artifactId>servlet-api</artifactId>



      <version>2.4</version>



      <scope>compile</scope>



</dependency>

These should be removed or should be optional shouldn't they? Is there are workaround for this in the short term?

Viewing all articles
Browse latest Browse all 16689

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>