Since yesterday following build failure message is given when I build the project in NetBeans. There is a dependency for jasperreports
, and from there a dependency for itext
. Could not figure out the exact cause for this issue.
Failed to read artifact descriptor for com.lowagie:itext:jar:4.2.2: Could not transfer artifact com.itextpdf:itextpdf:pom:4.2.2 from/to jaspersoft (http://rs.jaspersoft.com/maven2): rs.jaspersoft.com: Unknown host rs.jaspersoft.com
<dependency>
<groupId>jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>1.3.4</version>
</dependency>