Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Won't Fix
-
1.1
-
None
-
None
-
None
-
Maven 3
Description
When trying to use FOP 1.1 from Maven Central, this will fail due to the fact that its POM file is wrong. It contains a reference to:
<dependency>
<groupId>org.apache.avalon.framework</groupId>
<artifactId>avalon-framework-api</artifactId>
<version>4.2.0</version>
</dependency>
In fact, this JAR exists, but it is not stored in the Group org.apache.avalon.framework but simple in the group avalaon-framework. As a result, it is impossible to use FOP 1.1 from Maven Central!
I assume that the FOP Team uploaded this POM to Maven Central, so I ask you to fix this POM ASAP.
Attachments
Issue Links
- is duplicated by
-
FOP-2423 Out of date dependencies difficult to manage
- Resolved