Bug 967810 - org.jboss.bom:jboss-javaee-6.0-with-hibernate:1.0.4.Final-redhat-4 contains nonexisting artifacts
Summary: org.jboss.bom:jboss-javaee-6.0-with-hibernate:1.0.4.Final-redhat-4 contains n...
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Build
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: EAP 6.2.0
Assignee: Rafael Benevides
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-28 11:24 UTC by Marek Novotny
Modified: 2013-10-09 20:46 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-10-09 20:46:31 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 999845 0 unspecified CLOSED Unavailable artifacts referenced in the jboss-javaee-6.0-with-hibernate-1.0.4.Final-redhat-9.pom BOM 2021-02-22 00:41:40 UTC

Internal Links: 999845

Description Marek Novotny 2013-05-28 11:24:12 UTC
Description of problem:

org.jboss.bom:jboss-javaee-6.0-with-hibernate:1.0.4.Final-redhat-4 - http://download.devel.redhat.com/brewroot/repos/jb-eap-6-rhel-6-build/latest/maven/org/jboss/bom/jboss-javaee-6.0-with-hibernate/1.0.4.Final-redhat-4/jboss-javaee-6.0-with-hibernate-1.0.4.Final-redhat-4.pom contains nonexisting artifacts - non-productized GAV, but with productized version property:

            <dependency>
                <groupId>org.hibernate</groupId>
                <artifactId>hibernate-c3p0</artifactId>
                <version>${version.org.hibernate}</version>
            </dependency>
            <dependency>
                <groupId>org.hibernate</groupId>
                <artifactId>hibernate-ehcache</artifactId>
                <version>${version.org.hibernate}</version>
            </dependency>
            <dependency>
                <groupId>org.hibernate</groupId>
                <artifactId>hibernate-proxool</artifactId>
                <version>${version.org.hibernate}</version>
            </dependency>


Version-Release number of selected component (if applicable):
6.1.0.GA and JBoss BOM 1.0.4.Final-redhat-4

Affected build is https://brewweb.devel.redhat.com/buildinfo?buildID=266766

Comment 2 Rafael Benevides 2013-10-09 20:46:31 UTC
It was fixed in this commit: https://github.com/jboss-developer/jboss-eap-boms/commit/2e296c7e02192e56f2fdb8080898b19d879ba3d1


Note You need to log in before you can comment on or make changes to this bug.