Similarly, org.carrot2 depends on commons-httpclient 3.1 So, how can I change this commons-httpclient 3.1 to HttpClient 4.1.1 . I work in an eclipse. How I want to remove commons-httpclient:3.1 from those that depend on this jar file, and I want to replace it with HttpClient 4.1.1 .
So what I was trying to do. I double clicked on this org.carrot2 from the dependency hierarchy folder and went into the pom.xml file and tried to change commons-httpclient 3.1 to httpclient 4.1.1, but this does not allow me to change, since backspace and delete do not work on this.
Any suggestions would be appreciated.
ferhan
source share