Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 7.2.2
-
Fix Version/s: None
-
Component/s: Maven
-
Labels:None
-
Number of attachments :
Description
We have deployed an application to Jetty which uses net.sf.jtidy:jtidy:r938 which for example offers the method setInputEncoding. Running in Jetty it will fail with:
java.lang.NoSuchMethodError: org.w3c.tidy.Tidy.setInputEncoding(Ljava/lang/String;)V
because the call goes to the JTidy-version provided with Jetty which is jtidy:jtidy:jar:4aug2000r7-dev. This again comes with org.apache.maven.plugin-tools:maven-plugin-tools-api:jar:2.5.1.
Because of MNG-2163 I know of no workaround to get rid of this dependency.
Activity
Greg Wilkins
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Won't Fix [ 2 ] |