\r
<distributionManagement>\r
<repository>\r
- <id>libs-releases-local</id>\r
- <name>libs-releases-local</name>\r
+ <id>libs-release-local</id>\r
+ <name>libs-release-local</name>\r
<url>http://nightly.collectionspace.org:8081/artifactory/libs-release-local</url>\r
</repository>\r
<snapshotRepository>\r
- <id>libs-snapshots-local</id>\r
- <name>libs-snapshots-local</name>\r
+ <id>libs-snapshot-local</id>\r
+ <name>libs-snapshot-local</name>\r
<url>http://nightly.collectionspace.org:8081/artifactory/libs-snapshot-local</url>\r
</snapshotRepository>\r
</distributionManagement>\r
<groupId>net.sf.jasperreports</groupId>\r
<artifactId>jasperreports</artifactId>\r
<version>5.0.1</version>\r
+ <exclusions>\r
+ <exclusion>\r
+ <artifactId>itext</artifactId>\r
+ <groupId>com.lowagie</groupId>\r
+ </exclusion>\r
+ </exclusions>\r
</dependency>\r
<!-- Jasper Reports fonts are still at 4.0.0, but are compatible with later \r
software releases - ADR 2012-06-05 -->\r
<!-- For some reason, have to declare this dependency explicitly, ot it does not find it.\r
It is a dependency of jasperreports 5.0.1 \r
-->\r
- <dependency>\r
- <groupId>com.lowagie</groupId>\r
- <artifactId>itext</artifactId>\r
- <version>2.1.7</version>\r
- </dependency>\r
<!-- The Jasper POM declares this as a compile-time dependency, but it is needed at runtime.\r
-->\r
<dependency>\r