https://issues.apache.org/bugzilla/show_bug.cgi?id=54464
Bug ID: 54464 Summary: tomcat-jasper and tomcat-embed-jasper maven artifacts have dependency to ECJ 4.2.1, but such artifact cannot be found Product: Tomcat 7 Version: 7.0.35 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Jasper Assignee: dev@tomcat.apache.org Reporter: violet...@apache.org Classification: Unclassified Hi, tomcat-jasper and tomcat-embed-jasper have dependecy to <dependency> <groupId>org.eclipse.jdt.core.compiler</groupId> <artifactId>ecj</artifactId> <version>4.2.1</version> </dependency> However such maven artifact does not exist [1]. The last uploaded ECJ version is 3.7.2. I asked in Eclipse community forum [2] for ECJ 4.2.1 as maven artifact. Unfortunately this version is not available as maven artifact. There is org.eclipse.jdt.core maven artifact repackaged by Tycho project [3]. But this is not what Jasper needs. Regards Violeta [1] http://mvnrepository.com/artifact/org.eclipse.jdt.core.compiler/ecj [2] http://www.eclipse.org/forums/index.php/t/450979/ [3] http://repo1.maven.org/maven2/org/eclipse/tycho/org.eclipse.jdt.core/ -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org