iText version 4.2.1 redirected in maven central repository
问题 We're using iText in one of our projects to generate PDF reports, precisely the version 4.2.1 because it is the last free version. <dependency> <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> <version>4.2.1</version> </dependency> When I cloned the repository on an new machine this morning, I faced a lot of compiler errors, because maven redirects to version 5.5.6 and the imports are failing. On our research, we found out, that the pom-file in maven central was changed last week