Bug 828779

Summary: Errai: CDI Integration: Wrong dependency on jboss-el
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: Karel Piwko <kpiwko>
Component: ErraiAssignee: Pavel SLegr <pslegr>
Status: CLOSED CURRENTRELEASE QA Contact: Karel Piwko <kpiwko>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.0.0.ER7CC: cbrock, jfuerth, kpiwko, pslegr
Target Milestone: ---   
Target Release: 2.0.0.ER8   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 2.0.0.CR1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-22 07:32:13 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:

Description Karel Piwko 2012-06-05 11:11:25 UTC
Module Errai::CDI::Weld Integration depends on:

* Could not find artifact org.jboss.spec.javax.el.jboss-el-api_2.2_spec:jboss-el-api_2.2_spec:jar:1.0.1.Final-redhat-1

However, groupId is wrong, it should be instead:

<groupId>org.jboss.spec.javax.el</groupId>
<artifactId>jboss-el-api_2.2_spec</artifactId>
<version>1.0.1.Final-redhat-1</version>
<packaging>jar</packaging>


Note that this dependency is included twice in the pom file.

Comment 1 Pavel SLegr 2012-06-05 15:17:47 UTC
fixed on productization branch wfk-prod-2.0.1.Final

Comment 2 Karel Piwko 2012-06-12 15:00:18 UTC
Verified in ER8.