Bug 821442

Summary: RichFaces: Missing dependency on net.sourceforge.cssparser:cssparser
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: Karel Piwko <kpiwko>
Component: Maven, RichFacesAssignee: Marek Novotny <mnovotny>
Status: CLOSED CURRENTRELEASE QA Contact: Pavol Pitonak <ppitonak>
Severity: high Docs Contact:
Priority: unspecified    
Version: 2.0.0.ER5CC: myarboro
Target Milestone: ---   
Target Release: 2.0.0.ER6   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-22 07:32:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 821430    

Description Karel Piwko 2012-05-14 13:47:57 UTC
Description of problem:

RichFaces depends on 

<dependency>
    <groupId>net.sourceforge.cssparser</groupId>
    <artifactId>cssparser</artifactId>
</dependency>

This dependency was originally a part of module in AS7.

Since EAP ER5, this file is no longer distributed in EAP6 repository and version range [0.9.5,0.9.5-redhat-1] fails to retrieve community version.

Workaround:

Force community version to be used in <dependencyManagement>

<dependency>
    <groupId>net.sourceforge.cssparser</groupId>
    <artifactId>cssparser</artifactId>
    <version>0.9.5</version>
</dependency>

This workaround must be used while building RichFaces or using RichFaces BOM.

Comment 1 Marek Novotny 2012-05-22 11:54:02 UTC
removed productized version and back to pure community 0.9.5